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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsvirt.c996 } cmsAllowedLUT; typedef in typeref:struct:__anon849
998 static const cmsAllowedLUT AllowedLUTTypes[] = {
1012 #define SIZE_OF_ALLOWED_LUT (sizeof(AllowedLUTTypes)/sizeof(cmsAllowedLUT))
1016 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut)
1032 const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature DestinationTag)
1038 const cmsAllowedLUT* Tab = AllowedLUTTypes + n;
1060 const cmsAllowedLUT* AllowedLUT;

Completed in 32 milliseconds