Searched refs:VGLMouseSave (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libvgl/
H A Dmouse.c84 static VGLBitmap VGLMouseSave = variable
109 &VGLMouseSave, 0, 0, MOUSE_IMG_SIZE, MOUSE_IMG_SIZE);
110 bcopy(VGLMouseSave.Bitmap, buffer.Bitmap, MOUSE_IMG_SIZE*MOUSE_IMG_SIZE);
134 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay,
261 VGLMouseSave.Bitmap[(y-VGLMouseYpos)*MOUSE_IMG_SIZE+(x-VGLMouseXpos)] =

Completed in 69 milliseconds