Home
last modified time | relevance | path

Searched refs:rNextA (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx341 const B2DPoint& rNextA(maPNV[rPNa.mnIN].maPoint); in impHandleCommon() local
344 if(rNextA.equal(rPrevA)) in impHandleCommon()
362 if(rNextA.equal(rNextB)) in impHandleCommon()
377 if(rNextA.equal(rPrevB)) in impHandleCommon()
388 else if(rNextA.equal(rNextB)) in impHandleCommon()
424 const B2DVector aNextAE(rNextA - aPointE); in impHandleCommon()
442 else if(rNextA.equal(rPrevB)) in impHandleCommon()
452 const B2DVector aNextA(rNextA - aPoint); in impHandleCommon()
H A Db2dpolygoncutandtouch.cxx237 const B2DPoint& rCurrA, const B2DPoint& rNextA, in findEdgeCutsTwoEdges() argument
243 if(!(rCurrA.equal(rNextA) || rCurrB.equal(rNextB))) in findEdgeCutsTwoEdges()
246 …if(!(rCurrB.equal(rCurrA) || rCurrB.equal(rNextA) || rNextB.equal(rCurrA) || rNextB.equal(rNextA))) in findEdgeCutsTwoEdges()
248 const B2DVector aVecA(rNextA - rCurrA); in findEdgeCutsTwoEdges()
278 const B2DPoint aCutPoint(interpolate(rCurrA, rNextA, fCut)); in findEdgeCutsTwoEdges()

Completed in 28 milliseconds