/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 54 info_ptr->x_green = (float)green_x; in png_set_cHRM() 63 info_ptr->int_x_green = (png_fixed_point)(green_x*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() 93 info_ptr->int_x_green = green_x; in png_set_cHRM_fixed() 102 info_ptr->x_green = (float)(green_x/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 572 green_x = (float).30; 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 425 if (green_x != NULL) in png_get_cHRM() 426 *green_x = (double)info_ptr->x_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 457 if (green_x != NULL) in png_get_cHRM_fixed() 458 *green_x = info_ptr->int_x_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() 914 green_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed() 933 if (green_x > 100000L - green_y) in png_check_cHRM_fixed() 944 png_64bit_product(green_x - red_x, blue_y - red_y, &xy_hi, &xy_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 1007 int_green_x = (png_uint_32)(green_x * 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() 1061 png_save_uint_32(buf + 16, (png_uint_32)green_x); 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 891 green_x = (float)int_x_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 539 if (green_x != NULL) in png_get_cHRM() 540 *green_x = 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 659 if (green_x != NULL) in png_get_cHRM_fixed() 660 *green_x = info_ptr->colorspace.end_points_xy.greenx; 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 54 xy.greenx = green_x; in png_set_cHRM_fixed() 104 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument 111 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
|
D | png.h | 1971 double *red_y, double *green_x, double *green_y, double *blue_x, 1995 double white_x, double white_y, double red_x, double red_y, double green_x,
|
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 539 if (green_x != NULL) in png_get_cHRM() 540 *green_x = 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 659 if (green_x != NULL) in png_get_cHRM_fixed() 660 *green_x = info_ptr->colorspace.end_points_xy.greenx; 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 54 xy.greenx = green_x; in png_set_cHRM_fixed() 104 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument 111 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
|
D | png.h | 1971 double *red_y, double *green_x, double *green_y, double *blue_x, 1995 double white_x, double white_y, double red_x, double red_y, double green_x,
|
/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 539 if (green_x != NULL) in png_get_cHRM() 540 *green_x = 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 659 if (green_x != NULL) in png_get_cHRM_fixed() 660 *green_x = info_ptr->colorspace.end_points_xy.greenx; 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 54 xy.greenx = green_x; in png_set_cHRM_fixed() 104 double green_x, double green_y, double blue_x, double blue_y) in png_set_cHRM() argument 111 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
|
D | png.h | 1971 double *red_y, double *green_x, double *green_y, double *blue_x, 1995 double white_x, double white_y, double red_x, double red_y, double green_x,
|
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,
|