Lines Matching refs:GetBottom
209 nLoAttrFence = SmFromTo(GetAlignB(), GetBottom(), 0.0); in BuildRect()
225 if (nLoAttrFence > GetBottom()) in BuildRect()
226 nLoAttrFence = GetBottom(); in BuildRect()
264 nAlignB = GetBottom(); in SmRect()
268 nGlyphBottom = nLoAttrFence = GetBottom(); in SmRect()
298 if (nTop <= GetBottom()) in SetTop()
299 { aSize.Height() = GetBottom() - nTop + 1; in SetTop()
341 aPos.Y() = rRect.GetBottom() + 1; in AlignTo()
375 aPos.Y() += rRect.GetHiAttrFence() - GetBottom(); in AlignTo()
421 nB = rRect.GetBottom(), in Union()
433 if ((nTmp = GetBottom()) > nB) in Union()
558 aRef.Y() = rPoint.Y() >= aIC.Y() ? GetBottom() : GetTop(); in OrientedDist()
570 if (rPoint.Y() > GetBottom()) in OrientedDist()
571 aRef.Y() = GetBottom(); in OrientedDist()
591 && rPoint.Y() <= GetBottom() in IsInsideRect()
600 && rPoint.Y() <= GetBottom() in IsInsideItalicRect()