Searched refs:impLeftOfEdges (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b2dpolypolygoncutter.cxx | 159 … bool impLeftOfEdges(const B2DVector& rVecA, const B2DVector& rVecB, const B2DVector& rTest) in impLeftOfEdges() function in basegfx::__anona50381400111::solver 299 const bool bEnter(impLeftOfEdges(aPrevCA, aNextCA, aPrevCB)); in impHandleCommon() 307 const bool bLeave(impLeftOfEdges(aPrevCA2, aNextCA2, aNextCB2)); in impHandleCommon() 329 const bool bEnter(impLeftOfEdges(aPrevCA, aNextCA, aPrevCB)); in impHandleCommon() 330 const bool bLeave(impLeftOfEdges(aPrevCA, aNextCA, aNextCB)); in impHandleCommon() 432 const bool bEnter(impLeftOfEdges(aPrevAE, aNextAE, aPrevBE)); in impHandleCommon() 433 const bool bLeave(impLeftOfEdges(aPrevAL, aNextAL, aNextBL)); in impHandleCommon() 456 const bool bEnter(impLeftOfEdges(aPrevA, aNextA, aPrevB)); in impHandleCommon() 457 const bool bLeave(impLeftOfEdges(aPrevA, aNextA, aNextB)); in impHandleCommon()
|