Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsvirt.c996 } cmsAllowedLUT; typedef
1000 static const cmsAllowedLUT AllowedLUTTypes[] = {
1015 #define SIZE_OF_ALLOWED_LUT (sizeof(AllowedLUTTypes)/sizeof(cmsAllowedLUT))
1019 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) in CheckOne()
1035 const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature Destinat… in FindCombination()
1041 const cmsAllowedLUT* Tab = AllowedLUTTypes + n; in FindCombination()
1063 const cmsAllowedLUT* AllowedLUT; in cmsTransform2DeviceLink()