Searched defs:color_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp102 int color_type; local
111 &outImageInfo->height, &bit_depth, &color_type,
115 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
116 // color_type, bit_depth, interlace_type, compression_type);
118 if (color_type == PNG_COLOR_TYPE_PALETTE)
121 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
132 if ((color_type&PNG_COLOR_MASK_ALPHA) == 0)
135 if (color_type == PNG_COLOR_TYPE_GRAY || color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
162 bit_depth, color_type,
845 dump_image(int w, int h, png_bytepp rows, int color_type) argument
1073 int color_type; local
[all...]

Completed in 236 milliseconds