Searched refs:aGlyphRect (Results 1 – 1 of 1) sorted by relevance
184 Rectangle aGlyphRect; in BuildRect() local188 SmGetGlyphBoundRect(rDev, rText, aGlyphRect); in BuildRect()196 nItalicLeftSpace = GetLeft() - aGlyphRect.Left() + nBorderWidth; in BuildRect()197 nItalicRightSpace = aGlyphRect.Right() - GetRight() + nBorderWidth; in BuildRect()208 nHiAttrFence = aGlyphRect.TopLeft().Y() - 1 - nBorderWidth - nDist; in BuildRect()211 nGlyphTop = aGlyphRect.Top() - nBorderWidth; in BuildRect()212 nGlyphBottom = aGlyphRect.Bottom() + nBorderWidth; in BuildRect()
Completed in 13 milliseconds