Searched refs:getFontSize (Results 1 – 8 of 8) sorted by relevance
142 fThickness = textStyle.getFontSize() / 14.0f; in calculateThickness()187 SkScalar scaleFactor = textStyle.getFontSize() / 14.f; in calculatePaint()
879 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()
138 hash = mix(hash, SkGoodHash()(relax(ts.fStyle.getFontSize()))); in computeHash()150 hash = mix(hash, SkGoodHash()(relax(strutStyle.getFontSize()))); in computeHash()
576 SkFont font(typeface, placeholder.fTextStyle.getFontSize()); in iterateThroughShapingRegions()640 SkFont font(std::move(typeface), block.fStyle.getFontSize()); in shape()
834 SkFont font(typeface, textStyle.getFontSize()); in shapeEllipsis()1372 && strutStyle.getFontSize() > 0) { in getRectsForRange()
36 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
256 SkScalar getFontSize() const { return fFontSize; } in getFontSize() function
5499 getFontSize: function (...args) { method