Lines Matching refs:mnMinKashidaWidth
117 int GetMinKashidaWidth() const { return mnMinKashidaWidth; } in GetMinKashidaWidth()
122 mutable int mnMinKashidaWidth; member in ImplWinFontEntry
1106 int mnMinKashidaWidth; member in UniscribeLayout
1908 && mnMinKashidaWidth
1912 int nExtraOfs = (nSubIter++) * mnMinKashidaWidth;
1917 if( (4*nToFillWidth >= mnMinKashidaWidth) // prevent glyph-injection if there is no room
1921 if( nToFillWidth < mnMinKashidaWidth )
1924 int nOverlap = mnMinKashidaWidth - nToFillWidth;
1930 nGlyphWidth = mnMinKashidaWidth;
2556 mnMinKashidaWidth = static_cast<int>(mfFontScale * mrWinFontEntry.GetMinKashidaWidth());
2620 if( 2*nMaxAdded < mnMinKashidaWidth )
2639 if( nSpaceAdded < mnMinKashidaWidth )
2643 if ( nMaxPos - nMinPos > 0 && ((mnMinKashidaWidth - nSpaceAdded) > (nMaxPos - nMinPos)))
2644 nSteal = (mnMinKashidaWidth - nSpaceAdded) / (nMaxPos - nMinPos);
2649 nSteal = Min( mnMinKashidaWidth - nSpaceAdded, nSteal );
2656 if( nSpaceAdded >= mnMinKashidaWidth )
2662 long nSpaceMissing = mnMinKashidaWidth - nSpaceAdded;
2736 mnMinKashidaWidth,
3093 , mnMinKashidaWidth( -1 )
3155 if( mnMinKashidaWidth >= 0 ) // already cached?
3156 return mnMinKashidaWidth;
3159 mnMinKashidaWidth = 0;
3170 mnMinKashidaWidth = aFontProperties.iKashidaWidth;