Home
last modified time | relevance | path

Searched refs:int_y_white (Results 1 – 10 of 10) sorted by relevance

/external/libpng/
Dpngrutil.c842 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
886 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
905 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
918 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
936 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
954 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1040 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) || in png_handle_sRGB()
Dpngset.c60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); in png_set_cHRM()
90 info_ptr->int_y_white = white_y; in png_set_cHRM_fixed()
Dpngget.c452 *white_y = info_ptr->int_y_white; in png_get_cHRM_fixed()
Dpngwrite.c97 info_ptr->int_x_white, info_ptr->int_y_white, in png_write_info_before_PLTE()
Dpng.h1087 png_fixed_point int_y_white PNG_DEPSTRUCT;
/external/qemu/distrib/libpng-1.2.19/
Dpngrutil.c732 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
783 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
832 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
845 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
863 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
967 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) || in png_handle_sRGB()
Dpngset.c74 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); in png_set_cHRM()
130 info_ptr->int_y_white = white_y; in png_set_cHRM_fixed()
Dpngget.c420 *white_y = info_ptr->int_y_white; in png_get_cHRM_fixed()
Dpngwrite.c89 info_ptr->int_x_white, info_ptr->int_y_white, in png_write_info_before_PLTE()
Dpng.h923 png_fixed_point int_y_white; member