Searched refs:int_y_blue (Results 1 – 10 of 10) sorted by relevance
/external/libpng/ |
D | pngrutil.c | 849 int_y_green, int_x_blue, int_y_blue; in png_handle_cHRM() local 907 int_y_blue = (png_fixed_point)uint_y; in png_handle_cHRM() 917 blue_y = (float)int_y_blue / (float)100000.0; in png_handle_cHRM() 930 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000)) in png_handle_cHRM() 946 (long)int_x_blue, (long)int_y_blue); in png_handle_cHRM() 961 int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM() 1052 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000)) in png_handle_sRGB()
|
D | pngset.c | 66 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5); in png_set_cHRM() 96 info_ptr->int_y_blue = blue_y; in png_set_cHRM_fixed()
|
D | pngget.c | 464 *blue_y = info_ptr->int_y_blue; in png_get_cHRM_fixed()
|
D | pngwrite.c | 100 info_ptr->int_x_blue, info_ptr->int_y_blue); in png_write_info_before_PLTE()
|
D | png.h | 1093 png_fixed_point int_y_blue PNG_DEPSTRUCT;
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngrutil.c | 733 int_y_green, int_x_blue, int_y_blue; in png_handle_cHRM() local 828 int_y_blue = (png_fixed_point)uint_y; in png_handle_cHRM() 838 blue_y = (float)int_y_blue / (float)100000.0; in png_handle_cHRM() 851 PNG_OUT_OF_RANGE(int_y_blue, 6000, 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() 973 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000)) in png_handle_sRGB()
|
D | pngset.c | 80 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5); in png_set_cHRM() 136 info_ptr->int_y_blue = blue_y; in png_set_cHRM_fixed()
|
D | pngget.c | 432 *blue_y = info_ptr->int_y_blue; in png_get_cHRM_fixed()
|
D | pngwrite.c | 92 info_ptr->int_x_blue, info_ptr->int_y_blue); in png_write_info_before_PLTE()
|
D | png.h | 929 png_fixed_point int_y_blue; member
|