Home
last modified time | relevance | path

Searched refs:text_style4 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp1114 TextStyle text_style4; in UNIX_ONLY_TEST() local
1115 text_style4.setFontFamilies({SkString("Roboto")}); in UNIX_ONLY_TEST()
1116 text_style4.setFontSize(14); in UNIX_ONLY_TEST()
1117 text_style4.setDecorationColor(SK_ColorBLACK); in UNIX_ONLY_TEST()
1118 text_style4.setDecoration((TextDecoration)( in UNIX_ONLY_TEST()
1120 text_style4.setColor(SK_ColorBLUE); in UNIX_ONLY_TEST()
1121 builder.pushStyle(text_style4); in UNIX_ONLY_TEST()
1159 REPORTER_ASSERT(reporter, style.equals(text_style4)); in UNIX_ONLY_TEST()
1174 REPORTER_ASSERT(reporter, style.equals(text_style4)); in UNIX_ONLY_TEST()

Completed in 15 milliseconds