Searched refs:getDecorationColor (Results 1 – 3 of 3) sorted by relevance
184 SkColor getDecorationColor() const { return fDecoration.fColor; } in getDecorationColor() function
372 if (style.getDecorationColor() == SK_ColorTRANSPARENT) { in paintDecorations()375 paint.setColor(style.getDecorationColor()); in paintDecorations()
1851 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLACK); in DEF_TEST()1858 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLUE); in DEF_TEST()1865 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLACK); in DEF_TEST()1873 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLACK); in DEF_TEST()1880 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorRED); in DEF_TEST()