Searched refs:__VGLBitmapCopy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/lib/libvgl/ |
| H A D | mouse.c | 110 __VGLBitmapCopy(VGLDisplay, VGLMouseXpos, VGLMouseYpos, in VGLMousePointerShow() 116 __VGLBitmapCopy(&buffer, 0, 0, VGLDisplay, in VGLMousePointerShow() 136 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay, in VGLMousePointerHide()
|
| H A D | vgl.h | 109 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
|
| H A D | bitmap.c | 295 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() function 365 error = __VGLBitmapCopy(src, srcx, srcy, dst, dstx, dsty, width, hight); in VGLBitmapCopy()
|