Home
last modified time | relevance | path

Searched refs:kDotted (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_decoration.h31 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
Dparagraph_txt.cc1365 case TextDecorationStyle::kDotted: { in PaintDecorations()
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp70 case TextDecorationStyle::kDotted: in paint()
200 case TextDecorationStyle::kDotted: { in calculatePaint()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp27 .value("Dotted", para::TextDecorationStyle::kDotted) 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.cpp316 case TextDecorationStyle::kDotted: in paintDecorations()
352 case TextDecorationStyle::kDotted: { in computeDecorationPaint()
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/
Dparagraph_benchmarks.cc330 text_style.decoration_style = TextDecorationStyle(kDotted); in BM_ParagraphPaintDecoration()
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp79 TextDecorationStyle::kDotted}, in drawTest()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp77 TextDecorationStyle::kDotted}, in drawTest()
2636 text_style.setDecorationStyle(TextDecorationStyle::kDotted); in onDrawContent()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp937 text_style.setDecorationStyle(TextDecorationStyle::kDotted); in DEF_TEST()
986 TextDecorationStyle::kDotted); in DEF_TEST()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1908 text_style.decoration_style = txt::TextDecorationStyle::kDotted; in TEST_F()
1948 txt::TextDecorationStyle::kDotted); in TEST_F()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2131 text_style.setDecorationStyle(TextDecorationStyle::kDotted); in UNIX_ONLY_TEST()
2181 TextDecorationStyle::kDotted); in UNIX_ONLY_TEST()