Home
last modified time | relevance | path

Searched refs:aPolys (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx198 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()
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()
[all …]

Completed in 12 milliseconds