Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmssamp.c191 cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number … in cmsDetectBlackPoint() function
404 return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags); in cmsDetectDestinationBlackPoint()
416 if (!cmsDetectBlackPoint(&IniXYZ, hProfile, Intent, dwFlags)) { in cmsDetectDestinationBlackPoint()
Dcmsps2.c878 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0); in WriteInputLUT()
956 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, INTENT_RELATIVE_COLORIMETRIC, 0); in WriteInputMatrixShaper()
1339 cmsDetectBlackPoint(&BlackPointAdaptedToD50, hProfile, Intent, 0); in WriteOutputLUT()
Dcmscnvrt.c403 cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0); in ComputeConversion()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1884 CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, …