Lines Matching refs:aNew
153 basegfx::B3DPolygon aNew; in impAddInBetweenFill() local
154 aNew.setClosed(true); in impAddInBetweenFill()
156 aNew.append(aStartA); in impAddInBetweenFill()
157 aNew.append(aStartB); in impAddInBetweenFill()
158 aNew.append(aEndB); in impAddInBetweenFill()
159 aNew.append(aEndA); in impAddInBetweenFill()
163 aNew.setNormal(0L, aSubA.getNormal(nIndexA)); in impAddInBetweenFill()
164 aNew.setNormal(1L, aSubB.getNormal(nIndexA)); in impAddInBetweenFill()
165 aNew.setNormal(2L, aSubB.getNormal(nIndexB)); in impAddInBetweenFill()
166 aNew.setNormal(3L, aSubA.getNormal(nIndexB)); in impAddInBetweenFill()
181 aNew.setTextureCoordinate(0L, basegfx::B2DPoint(fRelTexAL, fTexVerStart)); in impAddInBetweenFill()
182 aNew.setTextureCoordinate(1L, basegfx::B2DPoint(fRelTexBL, fTexVerStop)); in impAddInBetweenFill()
183 aNew.setTextureCoordinate(2L, basegfx::B2DPoint(fRelTexBR, fTexVerStop)); in impAddInBetweenFill()
184 aNew.setTextureCoordinate(3L, basegfx::B2DPoint(fRelTexAR, fTexVerStart)); in impAddInBetweenFill()
187 rTarget.append(aNew); in impAddInBetweenFill()
540 basegfx::B3DPolygon aNew; in extractHorizontalLinesFromSlice() local
549 … aNew.append(rSliceVector[d].getB3DPolyPolygon().getB3DPolygon(b).getB3DPoint(c)); in extractHorizontalLinesFromSlice()
558 aNew.setClosed(bCloseHorLines); in extractHorizontalLinesFromSlice()
559 aRetval.append(aNew); in extractHorizontalLinesFromSlice()