Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx516 sal_uChar *pGlyphSubset = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in DrawGlyphs() local
537 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in DrawGlyphs()
560 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in DrawGlyphs()
649 sal_uChar *pGlyphSubset = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in ImplDrawText() local
670 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in ImplDrawText()
693 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in ImplDrawText()

Completed in 14 milliseconds