Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.h48 IDWriteFontCollectionLoader* fontCollectionLoader = nullptr)
51 , fDWriteFontCollectionLoader(SkSafeRefComPtr(fontCollectionLoader)) in SkTypeface()
91 IDWriteFontCollectionLoader* fontCollectionLoader = nullptr)
95 fontFileLoader, fontCollectionLoader));
DSkFontMgr_win_dw.cpp914 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader; in onMakeFromStreamIndex() local
915 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onMakeFromStreamIndex()
916 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onMakeFromStreamIndex()
918 fFactory.get(), fontCollectionLoader.get()); in onMakeFromStreamIndex()
921 …HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection)); in onMakeFromStreamIndex()
962 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader; in onMakeFromStreamArgs() local
963 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onMakeFromStreamArgs()
964 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onMakeFromStreamArgs()
966 fFactory.get(), fontCollectionLoader.get()); in onMakeFromStreamArgs()
969 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, in onMakeFromStreamArgs()
/third_party/skia/src/ports/
DSkTypeface_win_dw.h45 IDWriteFontCollectionLoader* fontCollectionLoader) in Loaders()
48 , fDWriteFontCollectionLoader(SkRefComPtr(fontCollectionLoader)) in Loaders()
DSkFontMgr_win_dw.cpp1074 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader; in onMakeFromStreamArgs() local
1075 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onMakeFromStreamArgs()
1076 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onMakeFromStreamArgs()
1078 fFactory.get(), fontCollectionLoader.get()); in onMakeFromStreamArgs()
1081 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, in onMakeFromStreamArgs()