Lines Matching refs:rPos

364 void Button::ImplDrawAlignedImage( OutputDevice* pDev, Point& rPos,  in ImplDrawAlignedImage()  argument
380 Rectangle aOutRect( rPos, rSize ); in ImplDrawAlignedImage()
408 rPos = aOutRect.TopLeft(); in ImplDrawAlignedImage()
438 Point aImagePos = rPos; in ImplDrawAlignedImage()
439 Point aTextPos = rPos; in ImplDrawAlignedImage()
520 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
521 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
526 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
527 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
532 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
533 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
538 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()
539 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
546 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
552 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
558 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
564 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
568 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
569 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
570 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
571 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
611 rPos.X() += nXOffset; in ImplDrawAlignedImage()
612 rPos.Y() += nYOffset; in ImplDrawAlignedImage()
892 const Point& rPos ) in ImplHitTestPushButton() argument
897 return aTestRect.IsInside( rPos ); in ImplHitTestPushButton()
1538 void PushButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
1541 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
2287 const Point& rPos, const Size& rSize, in ImplDraw() argument
2293 Rectangle aRect( rPos, rSize ); in ImplDraw()
2298 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
2310 Point aPos( rPos ); in ImplDraw()
2328 rMouseRect.Left() = rPos.X(); in ImplDraw()
2330 rStateRect.Left() = rPos.X(); in ImplDraw()
2351 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
2353 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); //-1; in ImplDraw()
2355 rStateRect.Left() = rPos.X(); //+1; in ImplDraw()
2357 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
2359 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); //-1; in ImplDraw()
2361 rStateRect.Top() = rPos.Y(); //+1; in ImplDraw()
2382 Rectangle aImageRect( rPos, rSize ); in ImplDraw()
2402 Point aTxtPos = rPos; in ImplDraw()
2729 void RadioButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
2735 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
3388 const Point& rPos, const Size& rSize, in ImplDraw() argument
3396 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
3398 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw()
3406 Point aPos( rPos ); in ImplDraw()
3425 rMouseRect.Left() = rPos.X(); in ImplDraw()
3426 rStateRect.Left() = rPos.X(); in ImplDraw()
3446 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
3448 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); in ImplDraw()
3450 rStateRect.Left() = rPos.X(); in ImplDraw()
3452 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
3454 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); in ImplDraw()
3456 rStateRect.Top() = rPos.Y(); in ImplDraw()
3471 rMouseRect.Right()-1-nLineSpace < rPos.X()+rSize.Width() ) in ImplDraw()
3479 DrawLine( Point( nLineX, nLineY ), Point( rPos.X() + rSize.Width()-1, nLineY ) ); in ImplDraw()
3483 DrawLine( Point( nLineX, nLineY+1 ), Point( rPos.X() + rSize.Width()-1, nLineY+1 ) ); in ImplDraw()
3675 void CheckBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
3679 Point aPos = pDev->LogicToPixel( rPos ); in Draw()