Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1916 const int nToFillWidth = nExtraWidth - nExtraOfs; local
1917 if( (4*nToFillWidth >= mnMinKashidaWidth) // prevent glyph-injection if there is no room
1918 || ((nSubIter > 1) && (nToFillWidth > 0)) ) // unless they can overlap with others
1921 if( nToFillWidth < mnMinKashidaWidth )
1924 int nOverlap = mnMinKashidaWidth - nToFillWidth;
1936 nExtraOfs += nToFillWidth; // at right of cell

Completed in 30 milliseconds