Lines Matching refs:nComps
1819 int nComps, i, j;
1821 nComps = shading->getColorSpace()->getNComps();
1826 for (j = 0; j < nComps; ++j) {
1831 if (j < nComps) {
1934 int nComps, int depth) {
1940 for (i = 0; i < nComps; ++i) {
1946 if (i == nComps || depth == maxDepths[pdfGouraudTriangleShading-1]) {
1963 for (i = 0; i < nComps; ++i) {
1969 x20, y20, &color20, nComps, depth + 1);
1971 x12, y12, &color12, nComps, depth + 1);
1973 x20, y20, &color20, nComps, depth + 1);
1975 x2, y2, color2, nComps, depth + 1);
1997 void PdfParser::fillPatch(GfxPatch *patch, int nComps, int depth) {
2011 for (i = 0; i < nComps; ++i) {
2024 if (i == nComps || depth == maxDepths[pdfPatchMeshShading-1]) {
2103 for (i = 0; i < nComps; ++i) {
2126 fillPatch(&patch00, nComps, depth + 1);
2127 fillPatch(&patch10, nComps, depth + 1);
2128 fillPatch(&patch01, nComps, depth + 1);
2129 fillPatch(&patch11, nComps, depth + 1);