Home
last modified time | relevance | path

Searched refs:nCurrIdx (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx763 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 ];
[all …]
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1454 int nCurrIdx = 2 * (n - mnMinCharPos); in GetCaretPositions() local
1458 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()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx689 int nCurrIdx = mpGlyphs2Chars[ i ] - mnMinCharPos; local
690 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;

Completed in 44 milliseconds