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

/external/libpng/contrib/libtests/
H A Dmakepng.c1315 filters = PNG_FILTER_NONE;
1462 filters = PNG_FILTER_NONE;
1467 filters &= ~(PNG_FILTER_NONE | PNG_FILTER_AVG);
1474 filters &= ~PNG_FILTER_NONE;
/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.c340 else if (png_ptr->do_filter != PNG_FILTER_NONE)
905 png_ptr->do_filter = PNG_FILTER_NONE;
2381 if ((filter_to_do & PNG_FILTER_NONE) && filter_to_do != PNG_FILTER_NONE)
H A Dpng.h1586 #define PNG_FILTER_NONE 0x08 macro
1591 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
H A Dpngwrite.c1010 png_ptr->do_filter = PNG_FILTER_NONE; break;
1105 png_ptr->do_filter = PNG_FILTER_NONE;
/external/qemu/distrib/libpng-1.2.46/
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 | \

Completed in 143 milliseconds