Lines Matching refs:aFrmSize
207 aFrmSize = Size(nLFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
212 aFrmSize = Size(nRFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
216 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
219 aFrmSize.Width() = Max(5L, aFrmSize.Width()); in InitAllRects_Impl()
220 aFrmSize.Height() = Max(5L, aFrmSize.Height()); in InitAllRects_Impl()
226 aFrmSize = Size(nFreeWidth / 2, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
227 aDrawObj.SetSize(Size(Max(5L, (long)nFreeWidth / 3L), Max(5L, aFrmSize.Height() * 3L))); in InitAllRects_Impl()
501 lXPos = aRect.Right() - aFrmSize.Width() + 1; in Paint()
506 lXPos = aRect.Left() + (aRect.GetWidth() - aFrmSize.Width()) / 2; in Paint()
535 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
546 lYPos = aRect.Top() + (aRect.GetHeight() - aFrmSize.Height()) / 2; in Paint()
566 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
578 lYPos = aRect.Top() + (aRect.GetHeight() - aFrmSize.Height()) / 2; in Paint()
584 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
597 Rectangle aFrmRect(Point(lXPos, lYPos), aFrmSize); in Paint()