Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libpng/
Dpngrutil.c833 int_y_green, int_x_blue, int_y_blue; in png_handle_cHRM() local
886 int_y_green = (png_fixed_point)uint_y; in png_handle_cHRM()
899 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
912 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) || in png_handle_cHRM()
929 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
945 int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
1034 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.h1044 png_fixed_point int_y_green PNG_DEPSTRUCT;
/external/libpng/
Dpngrutil.c849 int_y_green, int_x_blue, int_y_blue; in png_handle_cHRM() local
902 int_y_green = (png_fixed_point)uint_y; in png_handle_cHRM()
915 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
928 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) || in png_handle_cHRM()
945 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
961 int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
1050 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