Searched defs:maxNumColors (Results 1 - 1 of 1) 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) {

Completed in 30 milliseconds