Home
last modified time | relevance | path

Searched refs:aTotalBounds (Results 1 – 4 of 4) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx374 ::basegfx::B2DRange aTotalBounds; in getActualUnitShapeBounds()
382 aTotalBounds.expand( pRenderer->getSubsetArea( in getActualUnitShapeBounds()
388 OSL_ENSURE( aTotalBounds.getMinX() >= -0.1 && in getActualUnitShapeBounds()
389 aTotalBounds.getMinY() >= -0.1 && in getActualUnitShapeBounds()
390 aTotalBounds.getMaxX() <= 1.1 && in getActualUnitShapeBounds()
391 aTotalBounds.getMaxY() <= 1.1, in getActualUnitShapeBounds()
398 aTotalBounds.intersect( in getActualUnitShapeBounds()
402 maCurrentShapeUnitBounds.reset( aTotalBounds ); in getActualUnitShapeBounds()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx900 Rectangle aTotalBounds( aBBCurrAct ); // thus, in RemoveTransparenciesFromMetaFile() local
932 !aBackgroundComponent.aBounds.IsInside(aTotalBounds) ) in RemoveTransparenciesFromMetaFile()
936 aTotalBounds.Union( aBackgroundComponent.aBounds ); in RemoveTransparenciesFromMetaFile()
976 aCurrCC->aBounds.IsOver( aTotalBounds ) ) in RemoveTransparenciesFromMetaFile()
981 aTotalBounds.Union( aCurrCC->aBounds ); in RemoveTransparenciesFromMetaFile()
1082 aTotalComponents.aBounds = aTotalBounds; in RemoveTransparenciesFromMetaFile()
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx371 ::basegfx::B2DRectangle aTotalBounds( o_rMoveStart ); in isAreaUpdateScroll()
372 aTotalBounds.expand( o_rMoveEnd ); in isAreaUpdateScroll()
374 …eArea.maTotalBounds, basegfx::unotools::b2DSurroundingIntegerRangeFromB2DRange(aTotalBounds), 0.5), in isAreaUpdateScroll()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx570 ::basegfx::B2DRange aTotalBounds( aBounds ); in calcEffectTextBounds()
571 aTotalBounds.expand( in calcEffectTextBounds()
576 aTotalBounds.expand( in calcEffectTextBounds()
582 return tools::calcDevicePixelBounds( aTotalBounds, in calcEffectTextBounds()

Completed in 63 milliseconds