Searched refs:VGLVDisplay (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/lib/libvgl/ |
| H A D | main.c | 49 VGLBitmap VGLVDisplay; variable 339 VGLVDisplay = *VGLDisplay; in VGLInit() 340 VGLVDisplay.Type = MEMBUF; in VGLInit() 342 VGLVDisplay.Bitmap = malloc(2 * VGLBufSize); in VGLInit() 344 VGLVDisplay.Bitmap = VGLBuf; in VGLInit() 448 VGLBitmapCopy(&VGLVDisplay, 0, 0, VGLDisplay, 0, 0, in VGLCheckSwitch()
|
| H A D | bitmap.c | 233 src = &VGLVDisplay; in VGLBitmapCopy() 238 __VGLBitmapCopy(src, srcx, srcy, &VGLVDisplay, dstx, dsty, width, hight); in VGLBitmapCopy() 239 error = __VGLBitmapCopy(src, srcx, srcy, &VGLVDisplay, dstx, dsty, in VGLBitmapCopy() 243 src = &VGLVDisplay; in VGLBitmapCopy()
|
| H A D | simple.c | 60 VGLSetXY(&VGLVDisplay, x, y, color); in VGLSetXY() 146 object = &VGLVDisplay; in VGLGetXY() 473 VGLClear(&VGLVDisplay, color); in VGLClear()
|
| H A D | vgl.h | 103 extern VGLBitmap VGLVDisplay;
|
| H A D | mouse.c | 196 __VGLBitmapCopy(&VGLVDisplay, VGLMouseXpos, VGLMouseYpos, in __VGLMouseMode() 204 __VGLBitmapCopy(&VGLVDisplay, VGLMouseXpos, VGLMouseYpos, in __VGLMouseMode()
|