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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
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.h1955 #define PNG_FILTER_NONE 0x08 macro
1960 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwutil.c502 png_ptr->do_filter = PNG_FILTER_NONE;
508 if (png_ptr->do_filter != PNG_FILTER_NONE)
2099 if ((filter_to_do & PNG_FILTER_NONE) &&
2100 filter_to_do != PNG_FILTER_NONE)
H A Dpngwrite.c1107 case PNG_FILTER_VALUE_NONE: png_ptr->do_filter=PNG_FILTER_NONE; break;
1180 png_ptr->do_filter = PNG_FILTER_NONE;
H A Dpng.h1690 #define PNG_FILTER_NONE 0x08 macro
1695 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \

Completed in 117 milliseconds