colors             89 ext/gd/libgd/gd_gif_out.c static int colorstobpp(int colors);
colors            144 ext/gd/libgd/gd_gif_out.c colorstobpp(int colors)
colors            148 ext/gd/libgd/gd_gif_out.c     if ( colors <= 2 )
colors            150 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 4 )
colors            152 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 8 )
colors            154 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 16 )
colors            156 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 32 )
colors            158 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 64 )
colors            160 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 128 )
colors            162 ext/gd/libgd/gd_gif_out.c     else if ( colors <= 256 )
colors            469 ext/gd/libgd/gd_png.c 	int colors = im->colorsTotal;
colors            545 ext/gd/libgd/gd_png.c 		colors = 0;
colors            548 ext/gd/libgd/gd_png.c 				mapping[i] = colors;
colors            549 ext/gd/libgd/gd_png.c 				++colors;
colors            552 ext/gd/libgd/gd_png.c 		if (colors == 0) {
colors            556 ext/gd/libgd/gd_png.c 		if (colors < im->colorsTotal) {
colors            559 ext/gd/libgd/gd_png.c 		if (colors <= 2) {
colors            561 ext/gd/libgd/gd_png.c 		} else if (colors <= 4) {
colors            563 ext/gd/libgd/gd_png.c 		} else if (colors <= 16) {
colors            624 ext/gd/libgd/gd_png.c 			k = colors - 1;
colors            654 ext/gd/libgd/gd_png.c 			for (i = 0; i < colors; ++i) {
colors            660 ext/gd/libgd/gd_png.c 		png_set_PLTE(png_ptr, info_ptr, palette, colors);
colors             27 ext/gd/libgd/gdxpm.c 	int *colors;
colors             45 ext/gd/libgd/gdxpm.c 	colors = (int *) safe_emalloc(number, sizeof(int), 0);
colors            122 ext/gd/libgd/gdxpm.c 		colors[i] = gdImageColorResolve(im, red, green, blue);
colors            129 ext/gd/libgd/gdxpm.c 			gdImageSetPixel(im, j, i, colors[k]);
colors            133 ext/gd/libgd/gdxpm.c 	gdFree(colors);
colors             84 sapi/phpdbg/phpdbg.c 	pg->colors[0] = NULL;
colors             85 sapi/phpdbg/phpdbg.c 	pg->colors[1] = NULL;
colors             86 sapi/phpdbg/phpdbg.c 	pg->colors[2] = NULL;
colors           1968 sapi/phpdbg/phpdbg.c 			memcpy(settings->colors, PHPDBG_G(colors), sizeof(settings->colors));
colors            299 sapi/phpdbg/phpdbg.h 	const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */
colors            974 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_ERROR]->code, msglen, msg);
colors            991 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msglen, msg);
colors             38 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(colors,       "usage: set colors [<on|off>]",            'C', set_colors,       NULL, "|b", PHPDBG_ASYNC_SAFE),
colors            181 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(colors) /* {{{ */
colors             31 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(colors);
colors             44 sapi/phpdbg/phpdbg_utils.c const static phpdbg_color_t colors[] = {
colors            232 sapi/phpdbg/phpdbg_utils.c 	const phpdbg_color_t *color = colors;
colors            250 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_G(colors)[element] = color;
colors            259 sapi/phpdbg/phpdbg_utils.c 	} else PHPDBG_G(colors)[element] = colors;
colors            264 sapi/phpdbg/phpdbg_utils.c 	return colors;
colors            311 sapi/phpdbg/phpdbg_utils.c 			PHPDBG_G(colors)[PHPDBG_COLOR_PROMPT]->code,