Searched refs:nCurrIdx (Results 1 – 3 of 3) sorted by relevance
689 int nCurrIdx = mpGlyphs2Chars[ i ] - mnMinCharPos; local690 long nXRight = nXPos + mpCharWidths[ nCurrIdx ];691 nCurrIdx *= 2;695 pCaretXArray[ nCurrIdx ] = nXPos;696 pCaretXArray[ nCurrIdx+1 ] = nXRight;701 pCaretXArray[ nCurrIdx ] = nXRight;702 pCaretXArray[ nCurrIdx+1 ] = nXPos;
763 int nCurrIdx = mpGlyphs2Chars[ i ] - mnMinCharPos; local764 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; local2370 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j ];2371 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j+1 ];[all …]
1454 int nCurrIdx = 2 * (n - mnMinCharPos); in GetCaretPositions() local1458 pCaretXArray[ nCurrIdx ] = nXPos; in GetCaretPositions()1459 pCaretXArray[ nCurrIdx+1 ] = nXRight; in GetCaretPositions()1464 pCaretXArray[ nCurrIdx ] = nXRight; in GetCaretPositions()1465 pCaretXArray[ nCurrIdx+1 ] = nXPos; in GetCaretPositions()
Completed in 38 milliseconds