Searched defs:cury (Results 1 - 2 of 2) 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
217 cury = hold[1];
220 movy = cury;
227 cury = movy;
237 hold[holdIndex + 1] = cury;
241 hold[holdIndex + 5] = cury = hold[3];
282 hold[holdIndex + 1] = cury;
288 hold[holdIndex + 7] = cury = hold[5];
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c48 jint cury; member in struct:__anon932
77 jfloat cury; /* current path point Y coordinate */ member in struct:__anon933
237 pd->cury = y0; \
244 pd->curx, pd->cury, \
251 pd->cury = y1; \
258 pd->curx, pd->cury, \
266 pd->cury = y2; \
273 pd->curx, pd->cury, \
282 pd->cury = y3; \
287 if (pd->curx != pd->movx || pd->cury !
[all...]

Completed in 34 milliseconds