Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DDartTypes.h37 kIncludeLineSpacingBottom, enumerator
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dparagraph_bindings_gen.cpp74 .value("IncludeLineSpacingBottom", para::RectHeightStyle::kIncludeLineSpacingBottom) in EMSCRIPTEN_BINDINGS()
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextLine.cpp1233 case RectHeightStyle::kIncludeLineSpacingBottom: { in getRectsForRange()
/aosp_15_r20/external/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp3326 RectHeightStyle heightStyle = RectHeightStyle::kIncludeLineSpacingBottom; in UNIX_ONLY_TEST()