Lines Matching refs:equalZero
56 if(!basegfx::fTools::equalZero(fScale)) in impScalePolyPolygonOnCenter()
89 …const double fScaleX(basegfx::fTools::equalZero(aGrownRange.getWidth()) ? 1.0 : aRange.getWidth() … in impGetOuterPolyPolygon()
90 …const double fScaleY(basegfx::fTools::equalZero(aGrownRange.getHeight())? 1.0 : aRange.getHeight()… in impGetOuterPolyPolygon()
137 … fTexHorMultiplicatorA = basegfx::fTools::equalZero(fPolygonLengthA) ? 1.0 : 1.0 / fPolygonLengthA; in impAddInBetweenFill()
140 … fTexHorMultiplicatorB = basegfx::fTools::equalZero(fPolygonLengthB) ? 1.0 : 1.0 / fPolygonLengthB; in impAddInBetweenFill()
241 if(aDepth.equalZero()) in impCreateInBetweenNormals()
370 if(basegfx::fTools::equalZero(fRotation) || 0L == nSteps) in createLatheSlices()
392 if(basegfx::fTools::equalZero(fBackScale)) in createLatheSlices()
462 if(basegfx::fTools::equalZero(fDepth)) in createExtrudeSlices()
480 if(basegfx::fTools::equalZero(fBackScale)) in createExtrudeSlices()
638 if(!basegfx::fTools::equalZero(fTexHeight)) in extractPlanesFromSlice()