Home
last modified time | relevance | path

Searched refs:shapeType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h35 explicit ShapeComponent(ShapeType shapeType) : RenderComponent(), shapeType_(shapeType) {} in ShapeComponent()
82 return shapeType_; in GetShapeType()
215 ShapeType shapeType_ = ShapeType::RECT;
H A Drender_shape.h57 return shapeType_; in GetShapeType()
136 ShapeType shapeType_ = ShapeType::RECT; variable
H A Drender_shape.cpp31 shapeType_ = shapeComponent->GetShapeType(); in Update()
H A Drosen_render_shape.cpp31 switch (shapeType_) { in CalcSize()