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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.c124 jint xy2 = pBands[index++]; local
129 if (xy2 > pRgnInfo->bounds.y1) {
132 xy2 = pBands[index++];
137 if (xy2 > pRgnInfo->bounds.x1) {
163 jint xy1, xy2; local
177 xy2 = pBands[index++];
179 if (xy2 > pRgnInfo->bounds.y2) {
180 xy2 = pRgnInfo->bounds.y2;
182 if (xy2 <= xy1) {
188 pSpan->y2 = xy2;
[all...]

Completed in 33 milliseconds