Lines Matching refs:rPos

57 static Point ImplCalcPos( WinBits nStyle, const Point& rPos,  in ImplCalcPos()  argument
85 Point aPos( nX+rPos.X(), nY+rPos.Y() ); in ImplCalcPos()
225 const Point& rPos, const Size& rSize, in ImplDraw() argument
233 Point aPos = rPos; in ImplDraw()
279 void FixedText::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
284 Point aPos = pDev->LogicToPixel( rPos ); 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
832 Point aPos = pDev->LogicToPixel( rPos ); 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
1084 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
1193 Point FixedImage::CalcImagePos( const Point& rPos, in CalcImagePos() argument
1196 return ImplCalcPos( GetStyle(), rPos, rObjSize, rWinSize ); in CalcImagePos()