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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.c123 jint xy1 = pBands[index++]; local
126 if (xy1 >= pRgnInfo->bounds.y2) {
131 xy1 = pBands[index++];
134 if (xy1 >= pRgnInfo->bounds.x2) {
163 jint xy1, xy2; local
170 xy1 = pBands[index++];
171 if (xy1 >= pRgnInfo->bounds.y2) {
174 if (xy1 < pRgnInfo->bounds.y1) {
175 xy1 = pRgnInfo->bounds.y1;
182 if (xy2 <= xy1) {
[all...]

Completed in 30 milliseconds