Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h49 bool getHalfLeading() const { return fHalfLeading; } in getHalfLeading() function
DTextStyle.h228 bool getHalfLeading() const { return fHalfLeading; } in getHalfLeading() function
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp212 block.fStyle.getHalfLeading(), in finish()
647 fUseHalfLeading = block.fStyle.getHalfLeading(); in shape()
DParagraphImpl.cpp914 if (paragraphStyle().getStrutStyle().getHalfLeading()) { in computeEmptyMetrics()