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.c546 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngtrans.c91 png_ptr->transformations |= PNG_SHIFT;
H A Dpngpriv.h563 #define PNG_SHIFT 0x0008 macro
H A Dpngrtran.c1367 * 16) PNG_SHIFT
1873 if ((png_ptr->transformations & PNG_SHIFT) &&
1881 png_ptr->transformations &= ~PNG_SHIFT;
4916 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngwrite.c719 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngread.c434 if (png_ptr->transformations & PNG_SHIFT)
/external/qemu/distrib/libpng-1.2.46/
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

Completed in 1231 milliseconds