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            170 ext/gd/libgd/gd_webp.c 	int colors = im->colorsTotal;
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             59 sapi/phpdbg/phpdbg.c 	pg->colors[0] = NULL;
colors             60 sapi/phpdbg/phpdbg.c 	pg->colors[1] = NULL;
colors             61 sapi/phpdbg/phpdbg.c 	pg->colors[2] = NULL;
colors            209 sapi/phpdbg/phpdbg.h 	const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */
colors             37 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(colors,       "usage: set colors [<on|off>]",            'C', set_colors,       NULL, "|b"),
colors            147 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(colors) /* {{{ */
colors             31 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(colors);
colors             43 sapi/phpdbg/phpdbg_utils.c const static phpdbg_color_t colors[] = {
colors            246 sapi/phpdbg/phpdbg_utils.c 						PHPDBG_G(colors)[PHPDBG_COLOR_ERROR]->code, buffer);
colors            256 sapi/phpdbg/phpdbg_utils.c 						PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, buffer);
colors            326 sapi/phpdbg/phpdbg_utils.c 	const phpdbg_color_t *color = colors;
colors            346 sapi/phpdbg/phpdbg_utils.c 	PHPDBG_G(colors)[element] = color;
colors            355 sapi/phpdbg/phpdbg_utils.c 	} else PHPDBG_G(colors)[element] = colors;
colors            360 sapi/phpdbg/phpdbg_utils.c 	return colors;
colors            408 sapi/phpdbg/phpdbg_utils.c 			PHPDBG_G(colors)[PHPDBG_COLOR_PROMPT]->code,