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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) argument
1393 if (nColorant > cmsMAXCHANNELS)
1394 nColorant = cmsMAXCHANNELS;
1396 for (j=0; j < nColorant; j++) {
1400 if (j < nColorant -1)
1414 int i, nColors, nColorant; local
1422 nColorant = T_CHANNELS(OutputFormat);
1450 BuildColorantList(Colorant, nColorant, Out);

Completed in 83 milliseconds