Lines Matching refs:xPoly
191 uno::Reference< rendering::XLinePolyPolygon2D > xPoly; in drawRect() local
200 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRect()
201 xPoly->setClosed( 0, true ); in drawRect()
202 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawRect()
252 uno::Reference< rendering::XLinePolyPolygon2D > xPoly; in drawHilbert() local
281 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawHilbert()
282 xPoly->setClosed( 0, false ); in drawHilbert()
283 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawHilbert()
339 uno::Reference< rendering::XPolyPolygon2D > xPoly( in drawEllipses() local
349 mxCanvas->strokePolyPolygon( xPoly, maViewState, maRenderState, aStrokeAttrs ); in drawEllipses()
428 uno::Reference< rendering::XBezierPolyPolygon2D > xPoly; in drawCurves() local
439 xPoly = mxDevice->createCompatibleBezierPolyPolygon(aPolys); in drawCurves()
440 xPoly->setClosed( 0, true ); in drawCurves()
443 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawCurves()
522 uno::Reference< rendering::XLinePolyPolygon2D > xPoly; in drawRegularPolygon() local
531 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRegularPolygon()
532 xPoly->setClosed( 0, true ); in drawRegularPolygon()
535 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawRegularPolygon()