Searched refs:createCollectionWithFamilies (Results 1 – 4 of 4) sorted by relevance
180 TEST(FontCollectionTest, createCollectionWithFamilies) { in TEST() argument183 std::shared_ptr<FontCollection> created = fallback->createCollectionWithFamilies({family}); in TEST()
135 fallback->fFontCollection->createCollectionWithFamilies(std::move(families)); in createFromFamilies()
186 std::shared_ptr<FontCollection> createCollectionWithFamilies(
925 std::shared_ptr<FontCollection> FontCollection::createCollectionWithFamilies( in createCollectionWithFamilies() function in minikin::FontCollection