Home
last modified time | relevance | path

Searched refs:VGLMouseOverlap (Results 1 – 3 of 3) sorted by relevance

/src/lib/libvgl/
H A Dbitmap.c171 VGLMouseOverlap(dstx, dsty, width, hight)); in __VGLBitmapCopy()
211 if (mousemerge && VGLMouseOverlap(dstx, dstline, width, 1)) { in __VGLBitmapCopy()
H A Dvgl.h136 int VGLMouseOverlap(int x, int y, int width, int hight);
H A Dmouse.c379 VGLMouseOverlap(int x, int y, int width, int hight) in VGLMouseOverlap() function