Searched refs:kVsTestFont (Results 1 – 2 of 2) sorted by relevance
42 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf"; variable75 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()
522 const char kVsTestFont[] = "VariationSelectorTest-Regular.ttf"; variable527 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()