Home
last modified time | relevance | path

Searched refs:VGLVDisplay (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libvgl/
H A Dmain.c47 VGLBitmap VGLVDisplay; variable
337 VGLVDisplay = *VGLDisplay; in VGLInit()
338 VGLVDisplay.Type = MEMBUF; in VGLInit()
340 VGLVDisplay.Bitmap = malloc(2 * VGLBufSize); in VGLInit()
342 VGLVDisplay.Bitmap = VGLBuf; in VGLInit()
446 VGLBitmapCopy(&VGLVDisplay, 0, 0, VGLDisplay, 0, 0, in VGLCheckSwitch()
H A Dbitmap.c230 src = &VGLVDisplay; in VGLBitmapCopy()
235 __VGLBitmapCopy(src, srcx, srcy, &VGLVDisplay, dstx, dsty, width, hight); in VGLBitmapCopy()
236 error = __VGLBitmapCopy(src, srcx, srcy, &VGLVDisplay, dstx, dsty, in VGLBitmapCopy()
240 src = &VGLVDisplay; in VGLBitmapCopy()
H A Dsimple.c58 VGLSetXY(&VGLVDisplay, x, y, color); in VGLSetXY()
144 object = &VGLVDisplay; in VGLGetXY()
471 VGLClear(&VGLVDisplay, color); in VGLClear()
H A Dvgl.h101 extern VGLBitmap VGLVDisplay;
H A Dmouse.c194 __VGLBitmapCopy(&VGLVDisplay, VGLMouseXpos, VGLMouseYpos, in __VGLMouseMode()
202 __VGLBitmapCopy(&VGLVDisplay, VGLMouseXpos, VGLMouseYpos, in __VGLMouseMode()