Searched refs:VGLMouseSave (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/lib/libvgl/ |
| H A D | mouse.c | 86 static VGLBitmap VGLMouseSave = variable 111 &VGLMouseSave, 0, 0, MOUSE_IMG_SIZE, MOUSE_IMG_SIZE); in VGLMousePointerShow() 112 bcopy(VGLMouseSave.Bitmap, buffer.Bitmap, MOUSE_IMG_SIZE*MOUSE_IMG_SIZE); in VGLMousePointerShow() 136 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay, in VGLMousePointerHide() 263 VGLMouseSave.Bitmap[(y-VGLMouseYpos)*MOUSE_IMG_SIZE+(x-VGLMouseXpos)] = in VGLMouseFreeze()
|