Searched refs:nToFillWidth (Results 1 – 1 of 1) sorted by relevance
1916 const int nToFillWidth = nExtraWidth - nExtraOfs; local1917 if( (4*nToFillWidth >= mnMinKashidaWidth) // prevent glyph-injection if there is no room1918 || ((nSubIter > 1) && (nToFillWidth > 0)) ) // unless they can overlap with others1921 if( nToFillWidth < mnMinKashidaWidth )1924 int nOverlap = mnMinKashidaWidth - nToFillWidth;1936 nExtraOfs += nToFillWidth; // at right of cell
Completed in 23 milliseconds