Home
last modified time | relevance | path

Searched refs:png_set_rgb_to_gray (Results 1 – 16 of 16) sorted by relevance

/external/libpng/scripts/
Dsymbols.def40 png_set_rgb_to_gray @32
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp156 png_set_rgb_to_gray(png_ptr, 1, 0.299, 0.587); in _png_get_header_func()
/external/skia/third_party/libpng/
Dpngprefix.h351 #define png_set_rgb_to_gray skia_png_set_rgb_to_gray macro
Dpng.h1116 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
Dpngrtran.c1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
Dlibpng-manual.txt1343 png_set_rgb_to_gray()).
1796 "G" means the transformation is obtained by png_set_rgb_to_gray().
1890 png_set_rgb_to_gray(png_ptr, error_action,
1913 png_set_rgb_to_gray(png_ptr, error_action,
/external/libpng/
Dpng.h1116 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
Dpngrtran.c1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
Dlibpng-manual.txt1343 png_set_rgb_to_gray()).
1796 "G" means the transformation is obtained by png_set_rgb_to_gray().
1890 png_set_rgb_to_gray(png_ptr, error_action,
1913 png_set_rgb_to_gray(png_ptr, error_action,
DCHANGES427 Added png_set_rgb_to_gray() and png_get_rgb_to_gray_status() functions.
458 in png_set_rgb_to_gray() to avoid "promotion" problems in AIX.
3389 The cHRM chunk now sets the defaults for png_set_rgb_to_gray() (when negative
3949 Corrected estimate of error in libpng png_set_rgb_to_gray API. The API is
/external/pdfium/third_party/libpng16/
Dpng.h1116 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
Dpngrtran.c1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
/external/syslinux/com32/include/
Dpng.h1704 extern PNG_EXPORT(void,png_set_rgb_to_gray) PNGARG((png_structp png_ptr,
/external/syslinux/com32/lib/libpng/
Dpngrtran.c676 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
DCHANGES400 Added png_set_rgb_to_gray() and png_get_rgb_to_gray_status() functions.
428 in png_set_rgb_to_gray() to avoid "promotion" problems in AIX.
/external/libpng/contrib/libtests/
Dpngvalid.c7770 png_set_rgb_to_gray(pp, error_action, data.red_to_set, data.green_to_set); in image_transform_png_set_rgb_to_gray_set()