Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DParagraphStyle.h42 bool getForceStrutHeight() const { return fForceHeight; } in getForceStrutHeight() function
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp150 fParagraphStyle.getStrutStyle().getForceStrutHeight()) { in layout()
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()
DParagraphImpl.h155 return paragraphStyle().getStrutStyle().getForceStrutHeight();
DParagraphCache.cpp118 hash = mix(hash, SkGoodHash()(strutStyle.getForceStrutHeight())); in operator ()()