Home
last modified time | relevance | path

Searched refs:pGlyphPos (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2334 long* const pGlyphPos = (long*)alloca( (mnGlyphCount+1) * sizeof(long) ); local
2336 pGlyphPos[ i ] = -1;
2353 pGlyphPos[ i ] = nXPos;
2357 pGlyphPos[ i ] = nXPos;
2370 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j ];
2371 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j+1 ];
2376 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j+1 ];
2377 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j ];

Completed in 33 milliseconds