Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DParagraphStyle.h34 bool getForceStrutHeight() const { return fForceHeight; } in getForceStrutHeight() function
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp157 fParagraphStyle.getStrutStyle().getForceStrutHeight()) { in layout()
486 fStrutMetrics.setForceStrut(this->paragraphStyle().getStrutStyle().getForceStrutHeight()); in resolveStrut()
1135 … fEmptyMetrics = InternalLineMetrics(font, paragraphStyle().getStrutStyle().getForceStrutHeight()); in computeEmptyMetrics()
1136 if (!paragraphStyle().getStrutStyle().getForceStrutHeight() && in computeEmptyMetrics()
DParagraphImpl.h156 return paragraphStyle().getStrutStyle().getForceStrutHeight(); in strutForceHeight()
DParagraphCache.cpp101 hash = mix(hash, SkGoodHash()(strutStyle.getForceStrutHeight())); in operator ()()