Searched refs:doFunctionShFill1 (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.h | 249 void doFunctionShFill1(GfxFunctionShading *shading,
|
H A D | pdf-parser.cpp | 1806 doFunctionShFill1(shading, x0, y0, x1, y1, colors, 0); 1809 void PdfParser::doFunctionShFill1(GfxFunctionShading *shading, function in class:PdfParser 1892 doFunctionShFill1(shading, x0, y0, xM, yM, colors2, depth + 1); 1899 doFunctionShFill1(shading, x0, yM, xM, y1, colors2, depth + 1); 1906 doFunctionShFill1(shading, xM, y0, x1, yM, colors2, depth + 1); 1913 doFunctionShFill1(shading, xM, yM, x1, y1, colors2, depth + 1);
|
Completed in 39 milliseconds