Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx167 geometry::IntegerSize2D aBottomBitmapSize; in PaintVerticalBitmapComposite() local
169 aBottomBitmapSize = rxBottomBitmap->getSize(); in PaintVerticalBitmapComposite()
203 const sal_Int32 nBBoxHeight (::std::min(aBottomBitmapSize.Height, rBoundingBox.Height)); in PaintVerticalBitmapComposite()
214 = aBottomBoundingBox.X + (aBottomBoundingBox.Width - aBottomBitmapSize.Width) / 2; in PaintVerticalBitmapComposite()
216 = aBottomBoundingBox.Y + aBottomBoundingBox.Height - aBottomBitmapSize.Height; in PaintVerticalBitmapComposite()
227 rBoundingBox.Height - aTopBitmapSize.Height - aBottomBitmapSize.Height); in PaintVerticalBitmapComposite()

Completed in 13 milliseconds