Searched refs:kStrut (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/modules/skparagraph/include/ |
D | DartTypes.h | 34 kStrut enumerator
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph.h | 57 kStrut enumerator
|
D | paragraph_txt.cc | 1741 } else if (rect_height_style == RectHeightStyle::kStrut) { in GetRectsForRange()
|
/third_party/skia/modules/skparagraph/include/ |
D | DartTypes.h | 38 kStrut enumerator
|
/third_party/skia/modules/canvaskit/ |
D | paragraph_bindings_gen.cpp | 74 .value("Strut", para::RectHeightStyle::kStrut); in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 652 } else if (rectHeightStyle == RectHeightStyle::kStrut) { in getRectsForRange()
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 1020 case RectHeightStyle::kStrut: { in getRectsForRange()
|
/third_party/flutter/skia/tests/ |
D | SkParagraphTest.cpp | 2264 … auto result = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in DEF_TEST() 2306 … auto result2 = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in DEF_TEST() 3542 RectHeightStyle rect_height_strut_style = RectHeightStyle::kStrut; in DEF_TEST()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 3614 paragraph->GetRectsForRange(0, 10, Paragraph::RectHeightStyle::kStrut, in TEST_F() 3663 paragraph->GetRectsForRange(0, 10, Paragraph::RectHeightStyle::kStrut, in TEST_F() 5188 Paragraph::RectHeightStyle::kStrut; in TEST_F()
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 3477 … auto result = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in UNIX_ONLY_TEST() 3520 … auto result2 = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in UNIX_ONLY_TEST() 4772 RectHeightStyle rect_height_strut_style = RectHeightStyle::kStrut; in UNIX_ONLY_TEST()
|