/aoo42x/main/canvas/source/tools/ |
H A D | canvascustomspritehelper.cxx | 252 getUpdateArea() ); in setAlpha() 316 getUpdateArea() ); in transform() 329 const ::basegfx::B2DRectangle& rPrevBounds( getUpdateArea() ); in clip() 341 getUpdateArea() ); in clip() 361 getUpdateArea() ); in setPriority() 385 getUpdateArea() ); in show() 409 getUpdateArea() ); in hide() 435 return getUpdateArea().isInside( rUpdateArea ); in isAreaUpdateOpaque() 464 ::basegfx::B2DRange CanvasCustomSpriteHelper::getUpdateArea() const in getUpdateArea() function in canvas::CanvasCustomSpriteHelper 471 return getUpdateArea( ::basegfx::B2DRectangle( 0.0, 0.0, in getUpdateArea() [all …]
|
H A D | spriteredrawmanager.cxx | 244 … (*aCurrSprite)->getUpdateArea() ); in setupUpdateAreas() 308 const ::basegfx::B2DRange& rUpdateArea( (*aCurr)->getUpdateArea() ); in setupUpdateAreas() 359 !aFirst->second.getSprite()->isAreaUpdateOpaque( aFirst->second.getUpdateArea() ) || in isAreaUpdateScroll() 367 o_rMoveStart = aSecond->second.getUpdateArea(); in isAreaUpdateScroll() 368 o_rMoveEnd = aFirst->second.getUpdateArea(); in isAreaUpdateScroll() 419 ::basegfx::B2DRange aTrueArea( aBegin->second.getUpdateArea() ); in isAreaUpdateOpaque() 423 ::boost::bind( &SpriteInfo::getUpdateArea, in isAreaUpdateOpaque()
|
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | canvascustomspritehelper.hxx | 98 ::basegfx::B2DRange getUpdateArea() const; 110 … ::basegfx::B2DRange getUpdateArea( const ::basegfx::B2DRange& rUntransformedSpriteBounds ) const;
|
H A D | canvascustomspritebase.hxx | 254 virtual ::basegfx::B2DRange getUpdateArea() const in getUpdateArea() function in canvas::CanvasCustomSpriteBase 258 return maSpriteHelper.getUpdateArea(); in getUpdateArea()
|
H A D | sprite.hxx | 92 virtual ::basegfx::B2DRange getUpdateArea() const = 0;
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 105 virtual ::basegfx::B2DRectangle getUpdateArea() const; 253 ::basegfx::B2DRectangle BackgroundShape::getUpdateArea() const in getUpdateArea() function in slideshow::internal::BackgroundShape
|
H A D | shapeimporter.cxx | 175 virtual basegfx::B2DRectangle getUpdateArea() const; 255 basegfx::B2DRectangle ShapeOfGroup::getUpdateArea() const in getUpdateArea() function in slideshow::internal::__anon7cbab9b40111::ShapeOfGroup
|
H A D | externalshapebase.hxx | 94 virtual ::basegfx::B2DRectangle getUpdateArea() const;
|
H A D | externalshapebase.cxx | 214 ::basegfx::B2DRectangle ExternalShapeBase::getUpdateArea() const in getUpdateArea() function in slideshow::internal::ExternalShapeBase
|
H A D | drawshape.cxx | 184 getUpdateArea(), in getViewRenderArgs() 834 ::basegfx::B2DRectangle DrawShape::getUpdateArea() const in getUpdateArea() function in slideshow::internal::DrawShape
|
H A D | drawshape.hxx | 148 virtual ::basegfx::B2DRectangle getUpdateArea() const;
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | layermanager.cxx | 358 pLayer->addUpdateRange( rShape->getUpdateArea() ); in implRemoveShape() 740 pLayer->addUpdateRange( rShape->getUpdateArea() ); in addUpdateArea() 881 pCurrShape->getUpdateArea() ); in updateShapeLayers()
|
H A D | layer.cxx | 211 maNewBounds.expand( rShape->getUpdateArea() ); in updateBounds() 345 return maUpdateAreas.overlaps( rShape->getUpdateArea() ); in isInsideUpdateArea()
|
/aoo42x/main/slideshow/source/inc/ |
H A D | shape.hxx | 181 virtual ::basegfx::B2DRange getUpdateArea() const = 0;
|
/aoo42x/main/slideshow/test/ |
H A D | testshape.cxx | 178 virtual ::basegfx::B2DRectangle getUpdateArea() const in getUpdateArea() function in ImplTestShape
|
/aoo42x/main/canvas/inc/canvas/ |
H A D | spriteredrawmanager.hxx | 134 ::basegfx::B2DRange getUpdateArea() const { return maTrueUpdateArea; } in getUpdateArea() function in canvas::SpriteRedrawManager::SpriteInfo
|