Home
last modified time | relevance | path

Searched refs:decoration_color (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_style.cc34 if (decoration_color != other.decoration_color) in equals()
Dtext_style.h40 SkColor decoration_color = SK_ColorTRANSPARENT; variable
Dparagraph_txt.cc1321 if (record.style().decoration_color == SK_ColorTRANSPARENT) { in PaintDecorations()
1324 paint.setColor(record.style().decoration_color); in PaintDecorations()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc92 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
217 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
292 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
368 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
443 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
517 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
591 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
666 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
740 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
895 text_style.decoration_color = SK_ColorBLACK; in TEST_F()
[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/engine/flutter/lib/ui/text/
Dparagraph_builder.cc310 style.decoration_color = encoded[tsTextDecorationColorIndex]; in pushStyle()