Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx502 sal_uChar *pGlyphID = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in DrawGlyphs() local
509 GetGlyphID (pGlyphIds[nChar], pUnicodes[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in DrawGlyphs()
537 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in DrawGlyphs()
591 sal_uChar *pGlyphID = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in ImplDrawText() local
596 GetCharID (pStr[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in ImplDrawText()
615 rGfx.PSShowText (pGlyphID + nChar, nGlyphs, nGlyphs); in ImplDrawText()
635 sal_uChar *pGlyphID = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in ImplDrawText() local
642 GetCharID (pStr[nChar], pGlyphID + nChar, pGlyphSetID + nChar); in ImplDrawText()
670 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in ImplDrawText()

Completed in 14 milliseconds