Home
last modified time | relevance | path

Searched refs:getDecorationColor (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DDecorations.cpp237 SkColor color = (textStyle.getDecorationColor() == SK_ColorTRANSPARENT) in calculateThickness()
239 : textStyle.getDecorationColor(); in calculateThickness()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h247 SkColor getDecorationColor() const { return fDecoration.fColor; } in getDecorationColor() function
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2219 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()