Searched refs:__VGLBitmapCopy (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/lib/libvgl/ |
| H A D | mouse.c | 107 __VGLBitmapCopy(VGLDisplay, VGLMouseXpos, VGLMouseYpos, in VGLMousePointerShow() 113 __VGLBitmapCopy(&buffer, 0, 0, VGLDisplay, in VGLMousePointerShow() 133 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay, in VGLMousePointerHide()
|
| H A D | bitmap.c | 254 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() function 324 error = __VGLBitmapCopy(src, srcx, srcy, dst, dstx, dsty, width, hight); in VGLBitmapCopy()
|
| H A D | vgl.h | 101 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
|