Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DTextStyle.h184 SkColor getDecorationColor() const { return fDecoration.fColor; } in getDecorationColor() function
/external/skia/modules/skparagraph/src/
DTextLine.cpp372 if (style.getDecorationColor() == SK_ColorTRANSPARENT) { in paintDecorations()
375 paint.setColor(style.getDecorationColor()); in paintDecorations()
/external/skia/tests/
DSkParagraphTest.cpp1851 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()