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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java404 int lasty = ypoints[npoints - 1];
408 for (int i = 0; i < npoints; lastx = curx, lasty = cury, i++) {
412 if (cury == lasty) {
430 if (cury < lasty) {
431 if (y < cury || y >= lasty) {
441 if (y < lasty || y >= cury) {
449 test2 = y - lasty;
452 if (test1 < (test2 / (lasty - cury) * (lastx - curx))) {
465 int lasty = ypoints[npoints - 1];
472 if (cross.accumulateLine(lastx, lasty, cur
[all...]
/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 41 milliseconds