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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c504 cmsUInt32Number i, nOuts, nIns; local
508 &WhitePointIn, NULL, &nIns)) return FALSE;
514 if (Lut ->InputChannels != nIns) return FALSE;
533 for (i=0; i < nIns; i++) {
538 for (i=0; i < nIns; i++)
561 PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns);

Completed in 785 milliseconds