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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h62 jint xMin, yMin, xMax, yMax; member in struct:_DrawHandler
H A DProcessPath.c196 hnd->dhnd->yMax <= _Y || \
203 * hnd->dhnd->yMax > _Y && \
682 jfloat yMin, yMax; local
685 yMin = yMax = coords[1];
690 CALC_MAX(yMax, coords[3]);
694 CALC_MAX(yMax, coords[5]);
703 hnd->dhnd->yMaxf < yMin || hnd->dhnd->yMinf > yMax) {
712 if (hnd->dhnd->yMaxf < yMin || hnd->dhnd->yMinf > yMax ||
727 if (xMax - xMin > MAX_QUAD_SIZE || yMax - yMin > MAX_QUAD_SIZE) {
747 hnd->dhnd->yMinf >= yMin || hnd->dhnd->yMaxf <= yMax,
1166 jfloat yMin, yMax; local
1369 jfloat xMin, yMin, xMax, yMax; local
1959 jint yMax = pfd->plgYMax; local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java52 public int yMax; field in class:ProcessPath.DrawHandler
60 public DrawHandler(int xMin, int yMin, int xMax, int yMax, argument
63 setBounds(xMin, yMin, xMax, yMax, strokeControl);
66 public void setBounds(int xMin, int yMin, int xMax, int yMax) argument
71 this.yMax = yMax;
87 yMaxf = yMax - 0.5f - EPSF;
90 public void setBounds(int xMin, int yMin, int xMax, int yMax, argument
94 setBounds(xMin, yMin, xMax, yMax);
102 if (yMax < byMa
106 DrawHandler(int xMin, int yMin, int xMax, int yMax) argument
[all...]

Completed in 34 milliseconds