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

/external/chromium_org/third_party/libpng/
H A Dpngwutil.c527 png_ptr->do_filter = PNG_FILTER_NONE;
533 if (png_ptr->do_filter != PNG_FILTER_NONE)
2202 if ((filter_to_do & PNG_FILTER_NONE) &&
2203 filter_to_do != PNG_FILTER_NONE)
H A Dpngwrite.c1201 png_ptr->do_filter = PNG_FILTER_NONE; break;
1284 png_ptr->do_filter = PNG_FILTER_NONE;
H A Dpng.h1938 #define PNG_FILTER_NONE 0x08 macro
1943 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
/external/libpng/
H A Dpngwutil.c527 png_ptr->do_filter = PNG_FILTER_NONE;
533 if (png_ptr->do_filter != PNG_FILTER_NONE)
2202 if ((filter_to_do & PNG_FILTER_NONE) &&
2203 filter_to_do != PNG_FILTER_NONE)
H A Dpngwrite.c1201 png_ptr->do_filter = PNG_FILTER_NONE; break;
1284 png_ptr->do_filter = PNG_FILTER_NONE;
H A Dpng.h2002 #define PNG_FILTER_NONE 0x08 macro
2007 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c507 png_ptr->do_filter = PNG_FILTER_NONE;
513 if (png_ptr->do_filter != PNG_FILTER_NONE)
2155 if ((filter_to_do & PNG_FILTER_NONE) &&
2156 filter_to_do != PNG_FILTER_NONE)
H A Dpngwrite.c1145 png_ptr->do_filter=PNG_FILTER_NONE; break;
1228 png_ptr->do_filter = PNG_FILTER_NONE;
H A Dpng.h1798 #define PNG_FILTER_NONE 0x08 macro
1803 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \

Completed in 69 milliseconds