Searched refs:isZero (Results 1 - 15 of 15) sorted by relevance

/inkscape/src/2geom/
H A Dsbasis-poly.cpp30 if(sb.isZero())
H A Dsbasis.h194 inline bool isZero(double eps=EPSILON) const {
197 if(!(*this)[i].isZero(eps)) return false;
205 if(!(*this)[i].isZero(eps)) return false;
247 while(size() > 1 && back().isZero(0))
280 if(p.isZero()) return SBasis();
302 if(b.isZero()) return a;
303 if(a.isZero()) return b;
309 if(b.isZero()) return a;
315 if(a.isZero())
322 if(a.isZero())
[all...]
H A Dsbasis.cpp179 if (a.isZero()) return a;
229 if(a.isZero() || b.isZero())
256 if(a.isZero() || b.isZero())
282 if(a.isZero() || b.isZero()) {
322 if(a.isZero())
347 if(isZero()) return;
373 if(a.isZero() ||
[all...]
H A Dlinear.h73 bool isZero(Coord eps=EPSILON) const { return are_near(a[0], 0., eps) && are_near(a[1], 0., eps); }
H A Dconcepts.h76 b = t.isZero(d);
H A Dd2-sbasis.cpp184 if (prev_sb.isZero(0)) {
189 if (cur_sb.isZero(0)) {
H A Dd2.h109 bool isZero(double eps=EPSILON) const { function in class:Geom::D2
111 return f[X].isZero(eps) && f[Y].isZero(eps);
H A Dbezier.h237 bool isZero(double eps=EPSILON) const { function in class:Geom::Bezier
H A Dpoint.h212 bool isZero() const { function in class:Geom::Point
H A Dsbasis-math.cpp142 if(f.isZero() || order == 0){
H A Dsbasis-roots.cpp225 if (f.isZero(0)){
417 if (f.isZero(0)){
H A Dsbasis-geometric.cpp231 if (V[0].isZero(0) && V[1].isZero(0))
H A Dpiecewise.h769 if (g.isZero()) return Piecewise<T>(f(0));
/inkscape/src/
H A Dstyle-internal.h1097 bool isZero() const;
H A Dstyle-internal.cpp2328 && (!my_base->set || !this->isZero() )))
2435 SPIBaselineShift::isZero() const { function in class:SPIBaselineShift

Completed in 1201 milliseconds