Searched refs:kIncludeLineSpacingTop (Results 1 – 5 of 5) sorted by relevance
/external/skia/modules/skparagraph/include/ |
D | DartTypes.h | 34 kIncludeLineSpacingTop, enumerator
|
/external/skia/modules/canvaskit/ |
D | paragraph_bindings_gen.cpp | 72 .value("IncludeLineSpacingTop", para::RectHeightStyle::kIncludeLineSpacingTop) in EMSCRIPTEN_BINDINGS()
|
/external/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 999 case RectHeightStyle::kIncludeLineSpacingTop: { in getRectsForRange()
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 2775 …auto boxes = paragraph->getRectsForRange(0, 7, RectHeightStyle::kIncludeLineSpacingTop, RectWidthS… in onDrawContent() 3650 … RectHeightStyle::kIncludeLineSpacingTop, RectWidthStyle::kMax); in onDrawContent()
|
/external/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 2909 RectHeightStyle heightStyle = RectHeightStyle::kIncludeLineSpacingTop; in UNIX_ONLY_TEST() 6646 …auto boxes = paragraph->getRectsForRange(0, 60, RectHeightStyle::kIncludeLineSpacingTop, RectWidth… in UNIX_ONLY_TEST() 6692 …auto boxes = paragraph->getRectsForRange(0, 60, RectHeightStyle::kIncludeLineSpacingTop, RectWidth… in UNIX_ONLY_TEST()
|