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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_globals.h149 extern void make_sgn_ordered_dither_array(char* oda, int errmin, int errmax);
H A Dimg_globals.c80 make_sgn_ordered_dither_array(char* oda, int minerr, int maxerr) function
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c287 make_sgn_ordered_dither_array(cData->img_oda_red, -i / 2, i / 2);
288 make_sgn_ordered_dither_array(cData->img_oda_green, -i / 2, i / 2);
289 make_sgn_ordered_dither_array(cData->img_oda_blue, -i / 2, i / 2);

Completed in 31 milliseconds