Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx317 const CFIndex nGlyphsInRun = rCT.RunGetGlyphCount( pGlyphRun ); in GetNextGlyphs() local
319 if( nSubIndex >= nGlyphsInRun ) { in GetNextGlyphs()
320 nSubIndex -= nGlyphsInRun; in GetNextGlyphs()
323 const CFRange aFullRange = CFRangeMake( 0, nGlyphsInRun ); in GetNextGlyphs()
328 aCGGlyphVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
334 aCGPointVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
343 aCGSizeVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
353 aCFIndexVec.reserve( nGlyphsInRun ); in GetNextGlyphs()
361 for(; (--nLen >= 0) && (nSubIndex < nGlyphsInRun); ++nSubIndex, ++nStart ) in GetNextGlyphs()

Completed in 30 milliseconds