Searched refs:CDwFontFileLoader (Results 1 – 1 of 1) sorted by relevance
62 class CDwFontFileLoader final : public IDWriteFontFileLoader { class78 instance_ = new CDwFontFileLoader(); in GetLoader()85 CDwFontFileLoader();160 (void const*)pData, (UINT32)size, CDwFontFileLoader::GetLoader(), in DwCreateFontFaceFromStream()338 IDWriteFontFileLoader* CDwFontFileLoader::instance_ = nullptr;339 CDwFontFileLoader::CDwFontFileLoader() : refCount_(0) {} in CDwFontFileLoader() function in CDwFontFileLoader340 HRESULT STDMETHODCALLTYPE CDwFontFileLoader::QueryInterface(REFIID iid, in QueryInterface()351 ULONG STDMETHODCALLTYPE CDwFontFileLoader::AddRef() { in AddRef()355 ULONG STDMETHODCALLTYPE CDwFontFileLoader::Release() { in Release()364 HRESULT STDMETHODCALLTYPE CDwFontFileLoader::CreateStreamFromKey( in CreateStreamFromKey()[all …]