Lines Matching defs:_full
200 : _start_angle(s), _end_angle(e), _sweep(cw), _full(false)
203 : _start_angle(s), _end_angle(e), _sweep(cw), _full(false)
221 , _full(s == e && s != inner)
223 if (_full) {
236 return _start_angle == _end_angle && !_full;
240 return _start_angle == _end_angle && _full;
249 _full = prefer_full && a == _end_angle;
258 _full = prefer_full && a == _start_angle;
269 _full = prefer_full && s == e;
300 if (_full) {
327 if (_full) return true;
343 if (_full) return 2*M_PI;
353 if (_full) return _sweep ? 2*M_PI : -2*M_PI;
365 if (_full != other._full) return false;
373 result._full = true;
381 bool _full;