Searched refs:aTempPoints (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolygoncutandtouch.cxx | 908 temporaryPointVector aTempPoints; in addPointsAtCutsAndTouches() local 910 findTouches(rCandidate, rCandidate, aTempPoints); in addPointsAtCutsAndTouches() 911 findCuts(rCandidate, aTempPoints); in addPointsAtCutsAndTouches() 913 return mergeTemporaryPointsAndPolygon(rCandidate, aTempPoints); in addPointsAtCutsAndTouches() 1012 temporaryPointVector aTempPoints; in addPointsAtCutsAndTouches() local 1019 findTouches(rCandidate, aPartMask, aTempPoints); in addPointsAtCutsAndTouches() 1020 findCuts(rCandidate, aPartMask, aTempPoints, aTempPointsUnused); in addPointsAtCutsAndTouches() 1023 return mergeTemporaryPointsAndPolygon(rCandidate, aTempPoints); in addPointsAtCutsAndTouches() 1059 temporaryPointVector aTempPoints; in addPointsAtCuts() local 1075 … findEdgeCutsBezierAndEdge(aCubic, rStart, rEnd, a, 0, aTempPoints, aUnusedTempPoints); in addPointsAtCuts() [all …]
|