Home
last modified time | relevance | path

Searched refs:StrokeStyle (Results 1 – 25 of 103) sorted by relevance

12345

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstroke-style.cpp108 StrokeStyle::StrokeStyle() : in StrokeStyle() function in Inkscape::UI::Widget::StrokeStyle
358 StrokeStyle::~StrokeStyle() in ~StrokeStyle()
413 StrokeStyle::StrokeStyleButton *
493 void StrokeStyle::unitChangedCB() in unitChangedCB()
541 StrokeStyle::selectionChangedCB() in selectionChangedCB()
670 StrokeStyle::updateLine() in updateLine()
831 StrokeStyle::scaleLine() in scaleLine()
935 StrokeStyle::widthChangedCB() in widthChangedCB()
949 StrokeStyle::miterLimitChangedCB() in miterLimitChangedCB()
964 StrokeStyle::lineDashChangedCB() in lineDashChangedCB()
[all …]
H A Dstroke-style.h89 class StrokeStyle : public Gtk::Box
92 StrokeStyle();
93 ~StrokeStyle() override;
153 …static void markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMarkerLoc const which…
154 static void buttonToggledCB(StrokeStyleButton *tb, StrokeStyle *spw);
/dports/graphics/xournalpp/xournalpp-1.1.0/src/model/
H A DStrokeStyle.cpp5 StrokeStyle::StrokeStyle() = default;
7 StrokeStyle::~StrokeStyle() = default;
20 auto StrokeStyle::parseStyle(const char* style) -> LineStyle { in parseStyle()
64 auto StrokeStyle::formatStyle(const double* dashes, int count) -> string { in formatStyle()
81 auto StrokeStyle::formatStyle(const LineStyle& style) -> string { in formatStyle()
85 return StrokeStyle::formatStyle(dashes, dashCount); in formatStyle()
H A DStrokeStyle.h23 class StrokeStyle {
25 StrokeStyle();
26 virtual ~StrokeStyle();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dstroke_data.h58 StrokeStyle Style() const { return style_; } in Style()
59 void SetStyle(StrokeStyle style) { style_ = style; } in SetStyle()
92 static bool StrokeIsDashed(float width, StrokeStyle);
118 StrokeStyle style_;
H A Dgraphics_context.h110 StrokeStyle GetStrokeStyle() const { in GetStrokeStyle()
113 void SetStrokeStyle(StrokeStyle style) { in SetStrokeStyle()
430 StrokeStyle);
431 static bool ShouldUseStrokeForTextLine(StrokeStyle);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dstroke_data.h58 StrokeStyle Style() const { return style_; } in Style()
59 void SetStyle(StrokeStyle style) { style_ = style; } in SetStyle()
92 static bool StrokeIsDashed(float width, StrokeStyle);
118 StrokeStyle style_;
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/raqote-0.7.14/src/
H A Dtests.rs227 &StrokeStyle { in stroke()
251 &StrokeStyle { in degenerate_stroke()
269 &StrokeStyle { in degenerate_stroke2()
289 &StrokeStyle { in dashing()
307 &StrokeStyle { in dash_rect()
536 &StrokeStyle { in empty_lineto_stroke()
547 &StrokeStyle { in empty_lineto_stroke()
685 &StrokeStyle { in close_sets_current_point()
702 &StrokeStyle { in close_sets_current_point()
729 let style = StrokeStyle { in close_clears_start_point()
[all …]
H A Dstroke.rs5 pub struct StrokeStyle { struct
14 impl Default for StrokeStyle { implementation
16 StrokeStyle { in default()
148 fn cap_line(dest: &mut PathBuilder, style: &StrokeStyle, pt: Point, normal: Vector) { in cap_line() argument
174 style: &StrokeStyle, in bevel() argument
233 style: &StrokeStyle, in join_line() argument
277 pub fn stroke_to_path(path: &Path, style: &StrokeStyle) -> Path { in stroke_to_path()
/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A Dkis_figure_painting_tool_helper.h38 KisToolShapeUtils::StrokeStyle strokeStyle,
59 KisToolShapeUtils::StrokeStyle strokeStyle,
H A Dkis_figure_painting_tool_helper.cpp35 KisToolShapeUtils::StrokeStyle strokeStyle, in KisFigurePaintingToolHelper()
57 KisToolShapeUtils::StrokeStyle strokeStyle, in setupPaintStyles()
H A DKisToolShapeUtils.h32 enum StrokeStyle { enum
/dports/graphics/box/box-0.4.0/libs/g/
H A Dstroke.box9 Stroke = ++(Path path, StrokeStyle style)
15 StrokeStyle@Stroke[\ .style[$]]
H A Dlines.box6 // others, using the {type(StrokeStyle)} settings available at the point where
16 StrokeStyle@Lines[\ .line[$]] ///<Same.
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfill-and-stroke.h31 class StrokeStyle; variable
77 UI::Widget::StrokeStyle *strokeStyleWdgt;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Ddocument_marker_painter.cc178 context.SetStrokeStyle(StrokeStyle::kDashedStroke); in PaintStyleableMarkerUnderline()
181 context.SetStrokeStyle(StrokeStyle::kDottedStroke); in PaintStyleableMarkerUnderline()
184 context.SetStrokeStyle(StrokeStyle::kSolidStroke); in PaintStyleableMarkerUnderline()
187 context.SetStrokeStyle(StrokeStyle::kNoStroke); in PaintStyleableMarkerUnderline()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quickshapes/
H A Dqquickshape_p.h224 …Q_PROPERTY(StrokeStyle strokeStyle READ strokeStyle WRITE setStrokeStyle NOTIFY strokeStyleChanged)
252 enum StrokeStyle { enum
256 Q_ENUM(StrokeStyle)
282 StrokeStyle strokeStyle() const;
283 void setStrokeStyle(StrokeStyle style);
H A Dqquickshape_p_p.h100 virtual void setStrokeStyle(int index, QQuickShapePath::StrokeStyle strokeStyle,
121 QQuickShapePath::StrokeStyle strokeStyle;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quickshapes/
H A Dqquickshape_p.h224 …Q_PROPERTY(StrokeStyle strokeStyle READ strokeStyle WRITE setStrokeStyle NOTIFY strokeStyleChanged)
252 enum StrokeStyle { enum
256 Q_ENUM(StrokeStyle)
282 StrokeStyle strokeStyle() const;
283 void setStrokeStyle(StrokeStyle style);
H A Dqquickshape_p_p.h100 virtual void setStrokeStyle(int index, QQuickShapePath::StrokeStyle strokeStyle,
121 QQuickShapePath::StrokeStyle strokeStyle;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtext_decoration_info.h82 enum StrokeStyle StrokeStyle() const;
H A Ddocument_marker_painter.cc188 context.SetStrokeStyle(StrokeStyle::kDashedStroke); in PaintStyleableMarkerUnderline()
191 context.SetStrokeStyle(StrokeStyle::kDottedStroke); in PaintStyleableMarkerUnderline()
194 context.SetStrokeStyle(StrokeStyle::kSolidStroke); in PaintStyleableMarkerUnderline()
197 context.SetStrokeStyle(StrokeStyle::kNoStroke); in PaintStyleableMarkerUnderline()
H A Dtext_decoration_info.cc116 static enum StrokeStyle TextDecorationStyleToStrokeStyle( in TextDecorationStyleToStrokeStyle()
118 enum StrokeStyle stroke_style = kSolidStroke; in TextDecorationStyleToStrokeStyle()
227 enum StrokeStyle TextDecorationInfo::StrokeStyle() const { in StrokeStyle() function in blink::TextDecorationInfo
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h138 enum StrokeStyle { enum
201 StrokeStyle strokeStyle;
231 StrokeStyle strokeStyle() const;
232 void setStrokeStyle(StrokeStyle);
515 …c void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle);
532 void setPlatformStrokeStyle(StrokeStyle);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.h80 StrokeStyle strokeStyle() const;
81 void setStrokeStyle(StrokeStyle);

12345