Searched refs:getStrutStyle (Results 1 – 5 of 5) sorted by relevance
149 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()
153 bool strutEnabled() const { return paragraphStyle().getStrutStyle().getStrutEnabled(); }155 return paragraphStyle().getStrutStyle().getForceStrutHeight();158 return paragraphStyle().getStrutStyle().getHeightOverride();
111 auto& strutStyle = key.fParagraphStyle.getStrutStyle(); in operator ()()150 if (!(a.fParagraphStyle.getStrutStyle() == b.fParagraphStyle.getStrutStyle())) { in operator ==()
1011 const auto& strutStyle = paragraphStyle.getStrutStyle(); in getRectsForRange()
89 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() function