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

/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DPNGImageEncoder.cpp93 png_set_filter(png, PNG_FILTER_TYPE_BASE, PNG_FILTER_SUB);
/external/chromium_org/third_party/libpng/
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.h1939 #define PNG_FILTER_SUB 0x10 macro
1943 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
/external/qemu/distrib/libpng-1.2.46/
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.h2003 #define PNG_FILTER_SUB 0x10 macro
2007 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
/external/libpng/
H A Dpngwutil.c1976 if (png_ptr->do_filter & PNG_FILTER_SUB)
2436 if (filter_to_do == PNG_FILTER_SUB)
2457 else if (filter_to_do & PNG_FILTER_SUB)
H A Dpng.h1587 #define PNG_FILTER_SUB 0x10 macro
1591 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
H A Dpngwrite.c1014 png_ptr->do_filter = PNG_FILTER_SUB; break;
1045 if ((png_ptr->do_filter & PNG_FILTER_SUB) && png_ptr->sub_row == NULL)
/external/libpng/contrib/libtests/
H A Dmakepng.c1470 filters = PNG_FILTER_SUB | PNG_FILTER_PAETH;

Completed in 362 milliseconds