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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DFlatteningPathIterator.java60 double movx, movy; // The x,y of the last move segment field in class:FlatteningPathIterator
219 movx = curx;
226 curx = movx;
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c78 jfloat movx; /* last moveto X coordinate */ member in struct:__anon933
233 pd->movx = x0; \
287 if (pd->curx != pd->movx || pd->cury != pd->movy) { \
290 pd->movx, pd->movy)) { \
294 pd->curx = pd->movx; \
619 pd->movx = pd->curx = x;

Completed in 69 milliseconds