Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp198 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader { class
213 StreamFontCollectionLoader** streamFontCollectionLoader) { in Create()
214 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader); in Create()
221 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader) in StreamFontCollectionLoader() function in StreamFontCollectionLoader
225 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 …]