Lines Matching refs:aPos

1005     Point aPos = rRect.TopLeft();  in ImplDrawPushButtonContent()  local
1020 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, in ImplDrawPushButtonContent()
1047 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, nDrawFlags, in ImplDrawPushButtonContent()
1273 Point aPos( GetPosPixel() ); in ImplSetDefButton() local
1305 aPos.Move(-dLeft, -dTop); in ImplSetDefButton()
1316 aPos.Move(dLeft, dTop); in ImplSetDefButton()
1323 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in ImplSetDefButton()
1543 Point aPos = pDev->LogicToPixel( rPos ); in Draw() local
1545 Rectangle aRect( aPos, aSize ); in Draw()
2313 Point aPos( rPos ); in ImplDraw() local
2314 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2327 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, 1, in ImplDraw()
2330 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
2738 Point aPos = pDev->LogicToPixel( rPos ); in Draw() local
2773 ImplDraw( pDev, nFlags, aPos, aSize, in Draw()
3409 Point aPos( rPos ); in ImplDraw() local
3410 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
3423 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, 1, in ImplDraw()
3425 nLineY = aPos.Y() + aSize.Height()/2; in ImplDraw()
3427 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
3682 Point aPos = pDev->LogicToPixel( rPos ); in Draw() local
3719 ImplDraw( pDev, nFlags, aPos, aSize, in Draw()
3793 Point aPos( GetPosPixel() ); in GetFocus() local
3795 aPos.Move(-1,-1); in GetFocus()
3798 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in GetFocus()
3825 Point aPos( GetPosPixel() ); in LoseFocus() local
3827 aPos.Move(1,1); in LoseFocus()
3830 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in LoseFocus()