Searched refs:is_stroke (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h173 gchar *_createPattern(GfxPattern *pattern, GfxState *state, bool is_stroke=false);
180 bool is_stroke=false);
H A Dsvg-builder.cpp623 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 Dcairo-render-context.h216 unsigned int _showGlyphs(cairo_t *cr, PangoFont *font, std::vector<CairoGlyphInfo> const &glyphtext, bool is_stroke);

Completed in 21 milliseconds