Home
last modified time | relevance | path

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

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