Searched refs:xPoly (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/canvas/workben/ |
H A D | canvasdemo.cxx | 191 uno::Reference< rendering::XLinePolyPolygon2D > xPoly; in drawRect() local 200 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRect() 201 xPoly->setClosed( 0, true ); 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() 339 uno::Reference< rendering::XPolyPolygon2D > xPoly( in drawEllipses() local 428 uno::Reference< rendering::XBezierPolyPolygon2D > xPoly; in drawCurves() local 440 xPoly->setClosed( 0, true ); in drawCurves() 522 uno::Reference< rendering::XLinePolyPolygon2D > xPoly; in drawRegularPolygon() local [all …]
|
/aoo42x/main/canvas/source/vcl/ |
H A D | devicehelper.cxx | 87 uno::Reference< rendering::XLinePolyPolygon2D > xPoly; in createCompatibleLinePolyPolygon() local 89 return xPoly; // we're disposed in createCompatibleLinePolyPolygon() 91 xPoly.set( new ::basegfx::unotools::UnoPolyPolygon( in createCompatibleLinePolyPolygon() 94 xPoly->setFillRule(rendering::FillRule_EVEN_ODD); in createCompatibleLinePolyPolygon() 96 return xPoly; in createCompatibleLinePolyPolygon() 103 uno::Reference< rendering::XBezierPolyPolygon2D > xPoly; in createCompatibleBezierPolyPolygon() local 105 return xPoly; // we're disposed in createCompatibleBezierPolyPolygon() 107 xPoly.set( new ::basegfx::unotools::UnoPolyPolygon( in createCompatibleBezierPolyPolygon() 110 xPoly->setFillRule(rendering::FillRule_EVEN_ODD); in createCompatibleBezierPolyPolygon() 112 return xPoly; in createCompatibleBezierPolyPolygon()
|
H A D | spritehelper.cxx | 427 …teHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) const in polyPolygonFromXPolyPolygon2D() 429 return ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D( xPoly ); in polyPolygonFromXPolyPolygon2D()
|
H A D | spritehelper.hxx | 102 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const;
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_impltools.cxx | 70 …lyPolygon polyPolygonFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygon2D >& xPoly ) in polyPolygonFromXPolyPolygon2D() argument 72 LinePolyPolygon* pPolyImpl = dynamic_cast< LinePolyPolygon* >( xPoly.get() ); in polyPolygonFromXPolyPolygon2D() 80 const sal_Int32 nPolys( xPoly->getNumberOfPolygons() ); in polyPolygonFromXPolyPolygon2D() 85 xPoly, in polyPolygonFromXPolyPolygon2D() 99 xPoly, in polyPolygonFromXPolyPolygon2D() 491 …athFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygon2D >& xPoly, bool bNoLineJoin ) in graphicsPathFromXPolyPolygon2D() argument 493 LinePolyPolygon* pPolyImpl = dynamic_cast< LinePolyPolygon* >( xPoly.get() ); in graphicsPathFromXPolyPolygon2D() 502 polyPolygonFromXPolyPolygon2D( xPoly ), bNoLineJoin ); in graphicsPathFromXPolyPolygon2D()
|
H A D | dx_spritehelper.cxx | 95 …teHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) const in polyPolygonFromXPolyPolygon2D() 97 return tools::polyPolygonFromXPolyPolygon2D( xPoly ); in polyPolygonFromXPolyPolygon2D()
|
H A D | dx_spritehelper.hxx | 94 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const;
|
/aoo42x/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 291 …olygon b2DPolyPolygonFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygon2D >& xPoly ) in b2DPolyPolygonFromXPolyPolygon2D() argument 294 dynamic_cast< ::basegfx::unotools::UnoPolyPolygon* >( xPoly.get() ); in b2DPolyPolygonFromXPolyPolygon2D() 304 const sal_Int32 nPolys( xPoly->getNumberOfPolygons() ); in b2DPolyPolygonFromXPolyPolygon2D() 307 xPoly, in b2DPolyPolygonFromXPolyPolygon2D() 321 xPoly, in b2DPolyPolygonFromXPolyPolygon2D()
|
/aoo42x/main/canvas/source/null/ |
H A D | null_spritehelper.cxx | 89 …teHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) const in polyPolygonFromXPolyPolygon2D() 91 return ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D( xPoly ); in polyPolygonFromXPolyPolygon2D()
|
H A D | null_spritehelper.hxx | 93 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const;
|
/aoo42x/main/canvas/source/simplecanvas/ |
H A D | simplecanvasimpl.cxx | 251 uno::Reference< rendering::XPolyPolygon2D > xPoly( in drawRect() local 256 mxCanvas->drawPolyPolygon(xPoly, in drawRect() 260 mxCanvas->drawPolyPolygon(xPoly, in drawRect()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_spritehelper.cxx | 175 …teHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) const in polyPolygonFromXPolyPolygon2D() 177 return ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(xPoly); in polyPolygonFromXPolyPolygon2D()
|
H A D | cairo_spritehelper.hxx | 102 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const;
|
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | canvascustomspritehelper.hxx | 211 …::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const = 0;
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 785 uno::Reference<rendering::XPolyPolygon2D> xPoly; in parseLine() local
|
Completed in 75 milliseconds