Home
last modified time | relevance | path

Searched refs:kVsTestFont (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/tests/unittest/
DFontCollectionTest.cpp42 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf"; variable
75 auto fc = buildFontCollection(kVsTestFont); in TEST()
182 std::shared_ptr<FontFamily> family = buildFontFamily(kVsTestFont); in TEST()
204 std::vector<std::shared_ptr<FontCollection>> original({buildFontCollection(kVsTestFont)}); in TEST()
221 std::vector<std::shared_ptr<FontFamily>> families = {buildFontFamily(kVsTestFont)}; in TEST()
DFontFamilyTest.cpp549 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf"; variable
554 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) { in SetUp()
555 FAIL() << "Unable to read " << kVsTestFont << ". " in SetUp()
611 std::shared_ptr<FontFamily> family = buildFontFamily(kVsTestFont); in TEST_F()
919 buildFontFamily(kVsTestFont), in TEST_F()