Lines Matching refs:aOuterCheckRect
2733 …Rectangle aOuterCheckRect( Point( aPos.X()+nCheckPos, aPos.Y() ), Size( pData->aSz.Height(), pData… in ImplPaint() local
2734 aOuterCheckRect.Left() += 1; in ImplPaint()
2735 aOuterCheckRect.Right() -= 1; in ImplPaint()
2736 aOuterCheckRect.Top() += 1; in ImplPaint()
2737 aOuterCheckRect.Bottom() -= 1; in ImplPaint()
2771 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in ImplPaint()
2772 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in ImplPaint()
2784 … ImplPaintCheckBackground( pWin, aOuterCheckRect, pThisItemOnly && bHighlighted ); in ImplPaint()
2798 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - aSymbolSize.Width())/2; in ImplPaint()
2799 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in ImplPaint()
2813 … ImplPaintCheckBackground( pWin, aOuterCheckRect, pThisItemOnly && bHighlighted ); in ImplPaint()
2814 aTmpPos = aOuterCheckRect.TopLeft(); in ImplPaint()
2815 … aTmpPos.X() += (aOuterCheckRect.GetWidth()-pData->aImage.GetSizePixel().Width())/2; in ImplPaint()
2816 … aTmpPos.Y() += (aOuterCheckRect.GetHeight()-pData->aImage.GetSizePixel().Height())/2; in ImplPaint()