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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DFlatteningPathIterator.java58 double curx, cury; // The ending x,y of the last segment field in class:FlatteningPathIterator
216 curx = hold[0];
219 movx = curx;
226 curx = movx;
236 hold[holdIndex + 0] = curx;
240 hold[holdIndex + 4] = curx = hold[2];
281 hold[holdIndex + 0] = curx;
287 hold[holdIndex + 6] = curx = hold[4];
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c181 jint curx; local
238 curx = lox;
258 if (curx < box[0]) {
260 curx - lox, box[1] - loy,
261 box[0] - curx, box[3] - box[1], 0);
263 curx = box[2];
264 if (curx >= hix) {
265 curx = hix;
269 if (curx > lox) {
270 if (curx < hi
[all...]
H A DShapeSpanIterator.c47 jint curx; member in struct:__anon932
76 jfloat curx; /* current path point X coordinate */ member in struct:__anon933
236 pd->curx = x0; \
244 pd->curx, pd->cury, \
250 pd->curx = x1; \
258 pd->curx, pd->cury, \
265 pd->curx = x2; \
273 pd->curx, pd->cury, \
281 pd->curx = x3; \
287 if (pd->curx !
[all...]

Completed in 25 milliseconds