Searched refs:aOuterCheckRect (Results 1 – 2 of 2) sorted by relevance
1435 …Rectangle aOuterCheckRect( Point( aPos.X()+mpImpl->mnCheckPos, aPos.Y() ), Size( pEntry->maSize.He… in implPaint() local1436 aOuterCheckRect.Left() += 1; in implPaint()1437 aOuterCheckRect.Right() -= 1; in implPaint()1438 aOuterCheckRect.Top() += 1; in implPaint()1439 aOuterCheckRect.Bottom() -= 1; in implPaint()1486 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in implPaint()1487 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in implPaint()1494 … ImplPaintCheckBackground( this, aOuterCheckRect, pThisOnly && bHighlighted ); in implPaint()1508 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - aSymbolSize.Width())/2; in implPaint()1509 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in implPaint()[all …]
2733 …Rectangle aOuterCheckRect( Point( aPos.X()+nCheckPos, aPos.Y() ), Size( pData->aSz.Height(), pData… in ImplPaint() local2734 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()[all …]