Home
last modified time | relevance | path

Searched refs:end_points_xy (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngget.c529 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()
541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); 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()
656 *red_x = info_ptr->colorspace.end_points_xy.redx; in png_get_cHRM_fixed()
658 *red_y = info_ptr->colorspace.end_points_xy.redy; in png_get_cHRM_fixed()
660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
664 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
[all …]
A Dpngstruct.h119 png_xy end_points_xy; /* End points as chromaticities */ member
A Dpng.c1689 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;
A Dpngwrite.c179 png_write_cHRM_fixed(png_ptr, &info_ptr->colorspace.end_points_xy); in png_write_info_before_PLTE()

Completed in 17 milliseconds