Searched refs:setDecorationColor (Results 1 – 5 of 5) sorted by relevance
52 style.setDecorationColor(SK_ColorBLACK); in buildParagraph()
243 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()342 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()398 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()454 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()510 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()564 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()618 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()672 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()725 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()860 text_style.setDecorationColor(SK_ColorBLACK); in DEF_TEST()[all …]
143 style.setDecorationColor(std::get<5>(para)); in drawTest()595 style0.setDecorationColor(SK_ColorBLACK); in drawFlutter()604 style1.setDecorationColor(SK_ColorBLACK); in drawFlutter()1379 text_style.setDecorationColor(SK_ColorBLUE); in onDrawContent()2619 text_style.setDecorationColor(SK_ColorBLUE); in onDrawContent()2625 text_style.setDecorationColor(SK_ColorBLUE); in onDrawContent()2630 text_style.setDecorationColor(SK_ColorRED); in onDrawContent()2635 text_style.setDecorationColor(SK_ColorGREEN); in onDrawContent()2640 text_style.setDecorationColor(SK_ColorMAGENTA); in onDrawContent()2645 text_style.setDecorationColor(SK_ColorCYAN); in onDrawContent()[all …]
190 void setDecorationColor(SkColor color) { fDecoration.fColor = color; } in setDecorationColor() function
163 ts.setDecorationColor(toSkColor4f(s.decorationColorPtr).toSkColor()); in toTextStyle()