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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h70 /* dithers the color using the dither matrices and colormap from format
79 blue = format->dithers[0].colorTable[blue +
80 format->dithers[0].matrix[col & DITHER_MASK][row & DITHER_MASK]];
81 green = format->dithers[1].colorTable[green +
82 format->dithers[1].matrix[col & DITHER_MASK][row & DITHER_MASK]];
83 red = format->dithers[2].colorTable[red +
84 format->dithers[2].matrix[col & DITHER_MASK][row & DITHER_MASK]];
145 if (format->dithers) {
H A Dsplashscreen_gfx.h72 DitherSettings *dithers; member in struct:ImageFormat
H A Dsplashscreen_impl.h58 DitherSettings dithers[3]; member in struct:Splash
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c467 initColorCube(numComponents, splash->colorMap, splash->dithers,
472 splash->screenFormat.dithers = splash->dithers;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c481 initColorCube(numComponents, splash->colorMap, splash->dithers,
498 splash->screenFormat.dithers = splash->dithers;

Completed in 35 milliseconds