Searched refs:PNG_SHIFT (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngwtran.c64 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngtrans.c85 png_ptr->transformations |= PNG_SHIFT;
H A Dpngread.c636 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngwrite.c829 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngrtran.c1165 if ((png_ptr->transformations & PNG_SHIFT) &&
1507 if (png_ptr->transformations & PNG_SHIFT)
H A Dpng.h2931 #define PNG_SHIFT 0x0008 macro
/external/libpng/
H A Dpngwtran.c64 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngtrans.c85 png_ptr->transformations |= PNG_SHIFT;
H A Dpngread.c645 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngwrite.c829 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngrtran.c1165 if ((png_ptr->transformations & PNG_SHIFT) &&
1507 if (png_ptr->transformations & PNG_SHIFT)
H A Dpng.h3003 #define PNG_SHIFT 0x0008 macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwtran.c59 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngtrans.c71 png_ptr->transformations |= PNG_SHIFT;
H A Dpngread.c605 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngwrite.c791 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngrtran.c1082 if ((png_ptr->transformations & PNG_SHIFT) &&
1420 if (png_ptr->transformations & PNG_SHIFT)
H A Dpng.h2720 #define PNG_SHIFT 0x0008 macro

Completed in 256 milliseconds