Home
last modified time | relevance | path

Searched refs:basicShapeType (Results 1 – 3 of 3) 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() argument
117 basicShapeType = BasicShapeType::INSET; in GetBasicShapeInfo()
123 basicShapeType = BasicShapeType::CIRCLE; in GetBasicShapeInfo()
129 basicShapeType = BasicShapeType::ELLIPSE; in GetBasicShapeInfo()
135 basicShapeType = BasicShapeType::POLYGON; in GetBasicShapeInfo()
141 basicShapeType = BasicShapeType::PATH; in GetBasicShapeInfo()
147 basicShapeType = BasicShapeType::PATH; in GetBasicShapeInfo()
301 BasicShapeType basicShapeType = BasicShapeType::NONE; in CreateShape() local
303 GetBasicShapeInfo(value, basicShapeType, data); in CreateShape()
304 if (basicShapeType == BasicShapeType::NONE || data.empty()) { in CreateShape()
[all …]
H A Dclip_path.h57 …static void GetBasicShapeInfo(const std::string& value, BasicShapeType& basicShapeType, std::strin…
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h51 explicit BasicShape(BasicShapeType basicShapeType) : basicShapeType_(basicShapeType) {} in BasicShape() argument
54 void SetBasicShapeType(BasicShapeType basicShapeType) in SetBasicShapeType() argument
56 basicShapeType_ = basicShapeType; in SetBasicShapeType()