/external/syslinux/com32/lib/libpng/ |
D | pngset.c | 43 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()
|
D | pngget.c | 411 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()
|
D | png.c | 890 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()
|
D | pngtest.c | 923 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()
|
D | pngwutil.c | 990 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()
|
D | pngrutil.c | 823 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/libpng/ |
D | pngget.c | 514 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()
|
D | pngtest.c | 1116 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local 1120 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0) in test_one_file() 1123 red_y, green_x, green_y, blue_x, blue_y); in test_one_file() 1139 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local 1143 &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0) in test_one_file() 1146 red_y, green_x, green_y, blue_x, blue_y); in test_one_file()
|
D | pngset.c | 42 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()
|
D | png.h | 1971 double *red_y, double *green_x, double *green_y, double *blue_x, 1996 double green_y, double blue_x, double blue_y))
|
D | libpng-manual.txt | 1363 &red_y, &green_x, &green_y, &blue_x, &blue_y) 2979 green_x, green_y, blue_x, blue_y)
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 514 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()
|
D | pngset.c | 42 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()
|
D | png.h | 1971 double *red_y, double *green_x, double *green_y, double *blue_x, 1996 double green_y, double blue_x, double blue_y))
|
/external/skia/third_party/libpng/ |
D | pngget.c | 514 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()
|
D | pngtest.c | 1109 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local 1113 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0) in test_one_file() 1116 red_y, green_x, green_y, blue_x, blue_y); in test_one_file() 1132 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, in test_one_file() local 1136 &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0) in test_one_file() 1139 red_y, green_x, green_y, blue_x, blue_y); in test_one_file()
|
D | pngset.c | 42 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()
|
D | png.h | 1971 double *red_y, double *green_x, double *green_y, double *blue_x, 1996 double green_y, double blue_x, double blue_y))
|
D | libpng-manual.txt | 1363 &red_y, &green_x, &green_y, &blue_x, &blue_y) 2974 green_x, green_y, blue_x, blue_y)
|
/external/syslinux/com32/include/ |
D | png.h | 2338 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,
|