Home
last modified time | relevance | path

Searched refs:aGlyphRect (Results 1 – 1 of 1) sorted by relevance

/trunk/main/starmath/source/
H A Drect.cxx184 Rectangle aGlyphRect; in BuildRect() local
188 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 14 milliseconds