Searched refs:error_action (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libpng/ |
D | png.h | 1082 int error_action, double red, double green)) 1084 int error_action, png_fixed_point red, png_fixed_point green))
|
D | pngrtran.c | 970 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument 980 switch (error_action) in png_set_rgb_to_gray_fixed() 1059 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument 1062 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
|
D | libpng-manual.txt | 1928 png_set_rgb_to_gray(png_ptr, error_action, 1931 error_action = 1: silently do the conversion 1933 error_action = 2: issue a warning if the original 1937 error_action = 3: issue an error and abort the 1951 png_set_rgb_to_gray(png_ptr, error_action, 1955 If you have set error_action = 1 or 2, you can 1961 data for sBIT, regardless of the error_action setting.
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 7767 int error_action = 1; /* no error, no defines in png.h */ in image_transform_png_set_rgb_to_gray_set() local 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() 7772 png_set_rgb_to_gray_fixed(pp, error_action, data.red_to_set, in image_transform_png_set_rgb_to_gray_set()
|