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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c707 #define BC_COEFF_ONE 1.0 macro
738 #define BC_COEFF_ONE 1.0 macro
760 #define BC_COEFF_ONE 256 macro
815 bicubic_coeff[384] = (BC_COEFF_ONE - bicubic_coeff[128]*2) / 2;
818 bicubic_coeff[i] = BC_COEFF_ONE - (bicubic_coeff[512-i] +

Completed in 31 milliseconds