Searched defs:lIsSuitable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c965 cmsBool lIsSuitable, lIsLinear; local
1032 lIsSuitable = TRUE;
1034 for (t=0; (lIsSuitable && (t < OriginalLut ->InputChannels)); t++) {
1042 lIsSuitable = FALSE;
1045 lIsSuitable = FALSE;
1049 if (!lIsSuitable) goto Error;

Completed in 35 milliseconds