Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx515 sal_Int32 *pDeltaSubset = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs() local
548 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in DrawGlyphs()
560 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in DrawGlyphs()
648 sal_Int32 *pDeltaSubset = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in ImplDrawText() local
681 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in ImplDrawText()
693 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in ImplDrawText()

Completed in 8 milliseconds