Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DDecorations.cpp142 fThickness = textStyle.getFontSize() / 14.0f; in calculateThickness()
187 SkScalar scaleFactor = textStyle.getFontSize() / 14.f; in calculatePaint()
DParagraphImpl.cpp879 if (!strutStyle.getStrutEnabled() || strutStyle.getFontSize() < 0) { in resolveStrut()
889 SkFont font(typefaces.front(), strutStyle.getFontSize()); in resolveStrut()
895 auto strutMultiplier = strutStyle.getHeight() * strutStyle.getFontSize(); in resolveStrut()
899 … strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize(), in resolveStrut()
905 … strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize()); in resolveStrut()
1201 SkFont font(typeface, textStyle.getFontSize()); in computeEmptyMetrics()
1207 const auto strutHeight = textStyle.getHeight() * textStyle.getFontSize(); in computeEmptyMetrics()
DParagraphCache.cpp138 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getFontSize()))); in computeHash()
150 hash = mix(hash, SkGoodHash()(relax(strutStyle.getFontSize()))); in computeHash()
DOneLineShaper.cpp576 SkFont font(typeface, placeholder.fTextStyle.getFontSize()); in iterateThroughShapingRegions()
640 SkFont font(std::move(typeface), block.fStyle.getFontSize()); in shape()
DTextLine.cpp834 SkFont font(typeface, textStyle.getFontSize()); in shapeEllipsis()
1372 && strutStyle.getFontSize() > 0) { in getRectsForRange()
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h36 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
DTextStyle.h256 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js5499 getFontSize: function (...args) { method