Home
last modified time | relevance | path

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

/dragonfly/lib/libvgl/
HDsimple.c51 if (!VGLMouseFreeze(x, y, 1, 1, color)) { in VGLSetXY()
260 VGLMouseFreeze(0, 0, object->Xsize, object->Ysize, color); in VGLClear()
HDvgl.h126 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
HDmouse.c234 VGLMouseFreeze(int x, int y, int width, int hight, byte color) in VGLMouseFreeze() function
HDbitmap.c323 VGLMouseFreeze(dstx, dsty, width, hight, 0); in VGLBitmapCopy()