Searched refs:pGlyphSubset (Results 1 – 1 of 1) sorted by relevance
516 sal_uChar *pGlyphSubset = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in DrawGlyphs() local537 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() local670 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in ImplDrawText()693 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in ImplDrawText()
Completed in 9 milliseconds