Searched refs:n100PercentFontWidth (Results 1 – 1 of 1) sorted by relevance
129 long n100PercentFontWidth; // initial -1 -> not set yet member in FontPrevWin_Impl185 n100PercentFontWidth = n100PercentFontWidthCJK = n100PercentFontWidthCTL = -1; in Invalidate100PercentFontWidth()190 DBG_ASSERT( ( n100PercentFontWidth == -1 && n100PercentFontWidthCJK == -1 ) || in Is100PercentFontWidthValid()191 ( n100PercentFontWidth != -1 && n100PercentFontWidthCJK != -1 ) || in Is100PercentFontWidthValid()192 ( n100PercentFontWidth == -1 && n100PercentFontWidthCTL == -1 ) || in Is100PercentFontWidthValid()193 ( n100PercentFontWidth != -1 && n100PercentFontWidthCTL != -1 ), in Is100PercentFontWidthValid()195 return n100PercentFontWidth != -1; in Is100PercentFontWidthValid()419 scaleFontWidth(aFont,rOutDev,n100PercentFontWidth); in ScaleFontWidth()424 aFont.SetWidth( n100PercentFontWidth * nFontWidthScale / 100 ); in ScaleFontWidth()
Completed in 11 milliseconds