Lines Matching refs:fontCollectionLoader
880 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
881 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
882 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
884 fFactory.get(), fontCollectionLoader.get());
887 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection));