Searched defs:basicShapeType (Results 1 – 2 of 2) sorted by relevance
110 void ClipPath::GetBasicShapeInfo(const std::string& value, BasicShapeType& basicShapeType, std::str… in GetBasicShapeInfo()301 BasicShapeType basicShapeType = BasicShapeType::NONE; in CreateShape() local
51 explicit BasicShape(BasicShapeType basicShapeType) : basicShapeType_(basicShapeType) {} in BasicShape()54 void SetBasicShapeType(BasicShapeType basicShapeType) in SetBasicShapeType()