Home
last modified time | relevance | path

Searched defs:shapeType (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_property.cpp317 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue() local
329 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
Dshape_component.h35 explicit ShapeComponent(ShapeType shapeType) : RenderComponent(), shapeType_(shapeType) {} in ShapeComponent()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dshape_composed_element.cpp99 auto shapeType = GetShapeType(); in ToJsonObject() local
Dinspector_composed_element.cpp954 int32_t shapeType = static_cast<int32_t>(clipPath->GetBasicShape()->GetBasicShapeType()); in GetClip() local
1256 int32_t shapeType = static_cast<int32_t>(shape->GetBasicShapeType()); in GetMask() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_slider_modifier.cpp843 auto shapeType = basicShape->GetBasicShapeType(); in GetSliderBlockShape() local
Dnode_common_modifier.cpp6191 std::string shapeType(type); in SetMaskShape() local
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp14526 ArkUI_ShapeType shapeType = static_cast<ArkUI_ShapeType>(values[0]); in GetSliderBlockStyle() local