Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontCollectionTest.cpp180 TEST(FontCollectionTest, createCollectionWithFamilies) { in TEST() argument
183 std::shared_ptr<FontCollection> created = fallback->createCollectionWithFamilies({family}); in TEST()
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp135 fallback->fFontCollection->createCollectionWithFamilies(std::move(families)); in createFromFamilies()
/frameworks/minikin/include/minikin/
DFontCollection.h186 std::shared_ptr<FontCollection> createCollectionWithFamilies(
/frameworks/minikin/libs/minikin/
DFontCollection.cpp925 std::shared_ptr<FontCollection> FontCollection::createCollectionWithFamilies( in createCollectionWithFamilies() function in minikin::FontCollection