Home
last modified time | relevance | path

Searched refs:mxPolyPoly (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/cppcanvas/source/wrapper/
H A Dimplpolypolygon.cxx50 mxPolyPoly( rPolyPoly ), in ImplPolyPolygon()
72 OSL_ENSURE( mxPolyPoly.is(), in addPolygon()
75 if( !mxPolyPoly.is() ) in addPolygon()
86 mxPolyPoly->addPolyPolygon( geometry::RealPoint2D(0.0, 0.0), in addPolygon()
94 OSL_ENSURE( mxPolyPoly.is(), in addPolyPolygon()
97 if( !mxPolyPoly.is() ) in addPolyPolygon()
108 mxPolyPoly->addPolyPolygon( geometry::RealPoint2D(0.0, 0.0), in addPolyPolygon()
167 pCanvas->getUNOCanvas()->fillPolyPolygon( mxPolyPoly, in draw()
178 pCanvas->getUNOCanvas()->drawPolyPolygon( mxPolyPoly, in draw()
182 pCanvas->getUNOCanvas()->strokePolyPolygon( mxPolyPoly, in draw()
[all …]
H A Dimplpolypolygon.hxx82 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > mxPolyPoly; member in cppcanvas::internal::ImplPolyPolygon
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx87 const uno::Reference< rendering::XPolyPolygon2D > mxPolyPoly; member in cppcanvas::internal::__anoncf8788d80111::PolyPolyAction
103mxPolyPoly( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevic… in PolyPolyAction()
125mxPolyPoly( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevic… in PolyPolyAction()
188 rCachedPrimitive = mpCanvas->getUNOCanvas()->fillPolyPolygon( mxPolyPoly, in render()
197 rCachedPrimitive = mpCanvas->getUNOCanvas()->drawPolyPolygon( mxPolyPoly, in render()
278 const uno::Reference< rendering::XPolyPolygon2D > mxPolyPoly; member in cppcanvas::internal::__anoncf8788d80111::TexturedPolyPolyAction
292mxPolyPoly( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevic… in TexturedPolyPolyAction()
313 rCachedPrimitive = mpCanvas->getUNOCanvas()->fillTexturedPolyPolygon( mxPolyPoly, in render()
392 const uno::Reference< rendering::XPolyPolygon2D > mxPolyPoly; member in cppcanvas::internal::__anoncf8788d80111::StrokedPolyPolyAction
404mxPolyPoly( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevic… in StrokedPolyPolyAction()
[all …]
/aoo41x/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx376 mxPolyPoly = mpPathObj->GetPathPoly(); in MotionPathTag()
433 if( mxPolyPoly.count() ) in updatePathAttributes()
435 aCandidate = mxPolyPoly.getB2DPolygon(0); in updatePathAttributes()
462 if( mxPolyPoly != mpPathObj->GetPathPoly() ) in Notify()
465 mxPolyPoly = mpPathObj->GetPathPoly(); in Notify()
964 mxPolyPoly.transform( aTransform ); in addCustomHandles()
965 mpPathObj->SetPathPoly( mxPolyPoly ); in addCustomHandles()
H A Dmotionpathtag.hxx117 ::basegfx::B2DPolyPolygon mxPolyPoly;

Completed in 44 milliseconds