HomeSort by relevance Sort by last modified time
    Searched refs:kVsTestFont (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/tests/unittest/
FontCollectionTest.cpp 41 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf";
60 auto fc = buildFontCollection(kVsTestFont);
FontFamilyTest.cpp 475 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf";
480 if (access(getTestFontPath(kVsTestFont).c_str(), R_OK) != 0) {
481 FAIL() << "Unable to read " << kVsTestFont << ". "
507 std::shared_ptr<FontFamily> family = buildFontFamily(kVsTestFont);

Completed in 65 milliseconds