Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx727 int aCharPosAry [ nMaxGlyphs ]; in DrawPrinterLayout() local
762 …Layout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, pText ? aCharPosAry : NULL ); in DrawPrinterLayout()
773 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx668 int aCharPosAry [ nMaxGlyphs ]; in DrawPrinterLayout() local
677 …phs( nMaxGlyphs, aGlyphAry, aPos, nStart, aWidthAry, bIsPspServerFontLayout ? aCharPosAry : NULL ); in DrawPrinterLayout()
688 …aUnicodes[i] = (aCharPosAry[i] >= nMinCharPos && aCharPosAry[i] <= nMaxCharPos) ? pText[ aCharPosA… in DrawPrinterLayout()

Completed in 31 milliseconds