Searched refs:fXHeight (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/fonts/
H A DSkGScalerContext.cpp150 metrics->fXHeight = SkScalarMul(metrics->fXHeight, scale);
H A DSkTestScalerContext.cpp275 metrics->fXHeight = SkScalarMul(metrics->fXHeight, scale);
/external/skia/include/core/
H A DSkPaint.h740 SkScalar fXHeight; //!< The height of an 'x' in px, or 0 if no 'x' in face member in struct:SkPaint::FontMetrics
/external/skia/tools/
H A Dcreate_test_font.cpp304 output_scalar(metrics.fXHeight, emSize, &metricsStr);
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp518 metrics->fXHeight = fTextSizeRender * SkIntToScalar(dwfm.xHeight) / upem;
H A DSkFontHost_win.cpp970 //metrics->fXHeight = 0;
1004 metrics->fXHeight = SkIntToScalar(otm.otmsXHeight);
1009 metrics->fXHeight = SkIntToScalar(gm.gmBlackBoxY);
H A DSkFontHost_FreeType.cpp1410 metrics->fXHeight = x_height;
H A DSkFontHost_mac.cpp1413 metrics->fXHeight = CGToScalar( CTFontGetXHeight(fCTFont));
/external/skia/src/core/
H A DSkPaint.cpp1009 metrics->fXHeight = SkScalarMul(metrics->fXHeight, scale);
/external/skia/src/utils/
H A DSkLua.cpp1051 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face member in struct:FontMetrics

Completed in 552 milliseconds