Lines Matching refs:nCharPos
499 int nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() local
501 nCharPos = mpGlyphs2Chars[nStart]; in GetNextGlyphs()
508 if( nCharPos < r.mnMinCharPos ) in GetNextGlyphs()
510 if( nCharPos >= r.mnEndCharPos ) in GetNextGlyphs()
535 const int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[nStart] : nStart + mnMinCharPos; in GetNextGlyphs() local
539 OSStatus eStatus = ATSUMatchFontsToText( maATSULayout, nCharPos, kATSUToTextEnd, in GetNextGlyphs()
541 if( (eStatus == kATSUFontsMatched) && ((int)nChangedOffset == nCharPos) ) in GetNextGlyphs()
562 int nCharPos; in GetNextGlyphs() local
564 nCharPos = mpGlyphs2Chars[nStart]; in GetNextGlyphs()
566 nCharPos = nStart + mnMinCharPos; in GetNextGlyphs()
567 *(pCharIndexes++) = nCharPos; in GetNextGlyphs()