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

1 2

  /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)
  /external/freetype/src/sfnt/
pngshim.c 293 if ( color_type == PNG_COLOR_TYPE_GRAY )
313 if ( color_type == PNG_COLOR_TYPE_GRAY ||
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
pngshim.c 293 if ( color_type == PNG_COLOR_TYPE_GRAY )
313 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 ||
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 265 if( m_color_type == PNG_COLOR_TYPE_GRAY && m_bit_depth < 8 )
412 channels == 1 ? 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...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 119 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
135 if (colorType == PNG_COLOR_TYPE_GRAY || colorType == PNG_COLOR_TYPE_GRAY_ALPHA) {
183 if (color_type == PNG_COLOR_TYPE_PALETTE || color_type == PNG_COLOR_TYPE_GRAY) {
348 *colorType = PNG_COLOR_TYPE_GRAY; // 1 byte/pixel
367 *colorType = isOpaque ? PNG_COLOR_TYPE_GRAY : PNG_COLOR_TYPE_GRAY_ALPHA;
388 } else if (*colorType == PNG_COLOR_TYPE_GRAY || *colorType == PNG_COLOR_TYPE_GRAY_ALPHA) {
459 colorType == PNG_COLOR_TYPE_GRAY || colorType == PNG_COLOR_TYPE_PALETTE)) {
471 case PNG_COLOR_TYPE_GRAY:
472 diag->note(DiagMessage() << "is opaque gray, using PNG_COLOR_TYPE_GRAY");
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 273 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
367 SkASSERT(PNG_COLOR_TYPE_GRAY == pngColorType);
384 SkASSERT(PNG_COLOR_TYPE_GRAY == pngColorType);
564 if (PNG_COLOR_TYPE_GRAY == colorType) {
616 bool convertGrayToRGB = PNG_COLOR_TYPE_GRAY == colorType && *colorTypep != kAlpha_8_SkColorType;
    [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 ||
  /external/libpng/contrib/examples/
pngpixel.c 80 case PNG_COLOR_TYPE_GRAY:
  /external/skia/src/codec/
SkPngCodec.cpp 274 case PNG_COLOR_TYPE_GRAY:
391 PNG_COLOR_TYPE_GRAY == encodedColorType) {
  /external/libpng/contrib/visupng/
PngFile.c 194 if (iColorType == PNG_COLOR_TYPE_GRAY ||
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 154 case PNG_COLOR_TYPE_GRAY:
  /external/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;
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...]
pngrtran.c     [all...]
  /external/opencv3/3rdparty/libpng/
pngtrans.c 147 if (png_ptr->color_type == PNG_COLOR_TYPE_GRAY && png_ptr->bit_depth >= 8)
217 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
487 row_info->color_type = PNG_COLOR_TYPE_GRAY;
  /external/pdfium/third_party/lpng_v163/
pngtrans.c 158 case PNG_COLOR_TYPE_GRAY:
265 if (row_info->color_type == PNG_COLOR_TYPE_GRAY)
535 row_info->color_type = PNG_COLOR_TYPE_GRAY;
  /bootable/recovery/minui/
resources.cpp 102 } 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...]

Completed in 172 milliseconds

1 2