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

/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c164 * _ADJUST is the internal macro used to adjust a new endpoint
173 #define _ADJUST(pd, x, y, additional) \ macro
193 _ADJUST(pd, x1, y1, \
198 * Adjust a quadratic curve. The _ADJUST macro takes care
204 _ADJUST(pd, x2, y2, \
211 * Adjust a cubic curve. The _ADJUST macro takes care
221 _ADJUST(pd, x3, y3, \

Completed in 33 milliseconds