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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c179 jint lastx; local
221 lastx = lox;
279 if (lastx < curx) {
280 lastx = curx;
286 box[2] = lastx;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c578 int32_t lastx=0, lasty=0; local
586 lastx = wx + width;
589 if(pointerx>=wx && pointerx<=lastx && pointery>=wy && pointery<=lasty &&

Completed in 32 milliseconds