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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c29 const byte_t baseDitherMatrix[DITHER_SIZE][DITHER_SIZE] = { variable
56 also calculates the dithering matrix, scaling baseDitherMatrix accordingly */
71 (int) baseDitherMatrix[i][j] / (numColors - 1);

Completed in 71 milliseconds