Home
last modified time | relevance | path

Searched refs:error_action (Results 1 – 6 of 6) sorted by relevance

/external/libpng/
Dpngrtran.c676 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
694 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed); in png_set_rgb_to_gray()
699 png_set_rgb_to_gray_fixed(png_structp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument
707 switch(error_action) in png_set_rgb_to_gray_fixed()
Dpng.h1766 int error_action, double red, double green ));
1769 int error_action, png_fixed_point red, png_fixed_point green ));
Dlibpng-1.2.44.txt1018 png_set_rgb_to_gray_fixed(png_ptr, error_action,
1021 error_action = 1: silently do the conversion
1022 error_action = 2: issue a warning if the original
1025 error_action = 3: issue an error and abort the
1035 If you have set error_action = 1 or 2, you can
1041 data, regardless of the error_action setting.
Dlibpng-1.2.46.txt1018 png_set_rgb_to_gray_fixed(png_ptr, error_action,
1021 error_action = 1: silently do the conversion
1022 error_action = 2: issue a warning if the original
1025 error_action = 3: issue an error and abort the
1035 If you have set error_action = 1 or 2, you can
1041 data, regardless of the error_action setting.
/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c643 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
649 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed); in png_set_rgb_to_gray()
654 png_set_rgb_to_gray_fixed(png_structp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument
659 switch(error_action) in png_set_rgb_to_gray_fixed()
Dpng.h1570 int error_action, double red, double green ));
1573 int error_action, png_fixed_point red, png_fixed_point green ));