Searched refs:PNG_FILTER_SUB (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 Dpngwrite.c1204 png_ptr->do_filter = PNG_FILTER_SUB; break;
1229 if ((png_ptr->do_filter & PNG_FILTER_SUB) && png_ptr->sub_row == NULL)
H A Dpngwutil.c1791 if (png_ptr->do_filter & PNG_FILTER_SUB)
2255 if (filter_to_do == PNG_FILTER_SUB)
2273 else if (filter_to_do & PNG_FILTER_SUB)
H A Dpng.h1956 #define PNG_FILTER_SUB 0x10 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 Dpngwrite.c1108 case PNG_FILTER_VALUE_SUB: png_ptr->do_filter=PNG_FILTER_SUB; break;
1126 if ((png_ptr->do_filter & PNG_FILTER_SUB) && png_ptr->sub_row == NULL)
H A Dpngwutil.c1704 if (png_ptr->do_filter & PNG_FILTER_SUB)
2152 if (filter_to_do == PNG_FILTER_SUB)
2170 else if (filter_to_do & PNG_FILTER_SUB)
H A Dpng.h1691 #define PNG_FILTER_SUB 0x10 macro
1695 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \

Completed in 194 milliseconds