Home
last modified time | relevance | path

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

/frameworks/minikin/tests/
DFontCollectionTest.cpp41 const char kVsTestFont[] = kTestFontDir "/VarioationSelectorTest-Regular.ttf"; variable
61 family->addFont(new MinikinFontForTest(kVsTestFont)); in TEST()
DFontFamilyTest.cpp319 const char kVsTestFont[] = kTestFontDir "VarioationSelectorTest-Regular.ttf"; variable
325 if (access(kVsTestFont, R_OK) != 0) { in SetUp()
326 FAIL() << "Unable to read " << kVsTestFont << ". " in SetUp()
353 MinikinAutoUnref<MinikinFontForTest> minikinFont(new MinikinFontForTest(kVsTestFont)); in TEST_F()