Searched refs:decoration_color (Results 1 – 6 of 6) sorted by relevance
34 if (decoration_color != other.decoration_color) in equals()
40 SkColor decoration_color = SK_ColorTRANSPARENT; variable
1321 if (record.style().decoration_color == SK_ColorTRANSPARENT) { in PaintDecorations()1324 paint.setColor(record.style().decoration_color); in PaintDecorations()
92 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 …]
87 skia.setDecorationColor(txt.decoration_color); in TxtToSkia()
310 style.decoration_color = encoded[tsTextDecorationColorIndex]; in pushStyle()