Searched refs:fXHeight (Results 1 – 6 of 6) sorted by relevance
104 if (metrics.fXHeight) in platformInit()105 xHeight = metrics.fXHeight; in platformInit()
205 mx->fXHeight = 0; in generateFontMetrics()219 my->fXHeight = 0; in generateFontMetrics()
395 mx->fXHeight = 0; in generateFontMetrics()407 my->fXHeight = 0; in generateFontMetrics()
1628 mx->fXHeight = x_height; in generateFontMetrics()1639 my->fXHeight = x_height; in generateFontMetrics()
1443 theMetrics.fXHeight = CGToScalar( CTFontGetXHeight(fCTFont)); in generateFontMetrics()
728 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face member