Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DTextValue.cpp83 ? Shaper::LinebreakPolicy::kExplicit in Parse()
84 : Shaper::LinebreakPolicy::kParagraph; in Parse()
92 ? Shaper::LinebreakPolicy::kExplicit // 'm': 0 -> point text in Parse()
93 : Shaper::LinebreakPolicy::kParagraph; // 'm': 1 -> paragraph text in Parse()
DSkottieShaper.h79 enum class LinebreakPolicy : uint8_t { enum
111 LinebreakPolicy fLinebreak;
DSkottieShaper.cpp241 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine()
/external/skia/modules/skottie/include/
DSkottieProperty.h52 Shaper::LinebreakPolicy fLineBreak = Shaper::LinebreakPolicy::kExplicit;
/external/skia/modules/skottie/src/
DSkottieTest.cpp324 Shaper::LinebreakPolicy::kExplicit, in DEF_TEST()
478 Shaper::LinebreakPolicy::kExplicit, in DEF_TEST()
548 Shaper::LinebreakPolicy::kParagraph, in DEF_TEST()
588 Shaper::LinebreakPolicy::kParagraph, in DEF_TEST()
683 Shaper::LinebreakPolicy::kParagraph, in DEF_TEST()