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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c180 jint lasty; local
219 lasty = hiy;
249 if (lasty < box[1]) {
251 0, lasty - loy,
252 hix - lox, box[1] - lasty, 0);
254 lasty = box[3];
287 box[3] = lasty;
H A DShapeSpanIterator.c49 jint lasty; member in struct:__anon932
1041 seg->lasty = ilasty;
1189 if (seg1->lasty < seg2->lasty) {
1192 if (seg1->lasty > seg2->lasty) {
1330 if (seg->lasty > loy) {
1442 while (cur < num && segmentTable[cur]->lasty <= loy) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c578 int32_t lastx=0, lasty=0; local
587 lasty = wy + height;
589 if(pointerx>=wx && pointerx<=lastx && pointery>=wy && pointery<=lasty &&

Completed in 38 milliseconds