Home
last modified time | relevance | path

Searched defs:lineCapStyle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp65 auto lineCapStyle = LineCap::BUTT; in SetLineCap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.cpp69 void ShapeModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap()
131 void ShapeModelNG::SetStrokeLineCap(FrameNode* frameNode, int lineCapStyle) in SetStrokeLineCap()
H A Dshape_abstract_model_ng.cpp56 void ShapeAbstractModelNG::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddivider_modifier.cpp50 auto lineCapStyle = DEFAULT_DIVIDER_LINE_CAP; in SetDividerLineCap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h177 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap()
H A Dshape_container_component.h189 void SetStrokeLineCap(LineCapStyle lineCapStyle) in SetStrokeLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp56 void ShapeAbstractModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap()
H A Dshape_model_impl.cpp137 void ShapeModelImpl::SetStrokeLineCap(int lineCapStyle) in SetStrokeLineCap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp51 std::string ShapeContainerComposedElement::LineCapStyleToString(LineCapStyle lineCapStyle) in LineCapStyleToString()