Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Drect.cxx707 OutputDevice *pGlyphDev; in SmGetGlyphBoundRect() local
709 pGlyphDev = (OutputDevice *) &rDev; in SmGetGlyphBoundRect()
714 pGlyphDev = &SM_MOD()->GetDefaultVirtualDev(); in SmGetGlyphBoundRect()
719 pGlyphDev->Push(PUSH_FONT | PUSH_MAPMODE); in SmGetGlyphBoundRect()
734 pGlyphDev->SetFont(aFnt); in SmGetGlyphBoundRect()
741 sal_Bool bSuccess = pGlyphDev->GetTextBoundRect(aTmp, rText, 0, 0); in SmGetGlyphBoundRect()
749 if (&rDev != pGlyphDev) /* only when rDev is a printer... */ in SmGetGlyphBoundRect()
751 long nGDTextWidth = pGlyphDev->GetTextWidth(rText); in SmGetGlyphBoundRect()
763 long nDelta = aDevFM.GetAscent() - pGlyphDev->GetFontMetric().GetAscent() * nScaleFactor; in SmGetGlyphBoundRect()
766 pGlyphDev->Pop(); in SmGetGlyphBoundRect()

Completed in 21 milliseconds