Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/include/
DDartTypes.h32 kIncludeLineSpacingBottom, enumerator
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph.h54 kIncludeLineSpacingBottom, enumerator
Dparagraph_txt.cc1727 RectHeightStyle::kIncludeLineSpacingBottom) { in GetRectsForRange()
/third_party/skia/modules/skparagraph/include/
DDartTypes.h36 kIncludeLineSpacingBottom, enumerator
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp73 .value("IncludeLineSpacingBottom", para::RectHeightStyle::kIncludeLineSpacingBottom) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp648 } else if (rectHeightStyle == RectHeightStyle::kIncludeLineSpacingBottom) { in getRectsForRange()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1012 case RectHeightStyle::kIncludeLineSpacingBottom: { in getRectsForRange()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp1819 RectHeightStyle heightStyle = RectHeightStyle::kIncludeLineSpacingBottom; in DEF_TEST()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc3073 Paragraph::RectHeightStyle::kIncludeLineSpacingBottom; in TEST_F()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp3025 RectHeightStyle heightStyle = RectHeightStyle::kIncludeLineSpacingBottom; in UNIX_ONLY_TEST()