Lines Matching refs:nCurrIdx
763 int nCurrIdx = mpGlyphs2Chars[ i ] - mnMinCharPos; local
764 long nXRight = nXPos + mpCharWidths[ nCurrIdx ];
765 nCurrIdx *= 2;
769 pCaretXArray[ nCurrIdx ] = nXPos;
770 pCaretXArray[ nCurrIdx+1 ] = nXRight;
775 pCaretXArray[ nCurrIdx ] = nXRight;
776 pCaretXArray[ nCurrIdx+1 ] = nXPos;
2366 int nCurrIdx = i * 2; local
2370 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j ];
2371 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j+1 ];
2376 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j+1 ];
2377 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j ];