Home
last modified time | relevance | path

Searched refs:getStrutStyle (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/skparagraph/src/
DParagraphImpl.h154 bool strutEnabled() const { return paragraphStyle().getStrutStyle().getStrutEnabled(); } in strutEnabled()
156 return paragraphStyle().getStrutStyle().getForceStrutHeight(); in strutForceHeight()
159 return paragraphStyle().getStrutStyle().getHeightOverride(); in strutHeightOverride()
DParagraphCache.cpp94 auto& strutStyle = key.fParagraphStyle.getStrutStyle(); in operator ()()
133 if (!(a.fParagraphStyle.getStrutStyle() == b.fParagraphStyle.getStrutStyle())) { in operator ==()
DParagraphImpl.cpp156 if (fParagraphStyle.getStrutStyle().getStrutEnabled() && in layout()
157 fParagraphStyle.getStrutStyle().getForceStrutHeight()) { in layout()
457 auto strutStyle = this->paragraphStyle().getStrutStyle(); in resolveStrut()
486 fStrutMetrics.setForceStrut(this->paragraphStyle().getStrutStyle().getForceStrutHeight()); in resolveStrut()
721 auto strutStyle = this->paragraphStyle().getStrutStyle(); in getRectsForRange()
1135 … fEmptyMetrics = InternalLineMetrics(font, paragraphStyle().getStrutStyle().getForceStrutHeight()); in computeEmptyMetrics()
1136 if (!paragraphStyle().getStrutStyle().getForceStrutHeight() && in computeEmptyMetrics()
1145 if (fParagraphStyle.getStrutStyle().getStrutEnabled()) { in computeEmptyMetrics()
/external/skia/modules/skparagraph/include/
DParagraphStyle.h72 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() function