Lines Matching defs:StreamFontCollectionLoader
198 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader {
213 StreamFontCollectionLoader** streamFontCollectionLoader) {
214 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
221 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader)
225 virtual ~StreamFontCollectionLoader() { }
231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
242 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::AddRef() {
246 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::Release() {
254 SK_STDMETHODIMP StreamFontCollectionLoader::CreateEnumeratorFromKey(
1074 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
1075 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
1077 SkAutoIDWriteUnregister<StreamFontCollectionLoader> autoUnregisterFontCollectionLoader(