Home
last modified time | relevance | path

Searched defs:basicShapeType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp110 void ClipPath::GetBasicShapeInfo(const std::string& value, BasicShapeType& basicShapeType, std::str… in GetBasicShapeInfo()
301 BasicShapeType basicShapeType = BasicShapeType::NONE; in CreateShape() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h51 explicit BasicShape(BasicShapeType basicShapeType) : basicShapeType_(basicShapeType) {} in BasicShape()
54 void SetBasicShapeType(BasicShapeType basicShapeType) in SetBasicShapeType()