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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsvirt.c1060 const cmsAllowedLUT* AllowedLUT; local
1119 AllowedLUT = NULL;
1121 AllowedLUT = FindCombination(LUT, Version >= 4.0, DestinationTag);
1123 if (AllowedLUT == NULL) {
1127 AllowedLUT = FindCombination(LUT, Version >= 4.0, DestinationTag);
1132 if (AllowedLUT == NULL) {
1144 AllowedLUT = FindCombination(LUT, Version >= 4.0, DestinationTag);
1148 if (AllowedLUT == NULL) {

Completed in 30 milliseconds