Searched refs:cmsCreateRGBProfileTHR (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsvirt.c | 101 cmsHPROFILE CMSEXPORT cmsCreateRGBProfileTHR(cmsContext ContextID, in cmsCreateRGBProfileTHR() function 221 return cmsCreateRGBProfileTHR(NULL, WhitePoint, Primaries, TransferFunction); in cmsCreateRGBProfile() 479 …hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL,… in cmsCreateLab2ProfileTHR() 526 …hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL,… in cmsCreateLab4ProfileTHR() 572 hProfile = cmsCreateRGBProfileTHR(ContextID, cmsD50_xyY(), NULL, NULL); in cmsCreateXYZProfileTHR() 658 hsRGB = cmsCreateRGBProfileTHR(ContextID, &D65, &Rec709Primaries, Gamma22); in cmsCreate_sRGBProfileTHR()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1543 CMSAPI cmsHPROFILE CMSEXPORT cmsCreateRGBProfileTHR(cmsContext ContextID,
|