Searched refs:VGLVDisplay (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | main.c | 47 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 D | bitmap.c | 230 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 D | simple.c | 58 VGLSetXY(&VGLVDisplay, x, y, color); in VGLSetXY() 144 object = &VGLVDisplay; in VGLGetXY() 471 VGLClear(&VGLVDisplay, color); in VGLClear()
|
H A D | vgl.h | 101 extern VGLBitmap VGLVDisplay;
|
H A D | mouse.c | 194 __VGLBitmapCopy(&VGLVDisplay, VGLMouseXpos, VGLMouseYpos, in __VGLMouseMode() 202 __VGLBitmapCopy(&VGLVDisplay, VGLMouseXpos, VGLMouseYpos, in __VGLMouseMode()
|