Home
last modified time | relevance | path

Searched refs:kIncludeLineSpacingTop (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skparagraph/include/
DDartTypes.h34 kIncludeLineSpacingTop, enumerator
/external/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp72 .value("IncludeLineSpacingTop", para::RectHeightStyle::kIncludeLineSpacingTop) in EMSCRIPTEN_BINDINGS()
/external/skia/modules/skparagraph/src/
DTextLine.cpp999 case RectHeightStyle::kIncludeLineSpacingTop: { in getRectsForRange()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2775 …auto boxes = paragraph->getRectsForRange(0, 7, RectHeightStyle::kIncludeLineSpacingTop, RectWidthS… in onDrawContent()
3650 … RectHeightStyle::kIncludeLineSpacingTop, RectWidthStyle::kMax); in onDrawContent()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2909 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()