Home
last modified time | relevance | path

Searched refs:__VGLBitmapCopy (Results 1 – 3 of 3) sorted by relevance

/trueos/lib/libvgl/
HDmouse.c108 __VGLBitmapCopy(VGLDisplay, VGLMouseXpos, VGLMouseYpos, in VGLMousePointerShow()
114 __VGLBitmapCopy(&buffer, 0, 0, VGLDisplay, in VGLMousePointerShow()
134 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay, in VGLMousePointerHide()
HDvgl.h107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
HDbitmap.c293 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() function
363 error = __VGLBitmapCopy(src, srcx, srcy, dst, dstx, dsty, width, hight); in VGLBitmapCopy()