Searched refs:isPointOnEdge (Results 1 – 3 of 3) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b2dtrapezoid.cxx | 318 if(tools::isPointOnEdge(aEdgeA.getStart(), aEdgeB.getStart(), aDeltaB)) in testAndCorrectEdgeIntersection() 323 if(tools::isPointOnEdge(aEdgeA.getEnd(), aEdgeB.getStart(), aDeltaB)) in testAndCorrectEdgeIntersection() 330 if(tools::isPointOnEdge(aEdgeB.getStart(), aEdgeA.getStart(), aDeltaA)) in testAndCorrectEdgeIntersection() 335 if(tools::isPointOnEdge(aEdgeB.getEnd(), aEdgeA.getStart(), aDeltaA)) in testAndCorrectEdgeIntersection()
|
H A D | b2dpolygontools.cxx | 1123 if(isPointOnEdge(rEdge1Start, rEdge2Start, rEdge2Delta, &fCut2)) in findCut() 1133 if(isPointOnEdge(rEdge2Start, rEdge1Start, rEdge1Delta, &fCut1)) in findCut() 1145 if(isPointOnEdge(aEnd1, rEdge2Start, rEdge2Delta, &fCut2)) in findCut() 1157 if(isPointOnEdge(aEnd2, rEdge1Start, rEdge1Delta, &fCut1)) in findCut() 1218 bool isPointOnEdge( in isPointOnEdge() function
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 188 BASEGFX_DLLPUBLIC bool isPointOnEdge(
|
Completed in 40 milliseconds