Lines Matching refs:aOuterCheckRect
1435 …Rectangle aOuterCheckRect( Point( aPos.X()+mpImpl->mnCheckPos, aPos.Y() ), Size( pEntry->maSize.He… in implPaint() local
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()
1524 aTmpPos = aOuterCheckRect.TopLeft(); in implPaint()
1525 aTmpPos.X() += (aOuterCheckRect.GetWidth()-pEntry->maImage.GetSizePixel().Width())/2; in implPaint()
1526 aTmpPos.Y() += (aOuterCheckRect.GetHeight()-pEntry->maImage.GetSizePixel().Height())/2; in implPaint()