Searched defs:yMax (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DtstMvWnd.cpp120 int yMin = 5, yMax = 300; local
135 if (y > yMax)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aatritemp.h49 GLfloat yMin, yMax; variable
192 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
194 iyMax = (GLint) yMax + 1;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4038 int yMax = yMin + (int)fb->getGuestYRes(); local
4074 if (x < xMin || y < yMin || x > xMax || y > yMax)
4098 if (y > yMax) y = yMax;

Completed in 49 milliseconds