Home
last modified time | relevance | path

Searched refs:fCapHeight (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/include/core/
H A DSkFontMetrics.h31 this->fCapHeight == that.fCapHeight && in operator ==()
62 SkScalar fCapHeight; //!< height of an upper-case letter, zero if unknown, typically negative member
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp124 if (0 == metrics->fStemV || 0 == metrics->fCapHeight) { in GetMetrics()
141 if (0 == metrics->fCapHeight) { in GetMetrics()
150 metrics->fCapHeight = SkToS16(SkScalarRoundToInt(capHeight / 2)); in GetMetrics()
252 scaleFromFontUnits(metrics.fCapHeight, emSize)); in PopulateCommonFontDescriptor()
500 if (metrics->fCapHeight != 0) { descriptor.insertInt("CapHeight", metrics->fCapHeight); } in type3_descriptor()
/third_party/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h63 int16_t fCapHeight = 0; // Height (from baseline) of top of flat capitals. variable
H A DSkFont.cpp327 metrics->fCapHeight *= scale; in ScaleFontMetrics()
/third_party/skia/tools/fonts/
H A DToolUtilsFont.cpp84 metrics.fCapHeight = 0; in sample_user_typeface()
H A Dcreate_test_font.cpp275 output_scalar(metrics.fCapHeight, emSize, &metricsStr); in output_font()
H A DTestSVGTypeface.cpp294 metrics.fCapHeight = 700; in Default()
348 metrics.fCapHeight = 180; in Planets()
591 out->writeScalarAsText(fFontMetrics.fCapHeight); in exportTtxCommon()
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp682 metrics->fCapHeight = SkScalarFromCGFloat( CTFontGetCapHeight(fCTFont.get())); in generateFontMetrics()
719 metrics->fCapHeight = SkScalarFromCGFloat(capHeight * fontSize / upem); in generateFontMetrics()
H A DSkFontHost_FreeType.cpp485 info->fCapHeight = pcltTable->CapHeight; in onGetAdvancedMetrics()
497 info->fCapHeight = os2Table->sCapHeight; in onGetAdvancedMetrics()
1501 metrics->fCapHeight = cap_height;
H A DSkTypeface_win_dw.cpp498 info->fCapHeight = SkToS16(dwfm.capHeight);
H A DSkTypeface_mac_ct.cpp609 info->fCapHeight = (int16_t) CTFontGetCapHeight(ctFont.get());
H A DSkScalerContext_win_dw.cpp811 metrics->fCapHeight = fTextSizeRender * SkIntToScalar(dwfm.capHeight) / upem; in generateFontMetrics()
H A DSkFontHost_win.cpp1702 info->fCapHeight = otm.otmsCapEmHeight; in onGetAdvancedMetrics()
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp31 SCALE_Y(fCapHeight); in scale_fontmetrics()

Completed in 20 milliseconds