Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx295 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition() local
297 aToBeAdded.append(aStart); in create3DDecomposition()
298 aToBeAdded.append(aEnd); in create3DDecomposition()
299 aNewLineGeometry.append(aToBeAdded); in create3DDecomposition()
307 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition() local
309 aToBeAdded.append(aStart); in create3DDecomposition()
310 aToBeAdded.append(aEnd); in create3DDecomposition()
311 aNewLineGeometry.append(aToBeAdded); in create3DDecomposition()
319 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition() local
321 aToBeAdded.append(aStart); in create3DDecomposition()
[all …]
H A Dsdrextrudelathetools3d.cxx974 basegfx::B3DPolygon aToBeAdded; in createReducedOutlines() local
975 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() local
983 aToBeAdded.append(rLoopA.getB3DPoint(nIndexRight)); in createReducedOutlines()
984 aToBeAdded.append(rLoopB.getB3DPoint(nIndexRight)); in createReducedOutlines()
985 rTarget.append(aToBeAdded); in createReducedOutlines()

Completed in 23 milliseconds