Home
last modified time | relevance | path

Searched refs:green_y (Results 1 – 12 of 12) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpngset.c39 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument
47 green_x < 0.0 || green_y < 0.0 || in png_set_cHRM()
56 green_x > 21474.83 || green_y > 21474.83 || in png_set_cHRM()
69 info_ptr->y_green = (float)green_y; in png_set_cHRM()
78 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); in png_set_cHRM()
89 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, in png_set_cHRM_fixed() argument
98 green_x < 0 || green_y < 0 || in png_set_cHRM_fixed()
111 green_y > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()
120 green_y > (png_fixed_point) PNG_UINT_31_MAX/100000L || in png_set_cHRM_fixed()
134 info_ptr->int_y_green = green_y; in png_set_cHRM_fixed()
[all …]
Dpngget.c381 double *green_x, double *green_y, double *blue_x, double *blue_y) in png_get_cHRM() argument
396 if (green_y != NULL) in png_get_cHRM()
397 *green_y = (double)info_ptr->y_green; in png_get_cHRM()
411 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, in png_get_cHRM_fixed() argument
427 if (green_y != NULL) in png_get_cHRM_fixed()
428 *green_y = info_ptr->int_y_green; in png_get_cHRM_fixed()
Dpngwutil.c943 double red_x, double red_y, double green_x, double green_y, in png_write_cHRM() argument
978 if (green_x < 0 || green_y < 0 || green_x + green_y > 1.0) in png_write_cHRM()
985 itemp = (png_uint_32)(green_y * 100000.0 + 0.5); in png_write_cHRM()
1005 png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x, in png_write_cHRM_fixed() argument
1034 if (green_x + green_y > 100000L) in png_write_cHRM_fixed()
1040 png_save_uint_32(buf + 20, (png_uint_32)green_y); in png_write_cHRM_fixed()
Dpngrutil.c730 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; in png_handle_cHRM() local
836 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
860 green_x, green_y, blue_x, blue_y); in png_handle_cHRM()
876 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y); in png_handle_cHRM()
Dpng.h2190 double *red_y, double *green_x, double *green_y, double *blue_x,
2206 double red_y, double green_x, double green_y, double blue_x, double blue_y));
3047 double red_x, double red_y, double green_x, double green_y,
/external/libpng/
Dpngset.c43 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument
55 info_ptr->y_green = (float)green_y; in png_set_cHRM()
64 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); in png_set_cHRM()
76 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, in png_set_cHRM_fixed() argument
86 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y)) in png_set_cHRM_fixed()
94 info_ptr->int_y_green = green_y; in png_set_cHRM_fixed()
103 info_ptr->y_green = (float)(green_y/100000.); in png_set_cHRM_fixed()
534 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; in png_set_sRGB_gAMA_and_cHRM() local
573 green_y = (float).60; in png_set_sRGB_gAMA_and_cHRM()
585 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y); in png_set_sRGB_gAMA_and_cHRM()
Dpngget.c411 double *green_x, double *green_y, double *blue_x, double *blue_y) in png_get_cHRM() argument
427 if (green_y != NULL) in png_get_cHRM()
428 *green_y = (double)info_ptr->y_green; in png_get_cHRM()
442 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, in png_get_cHRM_fixed() argument
459 if (green_y != NULL) in png_get_cHRM_fixed()
460 *green_y = info_ptr->int_y_green; in png_get_cHRM_fixed()
Dpng.c890 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, in png_check_cHRM_fixed() argument
903 green_x < 0 || green_y < 0 || in png_check_cHRM_fixed()
915 green_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()
933 if (green_x > 100000L - green_y) in png_check_cHRM_fixed()
945 png_64bit_product(green_y - red_y, blue_x - red_x, &yx_hi, &yx_lo); in png_check_cHRM_fixed()
Dpngtest.c923 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local
926 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y)) in test_one_file()
929 red_y, green_x, green_y, blue_x, blue_y); in test_one_file()
945 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local
948 &red_y, &green_x, &green_y, &blue_x, &blue_y)) in test_one_file()
951 red_y, green_x, green_y, blue_x, blue_y); in test_one_file()
Dpngwutil.c990 double red_x, double red_y, double green_x, double green_y, in png_write_cHRM() argument
1008 int_green_y = (png_uint_32)(green_y * 100000.0 + 0.5); in png_write_cHRM()
1039 png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x, in png_write_cHRM_fixed() argument
1052 green_x, green_y, blue_x, blue_y)) in png_write_cHRM_fixed()
1062 png_save_uint_32(buf + 20, (png_uint_32)green_y); in png_write_cHRM_fixed()
Dpngrutil.c846 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; in png_handle_cHRM() local
915 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
939 green_x, green_y, blue_x, blue_y); in png_handle_cHRM()
956 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y); in png_handle_cHRM()
Dpng.h2415 double *red_y, double *green_x, double *green_y, double *blue_x,
2431 double red_y, double green_x, double green_y, double blue_x, double blue_y));
3352 double red_x, double red_y, double green_x, double green_y,