Lines Matching refs:aPolys
198 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > aPolys(1); in drawRect() local
199 aPolys[0] = aPoints; in drawRect()
200 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRect()
278 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > aPolys(1); in drawHilbert() local
279 aPolys[0] = aPoints; in drawHilbert()
281 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawHilbert()
437 uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > aPolys(1); in drawCurves() local
438 aPolys[0] = aBeziers; in drawCurves()
439 xPoly = mxDevice->createCompatibleBezierPolyPolygon(aPolys); in drawCurves()
529 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > aPolys(1); in drawRegularPolygon() local
530 aPolys[0] = aPoints; in drawRegularPolygon()
531 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRegularPolygon()