Searched refs:getFontSize (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/modules/skparagraph/src/ |
D | FontResolver.cpp | 64 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()
|
D | ParagraphImpl.cpp | 457 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()
|
D | TextLine.cpp | 340 SkScalar scaleFactor = style.getFontSize() / 14.f; in computeDecorationPaint()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 584 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()
|
D | Decorations.cpp | 139 fThickness = textStyle.getFontSize() / 14.0f; in calculateThickness() 195 SkScalar scaleFactor = textStyle.getFontSize() / 14.f; in calculatePaint()
|
D | ParagraphCache.cpp | 105 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getFontSize()))); in operator ()() 116 hash = mix(hash, SkGoodHash()(relax(strutStyle.getFontSize()))); in operator ()()
|
D | OneLineShaper.cpp | 596 SkFont font(typeface, placeholder.fTextStyle.getFontSize()); in iterateThroughShapingRegions() 656 SkFont font(std::move(typeface), block.fStyle.getFontSize()); in shape()
|
D | TextLine.cpp | 1023 && strutStyle.getFontSize() > 0) { in getRectsForRange()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 21 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
|
D | TextStyle.h | 114 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
|
/third_party/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 30 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
|
D | TextStyle.h | 210 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | dtv.js | 5499 getFontSize: function (...args) { method
|