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

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c88 static int grey = 0, debug = 0; variable
224 if ( grey == 1 )
232 printf("Converted %d pixels%s...\n", pixels/depth, ((grey==1)?" to grayscale":""));
668 // we must have a non-grey color
782 if ( i == -1 ) // found a color that is not grey
791 if (debug>1) printf("now grey %06X\n", color24);
H A Dgenimage.c178 static int grey = 0, debug = 0, testfont = 0, testclut = 0; variable
244 else if (strcmp(argv[next], "-bw") == 0) // use only shades of grey (test)
245 grey = 1;
368 if ( grey == 1 )
380 if ( grey == 1 )
398 printf("Converted %d pixels%s...\n", pixels/depth, ((grey==1)?" to grayscale":""));
526 (depth==3)?"Millions of":"256", (grey==0)?"colors":"grays");
1110 // we must have a non-grey color
1258 if ( i == -1 ) // found a color that is not grey
1267 if (debug>1) printf("now grey
[all...]

Completed in 75 milliseconds