Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libvgl/
H A Dmouse.c110 __VGLBitmapCopy(VGLDisplay, VGLMouseXpos, VGLMouseYpos, in VGLMousePointerShow()
116 __VGLBitmapCopy(&buffer, 0, 0, VGLDisplay, in VGLMousePointerShow()
136 __VGLBitmapCopy(&VGLMouseSave, 0, 0, VGLDisplay, in VGLMousePointerHide()
H A Dvgl.h109 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int wid…
H A Dbitmap.c295 __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, in __VGLBitmapCopy() function
365 error = __VGLBitmapCopy(src, srcx, srcy, dst, dstx, dsty, width, hight); in VGLBitmapCopy()