Searched refs:setDecorationColor (Results 1 – 10 of 10) sorted by relevance
278 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 …]
142 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 …]
256 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 …]
87 skia.setDecorationColor(txt.decoration_color); in TxtToSkia()
101 void setDecorationColor(SkColor color) { fDecoration.fColor = color; } in setDecorationColor() function
52 style.setDecorationColor(SK_ColorBLACK); in buildParagraph()
91 skia.setDecorationColor(txt.decoration_color); in TxtToSkia()
144 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()
190 void setDecorationColor(SkColor color) { fDecoration.fColor = color; } in setDecorationColor() function
163 ts.setDecorationColor(toSkColor4f(s.decorationColorPtr).toSkColor()); in toTextStyle()