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

/external/chromium_org/third_party/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.c3295 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
H A Dpng.h2942 #define PNG_GRAY_TO_RGB 0x4000 macro
/external/libpng/
H A Dpngrtran.c946 png_ptr->transformations |= PNG_GRAY_TO_RGB;
1355 * 4) PNG_GRAY_TO_RGB iff !PNG_BACKGROUND_IS_GRAY
1364 * 13) PNG_GRAY_TO_RGB iff PNG_BACKGROUND_IS_GRAY
1452 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
2025 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
4815 if ((png_ptr->transformations & PNG_GRAY_TO_RGB) &&
4900 if ((png_ptr->transformations & PNG_GRAY_TO_RGB) &&
H A Dpngpriv.h574 #define PNG_GRAY_TO_RGB 0x4000 macro
H A Dpngrutil.c4382 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
/external/qemu/distrib/libpng-1.2.46/
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.c3337 if (png_ptr->transformations & PNG_GRAY_TO_RGB)
H A Dpng.h3014 #define PNG_GRAY_TO_RGB 0x4000 macro

Completed in 155 milliseconds