Searched defs:_m (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dpiecewise.h320 inline typename FragmentConcept<T>::BoundsType bounds_local(const Piecewise<T> &f, const OptInterval &_m) { argument
323 if(f.empty() || !_m) return typename FragmentConcept<T>::BoundsType();
324 Interval const &m = *_m;

Completed in 137 milliseconds