Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/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.c823 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; in png_handle_cHRM() local
892 green_y = (float)int_y_green / (float)100000.0; in png_handle_cHRM()
916 green_x, green_y, blue_x, blue_y); in png_handle_cHRM()
933 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y); in png_handle_cHRM()
/external/pdfium/third_party/libpng16/
Dpngget.c514 double *green_x, double *green_y, double *blue_x, double *blue_y) in png_get_cHRM() argument
542 if (green_y != NULL) in png_get_cHRM()
543 *green_y = png_float(png_ptr, in png_get_cHRM()
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, in png_get_cHRM_fixed() argument
661 if (green_y != NULL) in png_get_cHRM_fixed()
662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
Dpngset.c42 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, in png_set_cHRM_fixed() argument
55 xy.greeny = green_y; in png_set_cHRM_fixed()
104 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument
112 png_fixed(png_ptr, green_y, "cHRM Green Y"), in png_set_cHRM()
Dpng.h1971 double *red_y, double *green_x, double *green_y, double *blue_x,
1996 double green_y, double blue_x, double blue_y))
/external/libpng/
Dpngget.c514 double *green_x, double *green_y, double *blue_x, double *blue_y) in png_get_cHRM() argument
542 if (green_y != NULL) in png_get_cHRM()
543 *green_y = png_float(png_ptr, in png_get_cHRM()
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, in png_get_cHRM_fixed() argument
661 if (green_y != NULL) in png_get_cHRM_fixed()
662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
Dpngtest.c1118 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local
1122 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0) in test_one_file()
1125 red_y, green_x, green_y, blue_x, blue_y); in test_one_file()
1141 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local
1145 &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0) in test_one_file()
1148 red_y, green_x, green_y, blue_x, blue_y); in test_one_file()
Dpngset.c42 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, in png_set_cHRM_fixed() argument
55 xy.greeny = green_y; in png_set_cHRM_fixed()
104 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument
112 png_fixed(png_ptr, green_y, "cHRM Green Y"), in png_set_cHRM()
Dpng.h1968 double *red_y, double *green_x, double *green_y, double *blue_x,
1993 double green_y, double blue_x, double blue_y))
Dlibpng-manual.txt1395 &red_y, &green_x, &green_y, &blue_x, &blue_y)
3027 green_x, green_y, blue_x, blue_y)
/external/syslinux/com32/include/
Dpng.h2338 double *red_y, double *green_x, double *green_y, double *blue_x,
2354 double red_y, double green_x, double green_y, double blue_x, double blue_y));
3263 double red_x, double red_y, double green_x, double green_y,