Searched refs:linewidth (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | sp-marker.h | 102 Geom::Affine const &base, float linewidth);
|
H A D | sp-marker.cpp | 357 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 D | wmf-print.cpp | 543 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 D | emf-print.cpp | 676 uint32_t linewidth = MAX(1, (uint32_t) round(scale * style->stroke_width.computed * PX2WORLD)); local 719 linewidth,
|
Completed in 38 milliseconds