Searched refs:kDotted (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | text_decoration.h | 31 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
|
D | paragraph_txt.cc | 1365 case TextDecorationStyle::kDotted: { in PaintDecorations()
|
/third_party/skia/modules/skparagraph/src/ |
D | Decorations.cpp | 70 case TextDecorationStyle::kDotted: in paint() 200 case TextDecorationStyle::kDotted: { in calculatePaint()
|
/third_party/skia/modules/canvaskit/ |
D | paragraph_bindings_gen.cpp | 27 .value("Dotted", para::TextDecorationStyle::kDotted) in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TextStyle.h | 35 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 51 enum TextDecorationStyle { kSolid, kDouble, kDotted, kDashed, kWavy }; enumerator
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 316 case TextDecorationStyle::kDotted: in paintDecorations() 352 case TextDecorationStyle::kDotted: { in computeDecorationPaint()
|
/third_party/flutter/engine/flutter/third_party/txt/benchmarks/ |
D | paragraph_benchmarks.cc | 330 text_style.decoration_style = TextDecorationStyle(kDotted); in BM_ParagraphPaintDecoration()
|
/third_party/flutter/skia/samplecode/ |
D | SampleParagraph.cpp | 79 TextDecorationStyle::kDotted}, in drawTest()
|
/third_party/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 77 TextDecorationStyle::kDotted}, in drawTest() 2636 text_style.setDecorationStyle(TextDecorationStyle::kDotted); in onDrawContent()
|
/third_party/flutter/skia/tests/ |
D | SkParagraphTest.cpp | 937 text_style.setDecorationStyle(TextDecorationStyle::kDotted); in DEF_TEST() 986 TextDecorationStyle::kDotted); in DEF_TEST()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 1908 text_style.decoration_style = txt::TextDecorationStyle::kDotted; in TEST_F() 1948 txt::TextDecorationStyle::kDotted); in TEST_F()
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkParagraphTest.cpp | 2131 text_style.setDecorationStyle(TextDecorationStyle::kDotted); in UNIX_ONLY_TEST() 2181 TextDecorationStyle::kDotted); in UNIX_ONLY_TEST()
|