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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c279 #define CALC_MIN(MIN, X) ((MIN)=((X)<(MIN))?(X):(MIN)) macro
687 CALC_MIN(xMin, coords[2]);
689 CALC_MIN(yMin, coords[3]);
691 CALC_MIN(xMin, coords[4]);
693 CALC_MIN(yMin, coords[5]);
1171 CALC_MIN(xMin, coords[2]);
1173 CALC_MIN(yMin, coords[3]);
1175 CALC_MIN(xMin, coords[4]);
1177 CALC_MIN(yMin, coords[5]);
1179 CALC_MIN(xMi
[all...]

Completed in 34 milliseconds