Searched refs:Ymin (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | bounce.c | 32 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 D | partitionY.cc | 308 Real Ymin = max(e1_Ymin, e2_Ymin); local in function:compEdges 310 Real y = Real(0.5)*(Ymax + Ymin); |
| H A D | monoChain.cc | 358 Real Ymin = max(e1_Ymin, e2_Ymin); local in function:compEdges 360 Real y = 0.5*(Ymax + Ymin); |
Completed in 5 milliseconds