Searched refs:getDecorationColor (Results 1 – 3 of 3) sorted by relevance
237 SkColor color = (textStyle.getDecorationColor() == SK_ColorTRANSPARENT) in calculateThickness()239 : textStyle.getDecorationColor(); in calculateThickness()
247 SkColor getDecorationColor() const { return fDecoration.fColor; } in getDecorationColor() function
2219 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLACK); in UNIX_ONLY_TEST()2226 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLUE); in UNIX_ONLY_TEST()2233 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLACK); in UNIX_ONLY_TEST()2241 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorBLACK); in UNIX_ONLY_TEST()2248 REPORTER_ASSERT(reporter, style.getDecorationColor() == SK_ColorRED); in UNIX_ONLY_TEST()