Searched refs:VGLMouseOverlap (Results 1 – 3 of 3) sorted by relevance
| /src/lib/libvgl/ |
| H A D | bitmap.c | 171 VGLMouseOverlap(dstx, dsty, width, hight)); in __VGLBitmapCopy() 211 if (mousemerge && VGLMouseOverlap(dstx, dstline, width, 1)) { in __VGLBitmapCopy()
|
| H A D | vgl.h | 136 int VGLMouseOverlap(int x, int y, int width, int hight);
|
| H A D | mouse.c | 379 VGLMouseOverlap(int x, int y, int width, int hight) in VGLMouseOverlap() function
|