Searched refs:PNG_INVERT_ALPHA (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngwtran.c73 if (png_ptr->transformations & PNG_INVERT_ALPHA)
H A Dpngtrans.c188 png_ptr->transformations |= PNG_INVERT_ALPHA;
H A Dpngwrite.c159 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
H A Dpngrtran.c885 if (png_ptr->transformations & PNG_INVERT_ALPHA)
1541 if (png_ptr->transformations & PNG_INVERT_ALPHA)
H A Dpng.h2947 #define PNG_INVERT_ALPHA 0x80000L macro
/external/libpng/
H A Dpngwtran.c73 if (png_ptr->transformations & PNG_INVERT_ALPHA)
H A Dpngtrans.c188 png_ptr->transformations |= PNG_INVERT_ALPHA;
H A Dpngwrite.c159 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
H A Dpngrtran.c885 if (png_ptr->transformations & PNG_INVERT_ALPHA)
1541 if (png_ptr->transformations & PNG_INVERT_ALPHA)
H A Dpng.h3019 #define PNG_INVERT_ALPHA 0x80000L macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwtran.c68 if (png_ptr->transformations & PNG_INVERT_ALPHA)
H A Dpngtrans.c161 png_ptr->transformations |= PNG_INVERT_ALPHA;
H A Dpngwrite.c149 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
H A Dpngrtran.c823 if (png_ptr->transformations & PNG_INVERT_ALPHA)
1454 if (png_ptr->transformations & PNG_INVERT_ALPHA)
H A Dpng.h2736 #define PNG_INVERT_ALPHA 0x80000L macro

Completed in 175 milliseconds