Home | History | Annotate | Download | only in src

Lines Matching defs:White

63 // Get a media white point fixing some issues found in certain old profiles
115 cmsCIEXYZ* White = (cmsCIEXYZ*) cmsReadTag(hProfile, cmsSigMediaWhitePointTag);
117 if (White == NULL) {
123 return _cmsAdaptationMatrix(Dest, NULL, White, cmsD50_XYZ());