Searched refs:Ymin (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dbounce.c32 GLfloat Ymin = -3.8, Ymax = 4.0; variable in typeref:typename:GLfloat
175 if (Ypos < Ymin) {
176 Ypos = Ymin;
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.cc308 Real Ymin = max(e1_Ymin, e2_Ymin); local in function:compEdges
310 Real y = Real(0.5)*(Ymax + Ymin);
H A DmonoChain.cc358 Real Ymin = max(e1_Ymin, e2_Ymin); local in function:compEdges
360 Real y = 0.5*(Ymax + Ymin);

Completed in 5 milliseconds