Lines Matching refs:c
1549 for( int c = nMinCharPos; c < nEndCharPos; ++c ) local
1551 if( mpLogClusters[ c ] == i )
1554 if( rArgs.mpStr[ c ] == 0x2060 )
1557 rArgs.NeedFallback( c, false );
1564 for( int c = nEndCharPos; --c >= nMinCharPos; ) local
1566 if( mpLogClusters[ c ] == i )
1569 if( rArgs.mpStr[ c ] == 0x2060 )
1572 rArgs.NeedFallback( c, true );
1643 for( int c = nMinDropPos; c < nEndDropPos; ++c ) local
1645 int nGlyphPos = mpLogClusters[c] + rVisualItem.mnMinGlyphPos;
1833 int c = mnMinCharPos; local
1837 int nTmpIndex = mpLogClusters[c];
1838 while( (--c >= pVI->mnMinCharPos)
1839 && (nTmpIndex == mpLogClusters[c]) )
1840 nXOffset -= mpCharWidths[c];
1846 while( (--c >= pVI->mnMinCharPos)
1847 && (nTmpIndex == mpLogClusters[c]) )
1848 nXOffset += mpCharWidths[c];
1873 for( c = rVI.mnEndCharPos; --c >= rVI.mnMinCharPos; )
1875 int i = mpLogClusters[c] + rVI.mnMinGlyphPos;
1876 mpGlyphs2Chars[i] = c;
1879 c = !rVI.IsRTL() ? rVI.mnMinCharPos : rVI.mnEndCharPos - 1;
1882 mpGlyphs2Chars[i] = c;
1884 c = mpGlyphs2Chars[i];