Searched refs:pDeltaSubset (Results 1 – 1 of 1) sorted by relevance
515 sal_Int32 *pDeltaSubset = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs() local548 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() local681 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in ImplDrawText()693 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in ImplDrawText()
Completed in 7 milliseconds