Home | History | Annotate | Download | only in ports

Lines Matching full:streamfontcollectionloader

193 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader {
208 StreamFontCollectionLoader** streamFontCollectionLoader) {
209 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
210 if (nullptr == streamFontCollectionLoader) {
216 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader)
220 virtual ~StreamFontCollectionLoader() { }
226 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
237 ULONG StreamFontCollectionLoader::AddRef() {
241 ULONG StreamFontCollectionLoader::Release() {
249 HRESULT StreamFontCollectionLoader::CreateEnumeratorFromKey(
880 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
881 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
883 SkAutoIDWriteUnregister<StreamFontCollectionLoader> autoUnregisterFontCollectionLoader(