Home
last modified time | relevance | path

Searched refs:setTextHeightBehavior (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skparagraph/include/
DParagraphStyle.h113 void setTextHeightBehavior(TextHeightBehavior v) { fTextHeightBehavior = v; } in setTextHeightBehavior() function
/external/skia/fuzz/
DFuzzSkParagraph.cpp251 ps.setTextHeightBehavior(thb); in BuildParagraphStyle()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp246 ps.setTextHeightBehavior(s.textHeightBehavior); in toParagraphStyle()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1357 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kAll); in UNIX_ONLY_TEST()
1517 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kDisableAll); in UNIX_ONLY_TEST()
5930 paragraph_style.setTextHeightBehavior(hb); in UNIX_ONLY_TEST()
6057 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kDisableAll); in UNIX_ONLY_TEST()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2721 paragraph_style.setTextHeightBehavior(thb); in onDrawContent()