Searched refs:PNG_GRAY_TO_RGB (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngrtran.c664 png_ptr->transformations |= PNG_GRAY_TO_RGB;
814 (png_ptr->transformations & PNG_GRAY_TO_RGB) &&
1258 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
1452 if ((png_ptr->transformations & PNG_GRAY_TO_RGB) &&
1529 if ((png_ptr->transformations & PNG_GRAY_TO_RGB) &&
H A Dpngrutil.c3331 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
H A Dpng.h3014 #define PNG_GRAY_TO_RGB 0x4000 macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c629 png_ptr->transformations |= PNG_GRAY_TO_RGB;
756 (png_ptr->transformations & PNG_GRAY_TO_RGB) &&
1176 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
1365 if ((png_ptr->transformations & PNG_GRAY_TO_RGB) &&
1442 if ((png_ptr->transformations & PNG_GRAY_TO_RGB) &&
H A Dpng.h2731 #define PNG_GRAY_TO_RGB 0x4000 macro
H A Dpngrutil.c4108 if (png_ptr->transformations & PNG_GRAY_TO_RGB)

Completed in 144 milliseconds