Searched refs:aBottomBitmapSize (Results 1 – 1 of 1) sorted by relevance
167 geometry::IntegerSize2D aBottomBitmapSize; in PaintVerticalBitmapComposite() local169 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 3 milliseconds