Searched refs:fXHeight (Results 1 – 10 of 10) sorted by relevance
150 metrics->fXHeight = SkScalarMul(metrics->fXHeight, scale); in generateFontMetrics()
275 metrics->fXHeight = SkScalarMul(metrics->fXHeight, scale); in generateFontMetrics()
740 SkScalar fXHeight; //!< The height of an 'x' in px, or 0 if no 'x' in face member
304 output_scalar(metrics.fXHeight, emSize, &metricsStr); in output_font()
518 metrics->fXHeight = fTextSizeRender * SkIntToScalar(dwfm.xHeight) / upem; in generateFontMetrics()
1004 metrics->fXHeight = SkIntToScalar(otm.otmsXHeight); in generateFontMetrics()1009 metrics->fXHeight = SkIntToScalar(gm.gmBlackBoxY); in generateFontMetrics()
1410 metrics->fXHeight = x_height; in generateFontMetrics()
1413 metrics->fXHeight = CGToScalar( CTFontGetXHeight(fCTFont)); in generateFontMetrics()
1009 metrics->fXHeight = SkScalarMul(metrics->fXHeight, scale); in getFontMetrics()
1051 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face member