Lines Matching refs:numcolors
231 static int numcolors = 0; /* -p: number of primary colors to use */
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++) ;
1237 numcolors = atoi(argv[0]+2);
1238 if (numcolors < 1 || numcolors > NumberPrimaries)
1239 numcolors = NumberPrimaries;