Searched refs:PNG_NO_FILTERS (Results 1 - 9 of 9) sorted by relevance

/external/skia/tools/skiaserve/
H A DRequest.cpp43 png_set_filter(png, 0, PNG_NO_FILTERS);
/external/libvncserver/libvncserver/
H A Dtight.c96 { 0, PNG_NO_FILTERS },
97 { 1, PNG_NO_FILTERS },
98 { 2, PNG_NO_FILTERS },
99 { 3, PNG_NO_FILTERS },
100 { 4, PNG_NO_FILTERS },
/external/pdfium/third_party/lpng_v163/
H A Dpngwrite.c1037 if (png_ptr->do_filter == PNG_NO_FILTERS)
2159 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, PNG_NO_FILTERS);
H A Dpng.h1894 #define PNG_NO_FILTERS 0x00 macro
/external/opencv3/3rdparty/libpng/
H A Dpngwrite.c1140 if (png_ptr->do_filter == PNG_NO_FILTERS)
H A Dpng.h1620 #define PNG_NO_FILTERS 0x00 macro
/external/libpng/
H A Dpng.h1499 #define PNG_NO_FILTERS 0x00 macro
H A Dpngwrite.c2094 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, PNG_NO_FILTERS);
H A Dpngwutil.c820 if ((png_ptr->do_filter) == PNG_NO_FILTERS)

Completed in 107 milliseconds