Home
last modified time | relevance | path

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

/third_party/skia/include/core/
H A DSkFontMetrics.h30 this->fXHeight == that.fXHeight && in operator ==()
61 SkScalar fXHeight; //!< height of lower-case 'x', zero if unknown, typically negative member
/third_party/skia/tools/fonts/
H A DToolUtilsFont.cpp83 metrics.fXHeight = -100; in sample_user_typeface()
H A Dcreate_test_font.cpp274 output_scalar(metrics.fXHeight, emSize, &metricsStr); in output_font()
H A DTestSVGTypeface.cpp293 metrics.fXHeight = 500; in Default()
347 metrics.fXHeight = 100; in Planets()
588 out->writeScalarAsText(fFontMetrics.fXHeight); in exportTtxCommon()
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp681 metrics->fXHeight = SkScalarFromCGFloat( CTFontGetXHeight(fCTFont.get())); in generateFontMetrics()
715 metrics->fXHeight = SkScalarFromCGFloat(xHeight * fontSize / upem); in generateFontMetrics()
H A DSkFontHost_win.cpp936 //metrics->fXHeight = 0; in generateFontMetrics()
970 metrics->fXHeight = SkIntToScalar(otm.otmsXHeight); in generateFontMetrics()
975 metrics->fXHeight = SkIntToScalar(gm.gmBlackBoxY); in generateFontMetrics()
H A DSkScalerContext_win_dw.cpp810 metrics->fXHeight = fTextSizeRender * SkIntToScalar(dwfm.xHeight) / upem; in generateFontMetrics()
H A DSkFontHost_FreeType.cpp1500 metrics->fXHeight = x_height;
/third_party/skia/src/core/
H A DSkFont.cpp326 metrics->fXHeight *= scale; in ScaleFontMetrics()
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp30 SCALE_Y(fXHeight); in scale_fontmetrics()
/third_party/skia/modules/skparagraph/src/
H A DDecorations.cpp287 : fFontMetrics.fXHeight / -2; in calculateThickness()
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp545 SkScalar xHeight = strike->getFontMetrics().fXHeight; in emit_subset_type3()

Completed in 16 milliseconds