Searched refs:fillPatch (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.h | 259 void fillPatch(GfxPatch *patch, int nComps, int depth);
|
H A D | pdf-parser.cpp | 1992 fillPatch(shading->getPatch(i), shading->getColorSpace()->getNComps(), 1997 void PdfParser::fillPatch(GfxPatch *patch, int nComps, int depth) { function in class:PdfParser 2126 fillPatch(&patch00, nComps, depth + 1); 2127 fillPatch(&patch10, nComps, depth + 1); 2128 fillPatch(&patch01, nComps, depth + 1); 2129 fillPatch(&patch11, nComps, depth + 1);
|
Completed in 21 milliseconds