Lines Matching refs:rSize
225 const Point& rPos, const Size& rSize, in ImplDraw() argument
263 Rectangle aRect( Rectangle( aPos, rSize ) ); in ImplDraw()
279 void FixedText::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
285 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
778 const Point& rPos, const Size& rSize ) in ImplDraw() argument
796 pDev->DrawImage( rPos, rSize, aImage, nStyle ); in ImplDraw()
799 Point aPos = ImplCalcPos( GetStyle(), rPos, aImage.GetSizePixel(), rSize ); in ImplDraw()
810 pDev->DrawBitmap( rPos, rSize, *pBitmap ); in ImplDraw()
813 Point aPos = ImplCalcPos( GetStyle(), rPos, pBitmap->GetSizePixel(), rSize ); in ImplDraw()
829 void FixedBitmap::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
833 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
1023 const Point& rPos, const Size& rSize ) in ImplDraw() argument
1044 pDev->DrawImage( rPos, rSize, *pImage, nStyle ); in ImplDraw()
1047 Point aPos = ImplCalcPos( GetStyle(), rPos, pImage->GetSizePixel(), rSize ); in ImplDraw()
1053 UserDrawEvent aUDEvt( pDev, Rectangle( rPos, rSize ), 0, nStyle ); in ImplDraw()
1081 void FixedImage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
1085 Size aSize = pDev->LogicToPixel( rSize ); in Draw()