Lines Matching refs:aFrmSize
203 aFrmSize = Size(nLFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
208 aFrmSize = Size(nRFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
212 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
215 aFrmSize.Width() = Max(5L, aFrmSize.Width()); in InitAllRects_Impl()
216 aFrmSize.Height() = Max(5L, aFrmSize.Height()); in InitAllRects_Impl()
222 aFrmSize = Size(nFreeWidth / 2, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
223 aDrawObj.SetSize(Size(Max(5L, (long)nFreeWidth / 3L), Max(5L, aFrmSize.Height() * 3L))); in InitAllRects_Impl()
497 lXPos = aRect.Right() - aFrmSize.Width() + 1; in Paint()
502 lXPos = aRect.Left() + (aRect.GetWidth() - aFrmSize.Width()) / 2; in Paint()
531 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
542 lYPos = aRect.Top() + (aRect.GetHeight() - aFrmSize.Height()) / 2; in Paint()
562 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
574 lYPos = aRect.Top() + (aRect.GetHeight() - aFrmSize.Height()) / 2; in Paint()
580 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
593 Rectangle aFrmRect(Point(lXPos, lYPos), aFrmSize); in Paint()