Searched refs:basicShapeType (Results 1 – 3 of 3) sorted by relevance
110 void ClipPath::GetBasicShapeInfo(const std::string& value, BasicShapeType& basicShapeType, std::str… in GetBasicShapeInfo() argument117 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() local303 GetBasicShapeInfo(value, basicShapeType, data); in CreateShape()304 if (basicShapeType == BasicShapeType::NONE || data.empty()) { in CreateShape()[all …]
57 …static void GetBasicShapeInfo(const std::string& value, BasicShapeType& basicShapeType, std::strin…
51 explicit BasicShape(BasicShapeType basicShapeType) : basicShapeType_(basicShapeType) {} in BasicShape() argument54 void SetBasicShapeType(BasicShapeType basicShapeType) in SetBasicShapeType() argument56 basicShapeType_ = basicShapeType; in SetBasicShapeType()