bit_depth         124 ext/gd/libgd/gd_png.c 	int bit_depth, color_type, interlace_type;
bit_depth         193 ext/gd/libgd/gd_png.c 	png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, NULL);
bit_depth         207 ext/gd/libgd/gd_png.c 	if (bit_depth == 16) {
bit_depth         209 ext/gd/libgd/gd_png.c 	} else if (bit_depth < 8) {
bit_depth         262 ext/gd/libgd/gd_png.c 			if (bit_depth < 8) {
bit_depth         263 ext/gd/libgd/gd_png.c 				num_palette = 1 << bit_depth;
bit_depth         276 ext/gd/libgd/gd_png.c 				if (bit_depth == 16) {	/* png_set_strip_16() not yet in effect */
bit_depth         306 ext/gd/libgd/gd_png.c 					if (bit_depth == 16) { /* png_set_strip_16() not yet in effect */
bit_depth         466 ext/gd/libgd/gd_png.c 	int i, j, bit_depth = 0, interlace_type;
bit_depth         560 ext/gd/libgd/gd_png.c 			bit_depth = 1;
bit_depth         562 ext/gd/libgd/gd_png.c 			bit_depth = 2;
bit_depth         564 ext/gd/libgd/gd_png.c 			bit_depth = 4;
bit_depth         566 ext/gd/libgd/gd_png.c 			bit_depth = 8;
bit_depth         581 ext/gd/libgd/gd_png.c 		png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth, PNG_COLOR_TYPE_PALETTE, interlace_type,
bit_depth         612 ext/standard/image.c 	int highest_bit_depth, bit_depth;
bit_depth         662 ext/standard/image.c 		bit_depth = php_stream_getc(stream); /* Ssiz[i] */
bit_depth         663 ext/standard/image.c 		bit_depth++;
bit_depth         664 ext/standard/image.c 		if (bit_depth > highest_bit_depth) {
bit_depth         665 ext/standard/image.c 			highest_bit_depth = bit_depth;