Searched defs:error_action (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/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)
/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)
/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)

Completed in 179 milliseconds