Searched refs:text_style3 (Results 1 – 3 of 3) sorted by relevance
286 TextStyle text_style3; in DEF_TEST() local287 text_style3.setFontFamilies({SkString("Homemade Apple")}); in DEF_TEST()288 builder.pushStyle(text_style3); in DEF_TEST()329 REPORTER_ASSERT(reporter, style.equals(text_style3)); in DEF_TEST()
1202 txt::TextStyle text_style3; in TEST_F() local1203 text_style3.font_families = std::vector<std::string>(1, "Homemade Apple"); in TEST_F()1204 builder.PushStyle(text_style3); in TEST_F()1239 ASSERT_TRUE(paragraph->runs_.styles_[3].equals(text_style3)); in TEST_F()1243 ASSERT_EQ(paragraph->records_[2].style().color, text_style3.color); in TEST_F()
1064 TextStyle text_style3; in UNIX_ONLY_TEST() local1065 text_style3.setFontFamilies({SkString("Homemade Apple")}); in UNIX_ONLY_TEST()1066 text_style3.setColor(SK_ColorBLACK); in UNIX_ONLY_TEST()1067 builder.pushStyle(text_style3); in UNIX_ONLY_TEST()1111 REPORTER_ASSERT(reporter, style.equals(text_style3)); in UNIX_ONLY_TEST()