Lines Matching refs:width
38 * Joins may behave oddly if the width is negative.
41 * @param[in] width Stroke width.
50 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL, LineCapType cap = BUTT_FLAT);
53 * Offset the input path by @a width.
54 * Joins may behave oddly if the width is negative.
57 * @param[in] width Amount to offset.
63 Geom::Path half_outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL);
67 * Joins may behave oddly if the width is negative.
76 * @param[in] width
80 void outline_join(Geom::Path &res, Geom::Path const& outgoing, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, LineJoinType join);