Home
last modified time | relevance | path

Searched refs:UsedDirection (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsio1.c838 …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/
Dlcms2.h1486 … cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection);
1488 … CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection);