Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx226 bool splitEdgeAtGivenPoint( in splitEdgeAtGivenPoint() function in basegfx::trapezoidhelper::TrapezoidSubdivider
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()
363 bRetval = splitEdgeAtGivenPoint(aEdgeA, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection()
364 bRetval |= splitEdgeAtGivenPoint(aEdgeB, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection()
682 if(splitEdgeAtGivenPoint(aLeft, *pNewPoint, aCurrent)) in Subdivide()
695 if(splitEdgeAtGivenPoint(aRight, *pNewPoint, aCurrent)) in Subdivide()
848 if(splitEdgeAtGivenPoint(aLeft, *pNewPoint, aCurrent)) in Subdivide()
[all …]

Completed in 12 milliseconds