Home
last modified time | relevance | path

Searched refs:moreOrEqual (Results 1 – 19 of 19) sorted by relevance

/aoo4110/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx48 return fTools::moreOrEqual(rCandidate.getX(), fPlaneOffset); in impIsInside()
52 return fTools::moreOrEqual(rCandidate.getY(), fPlaneOffset); in impIsInside()
56 return fTools::moreOrEqual(rCandidate.getZ(), fPlaneOffset); in impIsInside()
140 …if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinX(), fPlaneOf… in clipPolygonOnOrthogonalPlane()
158 …else if(B3DORIENTATION_Y == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinY(), fPl… in clipPolygonOnOrthogonalPlane()
176 …else if(B3DORIENTATION_Z == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinZ(), fPl… in clipPolygonOnOrthogonalPlane()
H A Db2dpolygonclipper.cxx52 if(bParallelToXAxis && fTools::moreOrEqual(aCandidateRange.getMinY(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis()
70 else if(!bParallelToXAxis && fTools::moreOrEqual(aCandidateRange.getMinX(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis()
113 fTools::moreOrEqual(aTestPoint.getY(), fValueOnOtherAxis) == bAboveAxis : in clipPolygonOnParallelAxis()
114 fTools::moreOrEqual(aTestPoint.getX(), fValueOnOtherAxis) == bAboveAxis); in clipPolygonOnParallelAxis()
H A Db2dpolygontools.cxx666 else if(fTools::moreOrEqual(fDistance, fLength)) in getPositionAbsolute()
696 if(nIndex < nEdgeCount && fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
716 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
839 …else if(fTools::moreOrEqual(fFrom, fPositionOfStart) && fTools::less(fFrom, fPositionOfStart + fEd… in getSnippetAbsolute()
896 …if(!bEndDone && fTools::moreOrEqual(fTo, fPositionOfStart) && fTools::less(fTo, fPositionOfStart +… in getSnippetAbsolute()
1683 else if(fTools::moreOrEqual(fRadius, fOne)) in createPolygonFromRect()
1993 if(fTools::moreOrEqual(fStart, F_2PI)) in createPolygonFromUnitEllipseSegment()
2003 if(fTools::moreOrEqual(fEnd, F_2PI)) in createPolygonFromUnitEllipseSegment()
3112 else if(fTools::moreOrEqual(t, 1.0)) in interpolate()
H A Db2dlinegeometry.cxx172 if(fTools::moreOrEqual(fScalarA, fLengthCompareE)) in impIsSimpleEdge()
197 if(fTools::moreOrEqual(fScalarB, fLengthCompareE)) in impIsSimpleEdge()
H A Db2dpolypolygoncutter.cxx166 const bool bBoolA(fTools::moreOrEqual(rVecA.cross(rTest), 0.0)); in impLeftOfEdges()
175 const bool bBoolB(fTools::moreOrEqual(rVecB.cross(rTest), 0.0)); in impLeftOfEdges()
H A Db3dpolygontools.cxx303 if(fTools::moreOrEqual(fDistance, fLength)) in getPositionAbsolute()
328 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
H A Db2dpolygoncutandtouch.cxx343 if(fTools::moreOrEqual(fCutA, fZero) && fTools::less(fCutA, fOne)) in findCutsAndTouchesAndCommonForBezier()
360 if(fTools::moreOrEqual(fCutB, fZero) && fTools::less(fCutB, fOne)) in findCutsAndTouchesAndCommonForBezier()
H A Db2dtrapezoid.cxx411 if(fTools::moreOrEqual(aCompare.getStart().getY(), fFixedY)) in solveHorizontalEdges()
/aoo4110/main/basegfx/source/curve/
H A Db2dbeziertools.cxx101 if(fTools::moreOrEqual(fDistance, fLength)) in distanceToRelative()
133 if(fTools::moreOrEqual(fRelative, 1.0)) in relativeToDistance()
H A Db2dcubicbezier.cxx465 if(fTools::moreOrEqual(fScale, 0.0) && fTools::lessOrEqual(fScale, 1.0)) in testAndSolveTrivialBezier()
487 if(fTools::lessOrEqual(fScale, 0.0) && fTools::moreOrEqual(fScale, -1.0)) in testAndSolveTrivialBezier()
606 else if(fTools::moreOrEqual(t, 1.0)) in getTangent()
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrolecontentprimitive2d.cxx98 if(basegfx::fTools::moreOrEqual(fOffsetX, 0.0) && basegfx::fTools::moreOrEqual(fOffsetY, 0.0)) in create2DDecomposition()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx136 … if(basegfx::fTools::moreOrEqual(fOffsetX, 0.0) && basegfx::fTools::moreOrEqual(fOffsetY, 0.0)) in createVIP2DSForPresObj()
/aoo4110/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx222 static bool moreOrEqual(const double& rfValA, const double& rfValB) in moreOrEqual() function in basegfx::fTools
/aoo4110/main/drawinglayer/source/primitive3d/
H A Dsdrdecompositiontools3d.cxx291 if(rSource.hasElements() && !basegfx::fTools::moreOrEqual(rShadow.getTransparence(), 1.0)) in createShadowPrimitive3D()
H A Dsdrlatheprimitive3d.cxx295 else if(basegfx::fTools::moreOrEqual(getDiagonal(), 1.0)) in SdrLathePrimitive3D()
H A Dsdrextrudeprimitive3d.cxx436 else if(basegfx::fTools::moreOrEqual(getDiagonal(), 1.0)) in SdrExtrudePrimitive3D()
/aoo4110/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx277 if(::basegfx::fTools::moreOrEqual(fDum, fBig)) in ludcmp()
/aoo4110/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1574 else if(basegfx::fTools::moreOrEqual(fTransparence, 1.0)) in DoAction()
/aoo4110/main/svgio/source/svgreader/
H A Dsvgtools.cxx297 return basegfx::fTools::moreOrEqual(mfNumber, 0.0); in isPositive()

Completed in 133 milliseconds