Home
last modified time | relevance | path

Searched refs:getFontSize (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.cpp64 auto font = makeFont(typeface, style.getFontSize(), style.getHeight()); in findAllFontsForStyledBlock()
75 auto font = makeFont(typeface, style.getFontSize(), style.getHeight()); in findAllFontsForStyledBlock()
89 auto font = makeFont(typeface, style.getFontSize(), style.getHeight()); in findAllFontsForStyledBlock()
108 style.getFontSize(), in findAllFontsForStyledBlock()
DParagraphImpl.cpp457 if (!strutStyle.getStrutEnabled() || strutStyle.getFontSize() < 0) { in resolveStrut()
472 SkFont font(typeface, strutStyle.getFontSize()); in resolveStrut()
478 auto strutMultiplier = strutStyle.getHeight() * strutStyle.getFontSize(); in resolveStrut()
482 … strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize()); in resolveStrut()
487 … strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize()); in resolveStrut()
654 if (strutStyle.getStrutEnabled() && strutStyle.getFontSize() > 0) { in getRectsForRange()
DTextLine.cpp340 SkScalar scaleFactor = style.getFontSize() / 14.f; in computeDecorationPaint()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp584 if (!strutStyle.getStrutEnabled() || strutStyle.getFontSize() < 0) { in resolveStrut()
594 SkFont font(typefaces.front(), strutStyle.getFontSize()); in resolveStrut()
600 auto strutMultiplier = strutStyle.getHeight() * strutStyle.getFontSize(); in resolveStrut()
604 … strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize()); in resolveStrut()
610 : strutStyle.getLeading() * strutStyle.getFontSize()); in resolveStrut()
907 SkFont font(typeface, textStyle.getFontSize()); in computeEmptyMetrics()
913 const auto strutHeight = textStyle.getHeight() * textStyle.getFontSize(); in computeEmptyMetrics()
DDecorations.cpp139 fThickness = textStyle.getFontSize() / 14.0f; in calculateThickness()
195 SkScalar scaleFactor = textStyle.getFontSize() / 14.f; in calculatePaint()
DParagraphCache.cpp105 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getFontSize()))); in operator ()()
116 hash = mix(hash, SkGoodHash()(relax(strutStyle.getFontSize()))); in operator ()()
DOneLineShaper.cpp596 SkFont font(typeface, placeholder.fTextStyle.getFontSize()); in iterateThroughShapingRegions()
656 SkFont font(std::move(typeface), block.fStyle.getFontSize()); in shape()
DTextLine.cpp1023 && strutStyle.getFontSize() > 0) { in getRectsForRange()
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h21 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
DTextStyle.h114 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h30 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
DTextStyle.h210 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js5499 getFontSize: function (...args) { method