Searched refs:splitEdgeAtGivenPoint (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dtrapezoid.cxx | 226 bool splitEdgeAtGivenPoint( in splitEdgeAtGivenPoint() function in basegfx::trapezoidhelper::TrapezoidSubdivider 325 return splitEdgeAtGivenPoint(aEdgeB, aEdgeA.getEnd(), aCurrent); in testAndCorrectEdgeIntersection() 363 bRetval = splitEdgeAtGivenPoint(aEdgeA, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection() 364 bRetval |= splitEdgeAtGivenPoint(aEdgeB, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection() 431 if(splitEdgeAtGivenPoint(aCompare, *pNewPoint, aCurrent)) in solveHorizontalEdges() 682 if(splitEdgeAtGivenPoint(aLeft, *pNewPoint, aCurrent)) in Subdivide() 695 if(splitEdgeAtGivenPoint(aRight, *pNewPoint, aCurrent)) in Subdivide() 791 if(splitEdgeAtGivenPoint(aLeft, *pNewLeft, aCurrent)) in Subdivide() 803 if(splitEdgeAtGivenPoint(aRight, *pNewRight, aCurrent)) in Subdivide() 848 if(splitEdgeAtGivenPoint(aLeft, *pNewPoint, aCurrent)) in Subdivide() [all …]
|
Completed in 46 milliseconds