Home
last modified time | relevance | path

Searched refs:PNG_INTRAPIXEL_DIFFERENCING (Results 1 – 7 of 7) sorted by relevance

/external/libpng/
Dpngwrite.c893 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING)) in png_write_row()
1019 (method == PNG_INTRAPIXEL_DIFFERENCING)) in png_set_filter()
Dpng.h683 #define PNG_INTRAPIXEL_DIFFERENCING 64 /* Used only in MNG datastreams */ macro
Dpngwutil.c775 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) && in png_write_IHDR()
Dpngread.c563 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING)) in png_read_row()
Dpng.c2674 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
Dlibpng-manual.txt1298 PNG_INTRAPIXEL_DIFFERENCING if
2999 PNG_INTRAPIXEL_DIFFERENCING)
4482 PNG_INTRAPIXEL_DIFFERENCING if you are
/external/ImageMagick/coders/
Dpng.c10904 #if defined(PNG_MNG_FEATURES_SUPPORTED) && defined(PNG_INTRAPIXEL_DIFFERENCING) in WriteOnePNGImage()
10909 ping_filter_method=PNG_INTRAPIXEL_DIFFERENCING; in WriteOnePNGImage()