Searched refs:png_set_rgb_to_gray (Results 1 – 10 of 10) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 40 png_set_rgb_to_gray @32
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 151 png_set_rgb_to_gray(png_ptr, 1, 0.299, 0.587); in _png_get_header_func()
|
/external/tensorflow/tensorflow/core/lib/png/ |
D | png_io.cc | 297 png_set_rgb_to_gray(context->png_ptr, 1, 0.299, 0.587); // 601, JPG in CommonInitDecode()
|
/external/libpng/ |
D | png.h | 1112 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
|
D | pngrtran.c | 1048 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
|
D | libpng-manual.txt | 1375 png_set_rgb_to_gray()). 1833 "G" means the transformation is obtained by png_set_rgb_to_gray(). 1927 png_set_rgb_to_gray(png_ptr, error_action, 1950 png_set_rgb_to_gray(png_ptr, error_action,
|
D | CHANGES | 427 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/ |
D | png.h | 1116 PNG_FP_EXPORT(32, void, png_set_rgb_to_gray, (png_structrp png_ptr,
|
D | pngrtran.c | 1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() function
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 7770 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()
|