Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp62 class CDwFontFileLoader final : public IDWriteFontFileLoader { class
78 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 CDwFontFileLoader
340 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 …]