Home
last modified time | relevance | path

Searched refs:isPointOnEdge (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx318 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 Db2dpolygontools.cxx1123 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
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx187 bool isPointOnEdge(

Completed in 33 milliseconds