Searched defs:linewidth (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-marker.cpp357 Geom::Affine const &base, float linewidth)
359 // Do not show marker if linewidth == 0 and markerUnits == strokeWidth
362 if (marker->markerUnits == SP_MARKER_UNITS_STROKEWIDTH && linewidth == 0) {
406 m = Geom::Scale(linewidth) * m;
355 sp_marker_show_instance( SPMarker *marker, Inkscape::DrawingItem *parent, unsigned int key, unsigned int pos, Geom::Affine const &base, float linewidth) argument
/inkscape/src/extension/internal/
H A Dwmf-print.cpp543 uint32_t linewidth = 1; local
566 linewidth = MAX(1, (uint32_t) round(scale * style->stroke_width.computed * PX2WORLD));
607 up = U_PEN_set(penstyle | modstyle, linewidth, penColor);
H A Demf-print.cpp676 uint32_t linewidth = MAX(1, (uint32_t) round(scale * style->stroke_width.computed * PX2WORLD)); local
719 linewidth,

Completed in 312 milliseconds