Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsvirt.c109 cmsCIExyY MaxWhite; in cmsCreateRGBProfileTHR() local
156 MaxWhite.x = WhitePoint -> x; in cmsCreateRGBProfileTHR()
157 MaxWhite.y = WhitePoint -> y; in cmsCreateRGBProfileTHR()
158 MaxWhite.Y = 1.0; in cmsCreateRGBProfileTHR()
160 if (!_cmsBuildRGB2XYZtransferMatrix(&MColorants, &MaxWhite, Primaries)) goto Error; in cmsCreateRGBProfileTHR()