Searched refs:aToBeAdded (Results 1 – 2 of 2) sorted by relevance
295 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition() local297 aToBeAdded.append(aStart); in create3DDecomposition()298 aToBeAdded.append(aEnd); in create3DDecomposition()299 aNewLineGeometry.append(aToBeAdded); in create3DDecomposition()307 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition() local309 aToBeAdded.append(aStart); in create3DDecomposition()310 aToBeAdded.append(aEnd); in create3DDecomposition()311 aNewLineGeometry.append(aToBeAdded); in create3DDecomposition()319 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition() local321 aToBeAdded.append(aStart); in create3DDecomposition()[all …]
974 basegfx::B3DPolygon aToBeAdded; in createReducedOutlines() local975 aToBeAdded.append(rLoopA.getB3DPoint(nIndexLeft)); in createReducedOutlines()976 aToBeAdded.append(rLoopB.getB3DPoint(nIndexLeft)); in createReducedOutlines()977 rTarget.append(aToBeAdded); in createReducedOutlines()982 basegfx::B3DPolygon aToBeAdded; in createReducedOutlines() local983 aToBeAdded.append(rLoopA.getB3DPoint(nIndexRight)); in createReducedOutlines()984 aToBeAdded.append(rLoopB.getB3DPoint(nIndexRight)); in createReducedOutlines()985 rTarget.append(aToBeAdded); in createReducedOutlines()
Completed in 18 milliseconds