Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx359 fontID *pFontMap = (fontID*) alloca(nLen * sizeof(fontID)); in DrawText() local
365 pFontMap[n] = getCharMetric (aFont, pEffectiveStr[n], &aBBox); in DrawText()
412 fontID nFont = pFontMap[ nFrom ]; in DrawText()
414 while ((nTo < nLen) && (nFont == pFontMap[nTo])) in DrawText()

Completed in 19 milliseconds