Searched refs:aOuterCheckRect (Results 1 – 2 of 2) sorted by relevance
1436 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()1523 ImplPaintCheckBackground( this, aOuterCheckRect, pThisOnly && bHighlighted ); in implPaint()[all …]
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()2798 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - aSymbolSize.Width())/2; in ImplPaint()2799 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in ImplPaint()2814 aTmpPos = aOuterCheckRect.TopLeft(); in ImplPaint()2815 … aTmpPos.X() += (aOuterCheckRect.GetWidth()-pData->aImage.GetSizePixel().Width())/2; in ImplPaint()[all …]
Completed in 61 milliseconds