Searched refs:StreamFontCollectionLoader (Results 1 – 1 of 1) sorted by relevance
198 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class213 StreamFontCollectionLoader** streamFontCollectionLoader) { in Create()214 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader); in Create()221 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) in StreamFontCollectionLoader() function in StreamFontCollectionLoader225 virtual ~StreamFontCollectionLoader() { } in ~StreamFontCollectionLoader()231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface()242 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::AddRef() { in SK_STDMETHODIMP_()246 SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::Release() { in SK_STDMETHODIMP_()254 SK_STDMETHODIMP StreamFontCollectionLoader::CreateEnumeratorFromKey( in CreateEnumeratorFromKey()1074 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader; in onMakeFromStreamArgs()[all …]