Searched refs:int_y_green (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/libpng/ |
D | pngrutil.c | 833 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()
|
D | pngset.c | 64 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()
|
D | pngget.c | 460 *green_y = info_ptr->int_y_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 | 1044 png_fixed_point int_y_green PNG_DEPSTRUCT;
|
/external/libpng/ |
D | pngrutil.c | 849 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()
|
D | pngset.c | 64 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()
|
D | pngget.c | 460 *green_y = info_ptr->int_y_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 | 1091 png_fixed_point int_y_green 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 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()
|
D | pngset.c | 78 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()
|
D | pngget.c | 428 *green_y = info_ptr->int_y_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 | 927 png_fixed_point int_y_green; member
|