Searched refs:cmsDetectBlackPoint (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmssamp.c | 191 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()
|
D | cmsps2.c | 878 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()
|
D | cmscnvrt.c | 403 cmsDetectBlackPoint(&BlackPointIn, hProfiles[i-1], Intent, 0); in ComputeConversion()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1884 CMSAPI cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, …
|