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

/xsrc/external/mit/ico/dist/
H A Dico.c231 static int numcolors = 0; /* -p: number of primary colors to use */ variable in typeref:typename:int
651 if (numcolors)
652 facecolor = i%numcolors + 1;
868 if (numcolors && (!dofaces || numcolors == 1)) {
992 if (dofaces && numcolors>1) {
995 for (t=numcolors; t; t=t>>1) bits++;
998 for (i=0; i<numcolors; i++) {
1204 colornames = ++argv; argc--; numcolors = 0;
1205 for ( ; argc > 0 && argv[0][0]!='-'; argv++, argc--, numcolors
[all...]

Completed in 3 milliseconds