Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DSystemFontsTest.cpp34 std::shared_ptr<FontCollection> findFontCollection(const std::string& familyName) { in findFontCollection() function in minikin::__anonff2a5d850111::TestableSystemFonts
58 EXPECT_EQ(fc, systemFonts.findFontCollection("sans")); in TEST()
65 EXPECT_EQ(fc, systemFonts.findFontCollection("unknown-name")); in TEST()
74 EXPECT_EQ(fc1, systemFonts.findFontCollection("unknown-name")); in TEST()
75 EXPECT_EQ(fc2, systemFonts.findFontCollection("sans")); in TEST()
86 EXPECT_EQ(fc2, systemFonts.findFontCollection("unknown-name")); in TEST()
87 EXPECT_EQ(fc1, systemFonts.findFontCollection("sans")); in TEST()
/frameworks/minikin/include/minikin/
DSystemFonts.h33 static std::shared_ptr<FontCollection> findFontCollection(const std::string& familyName) { in findFontCollection() function
/frameworks/base/native/android/
Dsystem_fonts.cpp324 minikin::SystemFonts::findFontCollection(familyName); in AFontMatcher_match()