Searched refs:__VGLBitmapCopy (Results 1 – 3 of 3) sorted by relevance
| /trueos/lib/libvgl/ |
| HD | mouse.c | 108 __VGLBitmapCopy(VGLDisplay, VGLMouseXpos, VGLMouseYpos, in VGLMousePointerShow() 114 __VGLBitmapCopy(&buffer, 0, 0, VGLDisplay, in VGLMousePointerShow() 134 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay, in VGLMousePointerHide()
|
| HD | vgl.h | 107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
|
| HD | bitmap.c | 293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() function 363 error = __VGLBitmapCopy(src, srcx, srcy, dst, dstx, dsty, width, hight); in VGLBitmapCopy()
|