Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DSystemFonts.h35 return getInstance().findFontCollectionInternal(familyName); in findFontCollection()
63 std::shared_ptr<FontCollection> findFontCollectionInternal(const std::string& familyName);
/frameworks/minikin/libs/minikin/
DSystemFonts.cpp28 std::shared_ptr<FontCollection> SystemFonts::findFontCollectionInternal( in findFontCollectionInternal() function in minikin::SystemFonts
/frameworks/minikin/tests/unittest/
DSystemFontsTest.cpp35 return findFontCollectionInternal(familyName); in findFontCollection()