Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/unittest/
H A DFontCollectionTest.cpp42 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf"; variable
75 auto fc = buildFontCollection(kVsTestFont); in TEST()
192 std::vector<std::shared_ptr<FontCollection>> original({buildFontCollection(kVsTestFont)}); in TEST()
206 std::vector<std::shared_ptr<FontFamily>> families = {buildFontFamily(kVsTestFont)}; in TEST()
H A DFontFamilyTest.cpp522 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf"; variable
527 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) { in SetUp()
528 FAIL() << "Unable to read " << kVsTestFont << ". " in SetUp()
584 std::shared_ptr<FontFamily> family = buildFontFamily(kVsTestFont); in TEST_F()
800 std::shared_ptr<FontFamily> original = buildFontFamily(kVsTestFont); in TEST_F()