Searched refs:VGLMouseFreeze (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/lib/libvgl/ |
| HD | simple.c | 51 if (!VGLMouseFreeze(x, y, 1, 1, color)) { in VGLSetXY() 260 VGLMouseFreeze(0, 0, object->Xsize, object->Ysize, color); in VGLClear()
|
| HD | vgl.h | 126 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
|
| HD | mouse.c | 234 VGLMouseFreeze(int x, int y, int width, int hight, byte color) in VGLMouseFreeze() function
|
| HD | bitmap.c | 323 VGLMouseFreeze(dstx, dsty, width, hight, 0); in VGLBitmapCopy()
|