Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def39 png_set_rgb_to_gray @32
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp126 png_set_rgb_to_gray(png_ptr, 1, 0.299, 0.587); in _png_get_header_func()
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc298 png_set_rgb_to_gray(context->png_ptr, 1, 0.299, 0.587); // 601, JPG in CommonInitDecode()
/external/pdfium/third_party/libpng16/
Dpngprefix.h378 #define png_set_rgb_to_gray PDFIUM_png_set_rgb_to_gray macro
Dpng.h1081 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
Dpngrtran.c1059 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
/external/libpng/
Dpng.h1081 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
Dpngrtran.c1059 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
Dlibpng-manual.txt1376 png_set_rgb_to_gray()).
1834 "G" means the transformation is obtained by png_set_rgb_to_gray().
1928 png_set_rgb_to_gray(png_ptr, error_action,
1951 png_set_rgb_to_gray(png_ptr, error_action,
DCHANGES426 Added png_set_rgb_to_gray() and png_get_rgb_to_gray_status() functions.
457 in png_set_rgb_to_gray() to avoid "promotion" problems in AIX.
3388 The cHRM chunk now sets the defaults for png_set_rgb_to_gray() (when negative
3948 Corrected estimate of error in libpng png_set_rgb_to_gray API. The API is
/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()