Home
last modified time | relevance | path

Searched refs:kDashed (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/txt/src/txt/
Dtext_decoration.h31 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
Dparagraph_txt.cc1515 case TextDecorationStyle::kDashed: { in PaintDecorations()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_decoration.h31 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
Dparagraph_txt.cc1379 case TextDecorationStyle::kDashed: { in PaintDecorations()
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp69 case TextDecorationStyle::kDashed: in paint()
212 case TextDecorationStyle::kDashed: { in calculatePaint()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp28 .value("Dashed", para::TextDecorationStyle::kDashed) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h35 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
/third_party/skia/modules/skparagraph/include/
DTextStyle.h51 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp315 case TextDecorationStyle::kDashed: in paintDecorations()
364 case TextDecorationStyle::kDashed: { in computeDecorationPaint()
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp77 TextDecorationStyle::kDashed}, in drawTest()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp75 TextDecorationStyle::kDashed}, in drawTest()
2646 text_style.setDecorationStyle(TextDecorationStyle::kDashed); in onDrawContent()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1913 text_style.decoration_style = txt::TextDecorationStyle::kDashed; in TEST_F()
1950 txt::TextDecorationStyle::kDashed); in TEST_F()
1952 txt::TextDecorationStyle::kDashed); in TEST_F()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp942 text_style.setDecorationStyle(TextDecorationStyle::kDashed); in DEF_TEST()
994 TextDecorationStyle::kDashed); in DEF_TEST()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2136 text_style.setDecorationStyle(TextDecorationStyle::kDashed); in UNIX_ONLY_TEST()
2189 TextDecorationStyle::kDashed); in UNIX_ONLY_TEST()