Searched refs:end_points_xy (Results 1 – 4 of 4) 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 | 1689 if (png_colorspace_endpoints_match(xy, &colorspace->end_points_xy, 1702 colorspace->end_points_xy = *xy; 1927 !png_colorspace_endpoints_match(&sRGB_xy, &colorspace->end_points_xy, 1943 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()
|