Searched refs:nGlyphsInRun (Results 1 – 1 of 1) sorted by relevance
317 const CFIndex nGlyphsInRun = rCT.RunGetGlyphCount( pGlyphRun ); in GetNextGlyphs() local319 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 8 milliseconds