Lines Matching refs:GetTop
178 SetTop(GetTop() - nDelta); in BuildRect()
222 if (nHiAttrFence < GetTop()) in BuildRect()
223 nHiAttrFence = GetTop(); in BuildRect()
263 nAlignT = GetTop(); in SmRect()
267 nGlyphTop = nHiAttrFence = GetTop(); in SmRect()
291 if (nBottom >= GetTop()) in SetBottom()
292 aSize.Height() = nBottom - GetTop() + 1; in SetBottom()
338 aPos.Y() = rRect.GetTop() - GetHeight(); in AlignTo()
382 aPos.Y() += rRect.GetLoAttrFence() - GetTop(); in AlignTo()
420 nT = rRect.GetTop(), in Union()
431 if ((nTmp = GetTop()) < nT) in Union()
558 aRef.Y() = rPoint.Y() >= aIC.Y() ? GetBottom() : GetTop(); in OrientedDist()
572 else if (rPoint.Y() < GetTop()) in OrientedDist()
573 aRef.Y() = GetTop(); in OrientedDist()
590 return rPoint.Y() >= GetTop() in IsInsideRect()
599 return rPoint.Y() >= GetTop() in IsInsideItalicRect()