Searched refs:int_x_green (Results 1 – 10 of 10) sorted by relevance
/external/libpng/ |
D | pngrutil.c | 842 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local 895 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM() 908 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM() 921 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM() 939 (long)int_x_green, (long)int_y_green, in png_handle_cHRM() 954 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() 1043 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
|
D | pngset.c | 63 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5); in png_set_cHRM() 93 info_ptr->int_x_green = green_x; in png_set_cHRM_fixed()
|
D | pngget.c | 458 *green_x = info_ptr->int_x_green; in png_get_cHRM_fixed()
|
D | pngwrite.c | 99 info_ptr->int_x_green, info_ptr->int_y_green, in png_write_info_before_PLTE()
|
D | png.h | 1090 png_fixed_point int_x_green PNG_DEPSTRUCT;
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngrutil.c | 732 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local 812 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM() 835 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM() 848 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM() 865 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM() 880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() 970 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
|
D | pngset.c | 77 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5); in png_set_cHRM() 133 info_ptr->int_x_green = green_x; in png_set_cHRM_fixed()
|
D | pngget.c | 426 *green_x = info_ptr->int_x_green; in png_get_cHRM_fixed()
|
D | pngwrite.c | 91 info_ptr->int_x_green, info_ptr->int_y_green, in png_write_info_before_PLTE()
|
D | png.h | 926 png_fixed_point int_x_green; member
|