Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DSkParagraphTest.cpp286 TextStyle text_style3; in DEF_TEST() local
287 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()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1202 txt::TextStyle text_style3; in TEST_F() local
1203 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()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1064 TextStyle text_style3; in UNIX_ONLY_TEST() local
1065 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()