Searched refs:CIRCLE (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsnapper.h72 enum SnapConstraintType {LINE, DIRECTION, CIRCLE, UNDEFINED}; enumerator in enum:Inkscape::Snapper::SnapConstraint::SnapConstraintType
83 SnapConstraint(Geom::Point const &p, Geom::Point const &d, Geom::Coord const &r) : _point(p), _direction(d), _radius(r), _type(CIRCLE) {}
99 assert(_type == CIRCLE);
103 bool isCircular() const { return _type == CIRCLE; }
109 if (_type == CIRCLE) {
/inkscape/src/2geom/
H A Dconicsec.h106 CIRCLE, enumerator in enum:Geom::xAx::kind_t
H A Dconicsec.cpp978 return CIRCLE;
1047 case CIRCLE :

Completed in 21 milliseconds