Searched refs:nStretchable (Results 1 – 3 of 3) sorted by relevance
1247 int nStretchable = 0; in Justify() local1252 ++nStretchable; in Justify()1278 if( pG->IsDiacritic() || (nStretchable <= 0) ) in Justify()1282 int nDeltaWidth = nDiffWidth / nStretchable--; in Justify()1747 int nStretchable = 0; in AdjustLayout() local1753 ++nStretchable; in AdjustLayout()1764 if( (nJustWidth > 0) && (nStretchable > 0) ) in AdjustLayout()1766 int nDeltaWidth = nDiffWidth / nStretchable; in AdjustLayout()1769 --nStretchable; in AdjustLayout()
728 int nStretchable = 0, i; local731 ++nStretchable;735 for( i = 0; (i < nRight) && (nStretchable > 0); ++i )739 int nDeltaWidth = nDiffWidth / nStretchable;741 --nStretchable;
802 int nStretchable = 0, i; local805 ++nStretchable;809 for( i = 0; (i < nRight) && (nStretchable > 0); ++i )813 int nDeltaWidth = nDiffWidth / nStretchable;815 --nStretchable;
Completed in 45 milliseconds