Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/gm/
Dsimple_gm.cpp52 style.setDecorationColor(SK_ColorBLACK); in buildParagraph()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp243 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 …]
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp143 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 …]
/external/skia/modules/skparagraph/include/
DTextStyle.h190 void setDecorationColor(SkColor color) { fDecoration.fColor = color; } in setDecorationColor() function
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp163 ts.setDecorationColor(toSkColor4f(s.decorationColorPtr).toSkColor()); in toTextStyle()