Searched refs:aPolys (Results 1 – 1 of 1) sorted by relevance
198 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > aPolys(1); in drawRect() local199 aPolys[0] = aPoints; in drawRect()200 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRect()278 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > aPolys(1); in drawHilbert() local279 aPolys[0] = aPoints; in drawHilbert()281 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawHilbert()438 aPolys[0] = aBeziers; in drawCurves()439 xPoly = mxDevice->createCompatibleBezierPolyPolygon(aPolys); in drawCurves()529 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > aPolys(1); in drawRegularPolygon() local530 aPolys[0] = aPoints; in drawRegularPolygon()[all …]
Completed in 20 milliseconds