Searched refs:end_points_xy (Results 1 – 8 of 8) sorted by relevance
/external/libpng/ |
D | pngget.c | 529 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM() 532 info_ptr->colorspace.end_points_xy.whitey, "cHRM white Y"); in png_get_cHRM() 534 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx, in png_get_cHRM() 537 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy, in png_get_cHRM() 541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM() 544 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y"); in png_get_cHRM() 546 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM() 549 *blue_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluey, in png_get_cHRM() 652 *white_x = info_ptr->colorspace.end_points_xy.whitex; in png_get_cHRM_fixed() 654 *white_y = info_ptr->colorspace.end_points_xy.whitey; in png_get_cHRM_fixed() [all …]
|
D | pngstruct.h | 119 png_xy end_points_xy; /* End points as chromaticities */ member
|
D | png.c | 1654 if (png_colorspace_endpoints_match(xy, &colorspace->end_points_xy, 1667 colorspace->end_points_xy = *xy; 1892 !png_colorspace_endpoints_match(&sRGB_xy, &colorspace->end_points_xy, 1908 colorspace->end_points_xy = sRGB_xy;
|
D | pngwrite.c | 179 png_write_cHRM_fixed(png_ptr, &info_ptr->colorspace.end_points_xy); in png_write_info_before_PLTE()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngget.c | 496 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM() 499 info_ptr->colorspace.end_points_xy.whitey, "cHRM white Y"); in png_get_cHRM() 501 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx, in png_get_cHRM() 504 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy, in png_get_cHRM() 508 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM() 511 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y"); in png_get_cHRM() 513 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM() 516 *blue_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluey, in png_get_cHRM() 619 *white_x = info_ptr->colorspace.end_points_xy.whitex; in png_get_cHRM_fixed() 621 *white_y = info_ptr->colorspace.end_points_xy.whitey; in png_get_cHRM_fixed() [all …]
|
D | pngstruct.h | 120 png_xy end_points_xy; /* End points as chromaticities */ member
|
D | png.c | 1556 if (!png_colorspace_endpoints_match(xy, &colorspace->end_points_xy, 100)) 1568 colorspace->end_points_xy = *xy; 1793 !png_colorspace_endpoints_match(&sRGB_xy, &colorspace->end_points_xy, 1809 colorspace->end_points_xy = sRGB_xy;
|
D | pngwrite.c | 177 png_write_cHRM_fixed(png_ptr, &info_ptr->colorspace.end_points_xy); in png_write_info_before_PLTE()
|