Home
last modified time | relevance | path

Searched refs:GetStrokeLineCap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.h44 std::string GetStrokeLineCap() const;
H A Dshape_composed_element.h43 std::string GetStrokeLineCap() const;
H A Dshape_container_composed_element.cpp32 …ap", [](const ShapeContainerComposedElement& inspector) { return inspector.GetStrokeLineCap(); } }, in __anona2101dcf0602()
161 std::string ShapeContainerComposedElement::GetStrokeLineCap() const in GetStrokeLineCap() function in OHOS::Ace::V2::ShapeContainerComposedElement
H A Dshape_composed_element.cpp31 …rokeLineCap", [](const ShapeComposedElement& inspector) { return inspector.GetStrokeLineCap(); } }, in __anoncc0f25ed0602()
204 std::string ShapeComposedElement::GetStrokeLineCap() const in GetStrokeLineCap() function in OHOS::Ace::V2::ShapeComposedElement
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp224 EXPECT_EQ(shapeProperty->GetStrokeLineCap(), LINE_CAP); in CheckStrokeLineCap()