Searched defs:cmsCreateRGBProfileTHR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsvirt.c130 cmsHPROFILE CMSEXPORT cmsCreateRGBProfileTHR(cmsContext ContextID, function
233 return cmsCreateRGBProfileTHR(NULL, WhitePoint, Primaries, TransferFunction);
492 hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL, NULL);
538 hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL, NULL);
583 hProfile = cmsCreateRGBProfileTHR(ContextID, cmsD50_xyY(), NULL, NULL);
668 hsRGB = cmsCreateRGBProfileTHR(ContextID, &D65, &Rec709Primaries, Gamma22);

Completed in 242 milliseconds