Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DDartTypes.h37 kIncludeLineSpacingBottom, enumerator
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp73 .value("IncludeLineSpacingBottom", para::RectHeightStyle::kIncludeLineSpacingBottom) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1359 case RectHeightStyle::kIncludeLineSpacingBottom: { in getRectsForRange()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp3076 RectHeightStyle heightStyle = RectHeightStyle::kIncludeLineSpacingBottom; in UNIX_ONLY_TEST()