Home
last modified time | relevance | path

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

/external/libpng/
Dpngrutil.c843 int_y_green, int_x_blue, int_y_blue; in png_handle_cHRM() local
896 int_y_green = (png_fixed_point)uint_y; in png_handle_cHRM()
909 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
922 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) || in png_handle_cHRM()
939 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
955 int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
1044 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) || in png_handle_sRGB()
Dpngset.c64 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); in png_set_cHRM()
94 info_ptr->int_y_green = green_y; in png_set_cHRM_fixed()
Dpngget.c460 *green_y = info_ptr->int_y_green; in png_get_cHRM_fixed()
Dpngwrite.c99 info_ptr->int_x_green, info_ptr->int_y_green, in png_write_info_before_PLTE()
Dpng.h1091 png_fixed_point int_y_green PNG_DEPSTRUCT;
/external/qemu/distrib/libpng-1.2.19/
Dpngrutil.c733 int_y_green, int_x_blue, int_y_blue; in png_handle_cHRM() local
813 int_y_green = (png_fixed_point)uint_y; in png_handle_cHRM()
836 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
849 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) || in png_handle_cHRM()
865 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
881 int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
971 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) || in png_handle_sRGB()
Dpngset.c78 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); in png_set_cHRM()
134 info_ptr->int_y_green = green_y; in png_set_cHRM_fixed()
Dpngget.c428 *green_y = info_ptr->int_y_green; in png_get_cHRM_fixed()
Dpngwrite.c91 info_ptr->int_x_green, info_ptr->int_y_green, in png_write_info_before_PLTE()
Dpng.h927 png_fixed_point int_y_green; member