Searched refs:VGLMouseFreeze (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libvgl/ |
| HD | vgl.h | 132 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
|
| HD | mouse.c | 235 VGLMouseFreeze(int x, int y, int width, int hight, byte color) in VGLMouseFreeze() function
|
| HD | simple.c | 99 if (!VGLMouseFreeze(x, y, 1, 1, color)) { in VGLSetXY() 507 VGLMouseFreeze(0, 0, object->Xsize, object->Ysize, color); /* XXX */ in VGLClear()
|
| HD | bitmap.c | 362 VGLMouseFreeze(dstx, dsty, width, hight, 0); in VGLBitmapCopy()
|