Home
last modified time | relevance | path

Searched refs:fTextHeightBehavior (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/include/
DParagraphStyle.h113 TextHeightBehavior getTextHeightBehavior() const { return fTextHeightBehavior; } in getTextHeightBehavior()
114 void setTextHeightBehavior(TextHeightBehavior v) { fTextHeightBehavior = v; } in setTextHeightBehavior()
139 TextHeightBehavior fTextHeightBehavior; member
/external/skia/modules/skparagraph/src/
DParagraphStyle.cpp27 fTextHeightBehavior = TextHeightBehavior::kAll; in ParagraphStyle()