Searched refs:PointShape (Results 1 – 4 of 4) sorted by relevance
30 enum class PointShape { enum188 PointShape GetPointShape() const in GetPointShape()193 void SetPointShape(PointShape shape) in SetPointShape()289 PointShape pointShape_ = PointShape::CIRCLE;
251 case PointShape::CIRCLE: { in PaintPoint()257 case PointShape::SQUARE: { in PaintPoint()267 case PointShape::TRIANGLE: { in PaintPoint()303 case PointShape::CIRCLE: { in PaintPoint()313 case PointShape::SQUARE: { in PaintPoint()325 case PointShape::TRIANGLE: { in PaintPoint()
99 PointShape shape = (valStr == "circle") in GetAttrOptionsSeriesPoint()100 ? PointShape::CIRCLE in GetAttrOptionsSeriesPoint()101 … : (valStr == "square") ? PointShape::SQUARE : PointShape::TRIANGLE; in GetAttrOptionsSeriesPoint()
136 PointShape shape = (valStr == "circle") ? PointShape::CIRCLE in GetAttrOptionsSeriesPoint()137 : (valStr == "square") ? PointShape::SQUARE in GetAttrOptionsSeriesPoint()138 : PointShape::TRIANGLE; in GetAttrOptionsSeriesPoint()