Lines Matching refs:aTmpPos

2650     Point aTopLeft, aTmpPos;  in ImplPaint()  local
2722 aTmpPos.Y() = aPos.Y() + ((pData->aSz.Height()-2)/2); in ImplPaint()
2723 aTmpPos.X() = aPos.X() + 2 + nOuterSpace; in ImplPaint()
2725 … pWin->DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in ImplPaint()
2726 aTmpPos.Y()++; in ImplPaint()
2728 … pWin->DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in ImplPaint()
2771aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in ImplPaint()
2772aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in ImplPaint()
2774 Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in ImplPaint()
2798aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - aSymbolSize.Width())/2; in ImplPaint()
2799aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in ImplPaint()
2800 Rectangle aRect( aTmpPos, aSymbolSize ); in ImplPaint()
2814 aTmpPos = aOuterCheckRect.TopLeft(); in ImplPaint()
2815aTmpPos.X() += (aOuterCheckRect.GetWidth()-pData->aImage.GetSizePixel().Width())/2; in ImplPaint()
2816aTmpPos.Y() += (aOuterCheckRect.GetHeight()-pData->aImage.GetSizePixel().Height())/2; in ImplPaint()
2817 pWin->DrawImage( aTmpPos, pData->aImage, nImageStyle ); in ImplPaint()
2824 aTmpPos.X() = aPos.X() + nTextPos; in ImplPaint()
2825 aTmpPos.Y() = aPos.Y(); in ImplPaint()
2826 aTmpPos.Y() += nTextOffsetY; in ImplPaint()
2852 long nMaxItemTextWidth = aOutSz.Width() - aTmpPos.X() - nExtra - nOuterSpace; in ImplPaint()
2863 … pWin->DrawCtrlText( aTmpPos, aItemText, 0, aItemText.Len(), nStyle, pVector, pDisplayText ); in ImplPaint()
2872 aTmpPos.X() = aOutSz.Width() - pWin->GetTextWidth( aAccText ); in ImplPaint()
2873 aTmpPos.X() -= 4*nExtra; in ImplPaint()
2875 aTmpPos.X() -= nOuterSpace; in ImplPaint()
2876 aTmpPos.Y() = aPos.Y(); in ImplPaint()
2877 aTmpPos.Y() += nTextOffsetY; in ImplPaint()
2878 pWin->DrawCtrlText( aTmpPos, aAccText, 0, aAccText.Len(), nTextStyle ); in ImplPaint()
2884 aTmpPos.X() = aOutSz.Width() - nFontHeight + nExtra - nOuterSpace; in ImplPaint()
2885 aTmpPos.Y() = aPos.Y(); in ImplPaint()
2886 aTmpPos.Y() += nExtra/2; in ImplPaint()
2887 aTmpPos.Y() += ( pData->aSz.Height() / 2 ) - ( nFontHeight/4 ); in ImplPaint()
2897 Rectangle( aTmpPos, Size( nFontHeight/2, nFontHeight/2 ) ), in ImplPaint()