Searched refs:mfExactHeight (Results 1 – 4 of 4) sorted by relevance
168 float mfExactHeight; // requested height (in pixels with subpixel details) member in ImplFontSelectData
150 double fScaledFontHeight = pReqFont->mfExactHeight; in AtsTextStyle()
89 double fScaledFontHeight = pReqFont->mfExactHeight; in CTTextStyle()
2185 mfExactHeight( fExactHeight), in ImplFontSelectData()2220 mfExactHeight( fExactHeight ), in ImplFontSelectData()6182 const float fOrigHeight = aFontSelData.mfExactHeight; in ImplGlyphFallbackLayout()6184 aFontSelData.mfExactHeight *= fScale; in ImplGlyphFallbackLayout()6185 aFontSelData.mnHeight = static_cast<int>(aFontSelData.mfExactHeight); in ImplGlyphFallbackLayout()6188 aFontSelData.mfExactHeight = fOrigHeight; in ImplGlyphFallbackLayout()
Completed in 72 milliseconds