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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c93 #define SETUP_BRESENHAM(CALC_TYPE, ORIGX1, ORIGY1, ORIGX2, ORIGY2, SHORTEN) \ macro
351 SETUP_BRESENHAM(jlong, _x1, _y1, _x2, _y2, shorten);
376 SETUP_BRESENHAM(jint, _x1, _y1, _x2, _y2, shorten);

Completed in 28 milliseconds