Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsvirt.c107 cmsMAT3 MColorants; in cmsCreateRGBProfileTHR() local
160 if (!_cmsBuildRGB2XYZtransferMatrix(&MColorants, &MaxWhite, Primaries)) goto Error; in cmsCreateRGBProfileTHR()
162 Colorants.Red.X = MColorants.v[0].n[0]; in cmsCreateRGBProfileTHR()
163 Colorants.Red.Y = MColorants.v[1].n[0]; in cmsCreateRGBProfileTHR()
164 Colorants.Red.Z = MColorants.v[2].n[0]; in cmsCreateRGBProfileTHR()
166 Colorants.Green.X = MColorants.v[0].n[1]; in cmsCreateRGBProfileTHR()
167 Colorants.Green.Y = MColorants.v[1].n[1]; in cmsCreateRGBProfileTHR()
168 Colorants.Green.Z = MColorants.v[2].n[1]; in cmsCreateRGBProfileTHR()
170 Colorants.Blue.X = MColorants.v[0].n[2]; in cmsCreateRGBProfileTHR()
171 Colorants.Blue.Y = MColorants.v[1].n[2]; in cmsCreateRGBProfileTHR()
[all …]