Searched refs:is_stroke (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.h | 173 gchar *_createPattern(GfxPattern *pattern, GfxState *state, bool is_stroke=false); 180 bool is_stroke=false);
|
H A D | svg-builder.cpp | 623 gchar *SvgBuilder::_createPattern(GfxPattern *pattern, GfxState *state, bool is_stroke) { argument 653 !is_stroke); 655 id = _createTilingPattern(static_cast<GfxTilingPattern*>(pattern), state, is_stroke); 671 GfxState *state, bool is_stroke) { 718 GfxPatternColorSpace *pat_cs = (GfxPatternColorSpace *)( is_stroke ? state->getStrokeColorSpace() 670 _createTilingPattern(GfxTilingPattern *tiling_pattern, GfxState *state, bool is_stroke) argument
|
/inkscape/src/extension/internal/ |
H A D | cairo-render-context.h | 216 unsigned int _showGlyphs(cairo_t *cr, PangoFont *font, std::vector<CairoGlyphInfo> const &glyphtext, bool is_stroke);
|
Completed in 176 milliseconds