Searched refs:UsedDirection (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsio1.c | 838 …l CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection) in cmsIsCLUT() argument 847 switch (UsedDirection) { in cmsIsCLUT() 858 …rror(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)", UsedDirection); in cmsIsCLUT() 869 cmsUInt32Number Intent, cmsUInt32Number UsedDirection) in cmsIsIntentSupported() argument 872 if (cmsIsCLUT(hProfile, Intent, UsedDirection)) return TRUE; in cmsIsIntentSupported()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1486 … cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection); 1488 … CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection);
|