Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsvirt.c1004 } cmsAllowedLUT; typedef
1008 static const cmsAllowedLUT AllowedLUTTypes[] = {
1023 #define SIZE_OF_ALLOWED_LUT (sizeof(AllowedLUTTypes)/sizeof(cmsAllowedLUT))
1027 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) in CheckOne()
1043 const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature Destinat… in FindCombination()
1049 const cmsAllowedLUT* Tab = AllowedLUTTypes + n; in FindCombination()
1072 const cmsAllowedLUT* AllowedLUT; in cmsTransform2DeviceLink()