Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2535 int nIdxAdd = i - 1; local
2536 while( (nIdxAdd >= nMinGlyphPos) && !mpGlyphAdvances[nIdxAdd] )
2537 --nIdxAdd;
2538 if( nIdxAdd < nMinGlyphPos )
2541 mpJustifications[nIdxAdd] += nXOffsetAdjust;

Completed in 40 milliseconds