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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h45 DITHER_SIZE = 16, enumerator in enum:__anon789
53 unsigned matrix[DITHER_SIZE][DITHER_SIZE];
H A Dsplashscreen_gfx_impl.c29 const byte_t baseDitherMatrix[DITHER_SIZE][DITHER_SIZE] = {
68 for (i = 0; i < DITHER_SIZE; i++)
69 for (j = 0; j < DITHER_SIZE; j++)

Completed in 30 milliseconds