Lines Matching refs:nGlyphs
523 sal_Int32 nGlyphs = 0; in DrawGlyphs() local
537 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in DrawGlyphs()
548 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in DrawGlyphs()
550 nGlyphs += 1; in DrawGlyphs()
560 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in DrawGlyphs()
603 sal_Int32 nGlyphs = 1; in ImplDrawText() local
607 nGlyphs++; in ImplDrawText()
615 rGfx.PSShowText (pGlyphID + nChar, nGlyphs, nGlyphs); in ImplDrawText()
617 nChar += nGlyphs; in ImplDrawText()
656 sal_Int32 nGlyphs = 0; in ImplDrawText() local
670 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in ImplDrawText()
681 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in ImplDrawText()
683 nGlyphs += 1; in ImplDrawText()
693 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in ImplDrawText()