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

1 2

  /external/chromium_org/third_party/libpng/
pngwtran.c 233 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
532 (row_info->color_type & PNG_COLOR_MASK_COLOR))
pngrtran.c 809 !(color_type & PNG_COLOR_MASK_COLOR))
826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
    [all...]
pngrutil.c 540 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
805 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
    [all...]
pngwutil.c 601 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
942 if (color_type & PNG_COLOR_MASK_COLOR)
    [all...]
png.h     [all...]
pngset.c 251 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwtran.c 233 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
532 (row_info->color_type & PNG_COLOR_MASK_COLOR))
pngrtran.c 809 !(color_type & PNG_COLOR_MASK_COLOR))
826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
    [all...]
pngrutil.c 556 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
821 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
    [all...]
pngwutil.c 601 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
942 if (color_type & PNG_COLOR_MASK_COLOR)
    [all...]
  /external/libpng/
example.c 472 if (color_type & PNG_COLOR_MASK_COLOR)
515 if (color_type & PNG_COLOR_MASK_COLOR)
    [all...]
pngrtran.c     [all...]
png.h     [all...]
pngwtran.c 180 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
png.c     [all...]
pngread.c 328 (row_info->color_type & PNG_COLOR_MASK_COLOR))
    [all...]
pngwutil.c 946 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
    [all...]
pngwrite.c 617 if ((row_info->color_type & PNG_COLOR_MASK_COLOR))
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c     [all...]
png.h 751 #define PNG_COLOR_MASK_COLOR 2
756 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
757 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
758 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 351 if ((colorType & PNG_COLOR_MASK_COLOR) && !m_ignoreGammaAndColorProfile) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 536 if (colorType & PNG_COLOR_MASK_COLOR) {
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 120 if (color_type & PNG_COLOR_MASK_COLOR)
    [all...]
pngvalid.c     [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 536 if (colorType & PNG_COLOR_MASK_COLOR) {
    [all...]

Completed in 604 milliseconds

1 2