Home
last modified time | relevance | path

Searched refs:VGLMouseFreeze (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libvgl/
HDvgl.h132 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
HDmouse.c235 VGLMouseFreeze(int x, int y, int width, int hight, byte color) in VGLMouseFreeze() function
HDsimple.c99 if (!VGLMouseFreeze(x, y, 1, 1, color)) { in VGLSetXY()
507 VGLMouseFreeze(0, 0, object->Xsize, object->Ysize, color); /* XXX */ in VGLClear()
HDbitmap.c362 VGLMouseFreeze(dstx, dsty, width, hight, 0); in VGLBitmapCopy()