Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontCollectionItemizeTest.cpp1543 std::shared_ptr<FontFamily> hasCmapFormat14Family = buildFontFamily(kHasCmapFormat14Font); in TEST() local
1546 std::vector<std::shared_ptr<FontFamily>> families = {dummyFamily, hasCmapFormat14Family, in TEST()
1549 hasCmapFormat14Family}; in TEST()
1557 EXPECT_EQ(hasCmapFormat14Family->getFont(0), runs[0].fakedFont.font.get()); in TEST()