Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx639 basegfx::B2DPoint pos, clipPos; in updateShapeAttributes() local
648 clipPos.setX( -pos.getX() ); in updateShapeAttributes()
649 clipPos.setY( -pos.getY() ); in updateShapeAttributes()
663 clipPos.setX( -pos.getX() ); in updateShapeAttributes()
664 clipPos.setY( -pos.getY() ); in updateShapeAttributes()
673 basegfx::B2DRectangle( clipPos.getX(), in updateShapeAttributes()
674 clipPos.getY(), in updateShapeAttributes()
675 clipPos.getX() + fScrollWidth, in updateShapeAttributes()
676 clipPos.getY() + fScrollHeight ) ) ); in updateShapeAttributes()

Completed in 23 milliseconds