Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DDartTypes.h137 kDisableAll = 0x1 | 0x2, enumerator
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp100 .value("DisableAll", para::TextHeightBehavior::kDisableAll); in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1517 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kDisableAll); in UNIX_ONLY_TEST()
5944 draw(TextHeightBehavior::kDisableAll, "Hello\nLine 2\nLine 3", 157); in UNIX_ONLY_TEST()
6051 paragraph_style.setTextHeightBehavior(TextHeightBehavior::kDisableAll); in UNIX_ONLY_TEST()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2743 draw(SK_ColorGRAY, TextHeightBehavior::kDisableAll); in onDrawContent()