Searched refs:error_action (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngrtran.c676 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, argument
694 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);
699 png_set_rgb_to_gray_fixed(png_structp png_ptr, int error_action, argument
707 switch(error_action)
H A Dpng.h1766 int error_action, double red, double green ));
1769 int error_action, png_fixed_point red, png_fixed_point green ));
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c643 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, argument
649 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);
654 png_set_rgb_to_gray_fixed(png_structp png_ptr, int error_action, argument
659 switch(error_action)
H A Dpng.h1570 int error_action, double red, double green ));
1573 int error_action, png_fixed_point red, png_fixed_point green ));

Completed in 85 milliseconds