Searched refs:aEdgeB (Results  1 – 1 of 1) sorted by relevance
| /aoo4110/main/basegfx/source/polygon/ | 
| H A D | b2dtrapezoid.cxx | 280 				TrDeEdgeEntries::reference aEdgeB,  in testAndCorrectEdgeIntersection()  argument289 				if(aEdgeA.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue()))  in testAndCorrectEdgeIntersection()
 299 				if(aEdgeA.getEnd().equal(aEdgeB.getEnd(), fTools::getSmallValue()))  in testAndCorrectEdgeIntersection()
 310                 if(aEdgeB.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue()))  in testAndCorrectEdgeIntersection()
 316 				const B2DVector aDeltaB(aEdgeB.getDeltaX(), aEdgeB.getDeltaY());  in testAndCorrectEdgeIntersection()
 320 					return splitEdgeAtGivenPoint(aEdgeB, aEdgeA.getStart(), aCurrent);  in testAndCorrectEdgeIntersection()
 325 					return splitEdgeAtGivenPoint(aEdgeB, aEdgeA.getEnd(), aCurrent);  in testAndCorrectEdgeIntersection()
 332 					return splitEdgeAtGivenPoint(aEdgeA, aEdgeB.getStart(), aCurrent);  in testAndCorrectEdgeIntersection()
 337 					return splitEdgeAtGivenPoint(aEdgeA, aEdgeB.getEnd(), aCurrent);  in testAndCorrectEdgeIntersection()
 347 					aEdgeB.getStart(), aDeltaB,  in testAndCorrectEdgeIntersection()
 [all …]
 
 | 
        Completed in 25 milliseconds