Lines Matching refs:aPoints
267 drawing::PointSequenceSequence aPoints(nPointCount); in createShapes() local
277 …addLine2D( aPoints, nRealPointCount, aGridLinePoints, m_pPosHelper->getTransformationScaledLogicTo… in createShapes()
280 aPoints.realloc(nRealPointCount); in createShapes()
281 m_pShapeFactory->createLine2D( xTarget, aPoints, &aLinePropertiesList[nDepth] ); in createShapes()
288 aHandlesPoints[0][nOldHandleCount+nN] = aPoints[nN][1]; in createShapes()
303 drawing::PolyPolygonShape3D aPoints; in createShapes() local
304 aPoints.SequenceX.realloc(nPointCount); in createShapes()
305 aPoints.SequenceY.realloc(nPointCount); in createShapes()
306 aPoints.SequenceZ.realloc(nPointCount); in createShapes()
318 …addLine3D( aPoints, nPolyIndex, aGridLinePoints, m_pPosHelper->getTransformationScaledLogicToScene… in createShapes()
321 aPoints.SequenceX.realloc(nRealPointCount); in createShapes()
322 aPoints.SequenceY.realloc(nRealPointCount); in createShapes()
323 aPoints.SequenceZ.realloc(nRealPointCount); in createShapes()
324 m_pShapeFactory->createLine3D( xTarget, aPoints, aLinePropertiesList[nDepth] ); in createShapes()