Home
last modified time | relevance | path

Searched refs:setDecorationColor (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/tests/
DSkParagraphTest.cpp278 text_style2.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
294 text_style4.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
532 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
616 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
703 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
788 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
922 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
926 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
932 text_style.setDecorationColor(SK_ColorBLUE); in DEF_TEST()
938 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()
[all …]
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp142 style.setDecorationColor(std::get<5>(para)); in drawTest()
594 style0.setDecorationColor(SK_ColorBLACK); in drawFlutter()
603 style1.setDecorationColor(SK_ColorBLACK); in drawFlutter()
1382 text_style.setDecorationColor(SK_ColorBLUE); in onDrawContent()
2626 text_style.setDecorationColor(SK_ColorBLUE); in onDrawContent()
2632 text_style.setDecorationColor(SK_ColorBLUE); in onDrawContent()
2637 text_style.setDecorationColor(SK_ColorRED); in onDrawContent()
2642 text_style.setDecorationColor(SK_ColorGREEN); in onDrawContent()
2647 text_style.setDecorationColor(SK_ColorMAGENTA); in onDrawContent()
2652 text_style.setDecorationColor(SK_ColorCYAN); in onDrawContent()
[all …]
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp256 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
355 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
411 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
467 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
523 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
577 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
631 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
685 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
738 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
873 text_style.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
[all …]
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc87 skia.setDecorationColor(txt.decoration_color); in TxtToSkia()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h101 void setDecorationColor(SkColor color) { fDecoration.fColor = color; } in setDecorationColor() function
/third_party/skia/modules/skparagraph/gm/
Dsimple_gm.cpp52 style.setDecorationColor(SK_ColorBLACK); in buildParagraph()
/third_party/flutter/txt/src/skia/
Dparagraph_builder_skia.cc91 skia.setDecorationColor(txt.decoration_color); in TxtToSkia()
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp144 style.setDecorationColor(std::get<5>(para)); in drawTest()
589 style0.setDecorationColor(SK_ColorBLACK); in drawFlutter()
598 style1.setDecorationColor(SK_ColorBLACK); in drawFlutter()
1285 text_style.setDecorationColor(SK_ColorBLACK); in onDrawContent()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h190 void setDecorationColor(SkColor color) { fDecoration.fColor = color; } in setDecorationColor() function
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp163 ts.setDecorationColor(toSkColor4f(s.decorationColorPtr).toSkColor()); in toTextStyle()