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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c87 quantizeColors(int maxNumColors, int *numColors) argument
96 // maxNumColors should be at least 2x2x2=8, or we lose some color components completely
110 numColors[idx[2]] <= maxNumColors) {
113 numColors[idx[2]] <= maxNumColors) {
116 (numColors[idx[2]] + 1) <= maxNumColors) {
H A Dsplashscreen_gfx.h143 int quantizeColors(int maxNumColors, int *numColors);

Completed in 30 milliseconds