HomeSort by relevance Sort by last modified time
    Searched refs:PNG_COLOR_MASK_COLOR (Results 1 - 16 of 16) 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 550 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
815 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...]
pngtrans.c 593 (row_info->color_type & PNG_COLOR_MASK_COLOR))
  /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...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 494 if (color_type & PNG_COLOR_MASK_COLOR) {
    [all...]

Completed in 201 milliseconds