Home
last modified time | relevance | path

Searched refs:lineCapStyle (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp57 auto lineCapStyle = LineCap::BUTT; in SetLineCap() local
60 lineCapStyle = LineCap::SQUARE; in SetLineCap()
62 lineCapStyle = LineCap::ROUND; in SetLineCap()
65 lineCapStyle = LineCap::BUTT; in SetLineCap()
67 DividerModel::GetInstance()->LineCap(lineCapStyle); in SetLineCap()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddivider_modifier.cpp44 auto lineCapStyle = DEFAULT_DIVIDER_LINE_CAP; in SetDividerLineCap() local
46 lineCapStyle = LineCap::SQUARE; in SetDividerLineCap()
48 lineCapStyle = LineCap::ROUND; in SetDividerLineCap()
50 lineCapStyle = DEFAULT_DIVIDER_LINE_CAP; in SetDividerLineCap()
52 DividerModelNG::LineCap(frameNode, lineCapStyle); in SetDividerLineCap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.cpp67 void ShapeModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() argument
69 ShapeAbstractModelNG().SetStrokeLineCap(lineCapStyle); in SetStrokeLineCap()
129 void ShapeModelNG::SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle) in SetStrokeLineCap() argument
131 ACE_UPDATE_NODE_PAINT_PROPERTY(ShapePaintProperty, StrokeLineCap, lineCapStyle, frameNode); in SetStrokeLineCap()
H A Dshape_model_ng.h36 void SetStrokeLineCap(int lineCapStyle) override;
55 static void SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle);
H A Dshape_abstract_model_ng.cpp52 void ShapeAbstractModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() argument
54 ACE_UPDATE_PAINT_PROPERTY(ShapePaintProperty, StrokeLineCap, lineCapStyle); in SetStrokeLineCap()
H A Dshape_abstract_model.h33 virtual void SetStrokeLineCap(int lineCapStyle);
H A Dshape_model.h41 virtual void SetStrokeLineCap(int lineCapStyle);
H A Dshape_abstract_model_ng.h32 void SetStrokeLineCap(int lineCapStyle) override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp55 void ShapeAbstractModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() argument
63 if (static_cast<int>(LineCapStyle::SQUARE) == lineCapStyle) { in SetStrokeLineCap()
65 } else if (static_cast<int>(LineCapStyle::ROUND) == lineCapStyle) { in SetStrokeLineCap()
H A Dshape_abstract_model_impl.h28 void SetStrokeLineCap(int lineCapStyle) override;
H A Dshape_model_impl.h33 void SetStrokeLineCap(int lineCapStyle) override;
H A Dshape_model_impl.cpp135 void ShapeModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap() argument
143 if (static_cast<int>(LineCapStyle::SQUARE) == lineCapStyle) { in SetStrokeLineCap()
145 } else if (static_cast<int>(LineCapStyle::ROUND) == lineCapStyle) { in SetStrokeLineCap()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h177 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() argument
179 strokeState_.SetLineCap(lineCapStyle); in SetStrokeLineCap()
H A Dshape_container_component.h189 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap() argument
191 strokeState_.SetLineCap(lineCapStyle); in SetStrokeLineCap()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.h31 static std::string LineCapStyleToString(LineCapStyle lineCapStyle);
H A Dshape_container_composed_element.cpp50 std::string ShapeContainerComposedElement::LineCapStyleToString(LineCapStyle lineCapStyle) in LineCapStyleToString() argument
58 auto pos = STYLE_MAP.find(lineCapStyle); in LineCapStyleToString()

Completed in 6 milliseconds