Searched refs:PNG_ALL_FILTERS (Results 1 - 11 of 11) sorted by relevance

/external/libpng/contrib/libtests/
H A Dmakepng.c1284 unsigned int filters = PNG_ALL_FILTERS;
1459 if (filters == PNG_ALL_FILTERS)
H A Dpngvalid.c3818 nfilter >= PNG_FILTER_VALUE_LAST ? PNG_ALL_FILTERS : nfilter);
/external/chromium_org/third_party/libpng/
H A Dpngwutil.c529 png_ptr->do_filter = PNG_ALL_FILTERS;
2160 if (png_ptr->row_number == 0 && filter_to_do == PNG_ALL_FILTERS)
H A Dpngwrite.c1193 switch (filters & (PNG_ALL_FILTERS | 0x07))
H A Dpng.h1943 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \ macro
/external/libpng/
H A Dpngwutil.c908 png_ptr->do_filter = PNG_ALL_FILTERS;
2336 if (png_ptr->row_number == 0 && filter_to_do == PNG_ALL_FILTERS)
H A Dpng.h1591 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \ macro
H A Dpngwrite.c1001 switch (filters & (PNG_ALL_FILTERS | 0x07))
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwutil.c529 png_ptr->do_filter = PNG_ALL_FILTERS;
2160 if (png_ptr->row_number == 0 && filter_to_do == PNG_ALL_FILTERS)
H A Dpngwrite.c1193 switch (filters & (PNG_ALL_FILTERS | 0x07))
H A Dpng.h2007 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \ macro

Completed in 1527 milliseconds