Lines Matching refs:rPos

366 void Button::ImplDrawAlignedImage( OutputDevice* pDev, Point& rPos,  in ImplDrawAlignedImage()  argument
382 Rectangle aOutRect( rPos, rSize ); in ImplDrawAlignedImage()
410 rPos = aOutRect.TopLeft(); in ImplDrawAlignedImage()
440 Point aImagePos = rPos; in ImplDrawAlignedImage()
441 Point aTextPos = rPos; in ImplDrawAlignedImage()
522 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
523 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
528 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
529 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
534 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
535 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
540 aImagePos.X() = rPos.X() + aMax.Width() - aImageSize.Width(); in ImplDrawAlignedImage()
541 aTextPos.X() = rPos.X() + aMax.Width() - aTSSize.Width(); in ImplDrawAlignedImage()
548 aTextPos.X() = rPos.X() + aImageSize.Width() + nImageSep; in ImplDrawAlignedImage()
554 aImagePos.X() = rPos.X() + aTSSize.Width() + nImageSep; in ImplDrawAlignedImage()
560 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
566 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
570 aImagePos.X() = rPos.X() + ( aMax.Width() - aImageSize.Width() ) / 2; in ImplDrawAlignedImage()
571 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
572 aTextPos.X() = rPos.X() + ( aMax.Width() - aTSSize.Width() ) / 2; in ImplDrawAlignedImage()
573 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
613 rPos.X() += nXOffset; in ImplDrawAlignedImage()
614 rPos.Y() += nYOffset; in ImplDrawAlignedImage()
894 const Point& rPos ) in ImplHitTestPushButton() argument
899 return aTestRect.IsInside( rPos ); in ImplHitTestPushButton()
1540 void PushButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
1543 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
2290 const Point& rPos, const Size& rSize, in ImplDraw() argument
2296 Rectangle aRect( rPos, rSize ); in ImplDraw()
2301 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
2313 Point aPos( rPos ); in ImplDraw()
2331 rMouseRect.Left() = rPos.X(); in ImplDraw()
2333 rStateRect.Left() = rPos.X(); in ImplDraw()
2354 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
2356 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); //-1; in ImplDraw()
2358 rStateRect.Left() = rPos.X(); //+1; in ImplDraw()
2360 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
2362 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); //-1; in ImplDraw()
2364 rStateRect.Top() = rPos.Y(); //+1; in ImplDraw()
2385 Rectangle aImageRect( rPos, rSize ); in ImplDraw()
2405 Point aTxtPos = rPos; in ImplDraw()
2732 void RadioButton::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
2738 Point aPos = pDev->LogicToPixel( rPos ); in Draw()
3391 const Point& rPos, const Size& rSize, in ImplDraw() argument
3399 pDev->IntersectClipRegion( Rectangle( rPos, rSize ) ); in ImplDraw()
3401 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw()
3409 Point aPos( rPos ); in ImplDraw()
3428 rMouseRect.Left() = rPos.X(); in ImplDraw()
3429 rStateRect.Left() = rPos.X(); in ImplDraw()
3449 rStateRect.Left() = rPos.X()+((rSize.Width()-rImageSize.Width())/2); in ImplDraw()
3451 rStateRect.Left() = rPos.X()+rSize.Width()-rImageSize.Width(); in ImplDraw()
3453 rStateRect.Left() = rPos.X(); in ImplDraw()
3455 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
3457 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); in ImplDraw()
3459 rStateRect.Top() = rPos.Y(); in ImplDraw()
3474 rMouseRect.Right()-1-nLineSpace < rPos.X()+rSize.Width() ) in ImplDraw()
3482 DrawLine( Point( nLineX, nLineY ), Point( rPos.X() + rSize.Width()-1, nLineY ) ); in ImplDraw()
3486 DrawLine( Point( nLineX, nLineY+1 ), Point( rPos.X() + rSize.Width()-1, nLineY+1 ) ); in ImplDraw()
3678 void CheckBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
3682 Point aPos = pDev->LogicToPixel( rPos ); in Draw()