Searched refs:nComps (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.h | 257 int nComps, int depth); 259 void fillPatch(GfxPatch *patch, int nComps, int depth);
|
H A D | pdf-parser.cpp | 1819 int nComps, i, j; local 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, dept 1931 gouraudFillTriangle(double x0, double y0, GfxColor *color0, double x1, double y1, GfxColor *color1, double x2, double y2, GfxColor *color2, int nComps, int depth) argument 1997 fillPatch(GfxPatch *patch, int nComps, int depth) argument [all...] |
Completed in 21 milliseconds