Home | History | Annotate | Download | only in lpng_v163

Lines Matching full:xyz

75    png_XYZ XYZ;

77 png_debug1(1, "in %s storage function", "cHRM XYZ fixed");
82 XYZ.red_X = int_red_X;
83 XYZ.red_Y = int_red_Y;
84 XYZ.red_Z = int_red_Z;
85 XYZ.green_X = int_green_X;
86 XYZ.green_Y = int_green_Y;
87 XYZ.green_Z = int_green_Z;
88 XYZ.blue_X = int_blue_X;
89 XYZ.blue_Y = int_blue_Y;
90 XYZ.blue_Z = int_blue_Z;
92 if (png_colorspace_set_endpoints(png_ptr, &info_ptr->colorspace, &XYZ, 2))