HomeSort by relevance Sort by last modified time
    Searched refs:PNG_COLOR_TYPE_GRAY (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/libpng/contrib/gregbook/
readpng.c 187 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
234 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
246 if (color_type == PNG_COLOR_TYPE_GRAY ||
readpng2.c 286 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
312 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
324 if (color_type == PNG_COLOR_TYPE_GRAY ||
writepng.c 143 color_type = PNG_COLOR_TYPE_GRAY;
  /external/libpng/contrib/pngminus/
png2pnm.c 262 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
273 if (color_type == PNG_COLOR_TYPE_GRAY ||
300 if (color_type == PNG_COLOR_TYPE_GRAY)
353 if ((color_type == PNG_COLOR_TYPE_GRAY) ||
pnm2png.c 234 color_type = PNG_COLOR_TYPE_GRAY;
251 color_type = PNG_COLOR_TYPE_GRAY;
306 if (color_type == PNG_COLOR_TYPE_GRAY)
352 if (color_type == PNG_COLOR_TYPE_GRAY)
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 221 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
237 if (color_type == PNG_COLOR_TYPE_GRAY ||
325 return PNG_COLOR_TYPE_GRAY;
357 return PNG_COLOR_TYPE_GRAY;
595 case PNG_COLOR_TYPE_GRAY:
661 } else if (new_color_type == PNG_COLOR_TYPE_GRAY ||
663 const size_t bpp = new_color_type == PNG_COLOR_TYPE_GRAY ? 1 : 2;
Png.cpp 124 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
140 if (colorType == PNG_COLOR_TYPE_GRAY ||
192 PNG_COLOR_TYPE_GRAY) {
369 *colorType = PNG_COLOR_TYPE_GRAY; // 1 byte/pixel
387 *colorType = isOpaque ? PNG_COLOR_TYPE_GRAY : PNG_COLOR_TYPE_GRAY_ALPHA;
408 } else if (*colorType == PNG_COLOR_TYPE_GRAY ||
480 (colorType == PNG_COLOR_TYPE_RGB || colorType == PNG_COLOR_TYPE_GRAY ||
492 case PNG_COLOR_TYPE_GRAY:
494 << "is opaque gray, using PNG_COLOR_TYPE_GRAY");
    [all...]
  /external/freetype/src/sfnt/
pngshim.c 284 if ( color_type == PNG_COLOR_TYPE_GRAY )
304 if ( color_type == PNG_COLOR_TYPE_GRAY ||
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 217 if( m_color_type == PNG_COLOR_TYPE_GRAY && m_bit_depth < 8 )
296 channels == 1 ? PNG_COLOR_TYPE_GRAY :
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 293 if ( color_type == PNG_COLOR_TYPE_GRAY )
313 if ( color_type == PNG_COLOR_TYPE_GRAY ||
  /frameworks/base/tools/aapt/
Images.cpp 122 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
136 if (color_type == PNG_COLOR_TYPE_GRAY || color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
827 if (color_type == PNG_COLOR_TYPE_PALETTE || color_type == PNG_COLOR_TYPE_GRAY) {
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 171 (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8))
183 if (color_type == PNG_COLOR_TYPE_GRAY ||
  /bootable/recovery/tests/manual/
recovery_test.cpp 165 ASSERT_EQ(PNG_COLOR_TYPE_GRAY, color_type) << "Recovery expects grayscale PNG file.";
  /external/libpng/contrib/examples/
pngpixel.c 80 case PNG_COLOR_TYPE_GRAY:
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 153 case PNG_COLOR_TYPE_GRAY:
  /external/libpng/contrib/visupng/
PngFile.c 194 if (iColorType == PNG_COLOR_TYPE_GRAY ||
  /external/skia/src/images/
SkPngEncoder.cpp 119 pngColorType = PNG_COLOR_TYPE_GRAY;
  /external/libpng/
pngtrans.c 161 case PNG_COLOR_TYPE_GRAY:
269 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
546 row_info->color_type = PNG_COLOR_TYPE_GRAY;
example.c 402 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
838 * the color_type selected. color_type is one of PNG_COLOR_TYPE_GRAY,
    [all...]
  /external/pdfium/third_party/libpng16/
pngtrans.c 161 case PNG_COLOR_TYPE_GRAY:
268 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
545 row_info->color_type = PNG_COLOR_TYPE_GRAY;
  /external/skia/third_party/libpng/
pngtrans.c 161 case PNG_COLOR_TYPE_GRAY:
268 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
545 row_info->color_type = PNG_COLOR_TYPE_GRAY;
  /external/syslinux/com32/lib/libpng/
pngtrans.c 144 if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY && png_ptr->bit_depth >= 8)
216 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
520 else if ((row_info->color_type == PNG_COLOR_TYPE_GRAY ||
  /bootable/recovery/minui/
resources.cpp 104 } else if (bit_depth <= 8 && *channels == 1 && color_type == PNG_COLOR_TYPE_GRAY) {
  /external/ImageMagick/coders/
png.c 958 case PNG_COLOR_TYPE_GRAY:
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 828 if (bitDepth == 16 && (PNG_COLOR_TYPE_GRAY == encodedColorType ||
865 case PNG_COLOR_TYPE_GRAY:
    [all...]

Completed in 895 milliseconds

1 2 3