Searched refs:UsedDirection (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsio1.c | 825 …l CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection) in cmsIsCLUT() argument 834 switch (UsedDirection) { in cmsIsCLUT() 845 …rror(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)", UsedDirection); in cmsIsCLUT() 856 cmsUInt32Number Intent, cmsUInt32Number UsedDirection) in cmsIsIntentSupported() argument 859 if (cmsIsCLUT(hProfile, Intent, UsedDirection)) return TRUE; in cmsIsIntentSupported()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2.h | 1473 … cmsIsIntentSupported(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection); 1475 … CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number UsedDirection);
|