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

  /external/libpng/
pngwtran.c 233 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
532 (row_info->color_type & PNG_COLOR_MASK_COLOR))
example.c 277 if (color_type & PNG_COLOR_MASK_COLOR)
319 if (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...]
png.h     [all...]
pngtrans.c 593 (row_info->color_type & PNG_COLOR_MASK_COLOR))
pngset.c 251 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 226 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
522 (row_info->color_type & PNG_COLOR_MASK_COLOR))
pngrtran.c 751 !(color_type & PNG_COLOR_MASK_COLOR))
768 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
    [all...]
png.h     [all...]
pngwutil.c 571 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
895 if (color_type & PNG_COLOR_MASK_COLOR)
    [all...]
pngrutil.c 442 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
705 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
    [all...]
pngtrans.c 559 (row_info->color_type & PNG_COLOR_MASK_COLOR))
pngset.c 347 else if (info_ptr->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/skia/src/images/
SkImageDecoder_libpng.cpp 509 if (color_type & PNG_COLOR_MASK_COLOR) {
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp 503 if (color_type & PNG_COLOR_MASK_COLOR) {
    [all...]

Completed in 83 milliseconds