Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp284 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue() local
296 auto shapeType = BasicShapeTypeToString(shape->GetBasicShapeType()); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h35 explicit ShapeComponent(ShapeType shapeType) : RenderComponent(), shapeType_(shapeType) {} in ShapeComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_composed_element.cpp100 auto shapeType = GetShapeType(); in ToJsonObject() local
H A Dinspector_composed_element.cpp966 int32_t shapeType = static_cast<int32_t>(clipPath->GetBasicShape()->GetBasicShapeType()); in GetClip() local
1268 int32_t shapeType = static_cast<int32_t>(shape->GetBasicShapeType()); in GetMask() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp618 auto shapeType = basicShape->GetBasicShapeType(); in GetSliderBlockShape() local
H A Dnode_common_modifier.cpp4487 std::string shapeType(type); in SetMaskShape() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11487 ArkUI_ShapeType shapeType = static_cast<ArkUI_ShapeType>(values[0]); in GetSliderBlockStyle() local