Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DSystemFontsTest.cpp33 std::shared_ptr<FontCollection> findFontCollection(const std::string& familyName) const { in findFontCollection() function in minikin::__anon708119270111::TestableSystemFonts
49 EXPECT_EQ(fc, systemFonts.findFontCollection("sans")); in TEST()
56 EXPECT_EQ(fc, systemFonts.findFontCollection("unknown-name")); in TEST()
65 EXPECT_EQ(fc1, systemFonts.findFontCollection("unknown-name")); in TEST()
66 EXPECT_EQ(fc2, systemFonts.findFontCollection("sans")); in TEST()
/frameworks/minikin/include/minikin/
DSystemFonts.h32 static std::shared_ptr<FontCollection> findFontCollection(const std::string& familyName) { in findFontCollection() function
/frameworks/base/native/android/
Dsystem_fonts.cpp248 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()