Lines Matching refs:xPolyPolygon

331         const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,  in drawPolyPolygon()
338 xPolyPolygon, MergeViewState(aViewState), aRenderState); in drawPolyPolygon()
345 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokePolyPolygon()
353 xPolyPolygon, MergeViewState(aViewState), aRenderState, aStrokeAttributes); in strokePolyPolygon()
361 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokeTexturedPolyPolygon()
372 xPolyPolygon, MergeViewState(aViewState), aRenderState, aTextures, aStrokeAttributes); in strokeTexturedPolyPolygon()
380 const css::uno::Reference<css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokeTextureMappedPolyPolygon()
392 xPolyPolygon, in strokeTextureMappedPolyPolygon()
405 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in queryStrokeShapes() argument
413 xPolyPolygon, MergeViewState(aViewState), aRenderState, aStrokeAttributes); in queryStrokeShapes()
421 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in fillPolyPolygon() argument
429 xPolyPolygon, MergeViewState(aViewState), aRenderState); in fillPolyPolygon()
437 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in fillTexturedPolyPolygon() argument
447 xPolyPolygon, MergeViewState(aViewState), aRenderState, xTextures); in fillTexturedPolyPolygon()
455 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in fillTextureMappedPolyPolygon()
466 xPolyPolygon, MergeViewState(aViewState), aRenderState, xTextures, xMapping); in fillTextureMappedPolyPolygon()