Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp149 if (fParagraphStyle.getStrutStyle().getStrutEnabled() && in layout()
150 fParagraphStyle.getStrutStyle().getForceStrutHeight()) { in layout()
582 auto strutStyle = this->paragraphStyle().getStrutStyle(); in resolveStrut()
611 fStrutMetrics.setForceStrut(this->paragraphStyle().getStrutStyle().getForceStrutHeight()); in resolveStrut()
904 … fEmptyMetrics = InternalLineMetrics(font, paragraphStyle().getStrutStyle().getForceStrutHeight()); in computeEmptyMetrics()
906 if (!paragraphStyle().getStrutStyle().getForceStrutHeight() && in computeEmptyMetrics()
910 if (paragraphStyle().getStrutStyle().getHalfLeading()) { in computeEmptyMetrics()
936 if (fParagraphStyle.getStrutStyle().getStrutEnabled()) { in computeEmptyMetrics()
DParagraphImpl.h153 bool strutEnabled() const { return paragraphStyle().getStrutStyle().getStrutEnabled(); }
155 return paragraphStyle().getStrutStyle().getForceStrutHeight();
158 return paragraphStyle().getStrutStyle().getHeightOverride();
DParagraphCache.cpp111 auto& strutStyle = key.fParagraphStyle.getStrutStyle(); in operator ()()
150 if (!(a.fParagraphStyle.getStrutStyle() == b.fParagraphStyle.getStrutStyle())) { in operator ==()
DTextLine.cpp1011 const auto& strutStyle = paragraphStyle.getStrutStyle(); in getRectsForRange()
/external/skia/modules/skparagraph/include/
DParagraphStyle.h89 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() function