Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp56 class CDwFontFileLoader final : public IDWriteFontFileLoader { class
69 instance_ = new CDwFontFileLoader(); in GetLoader()
76 CDwFontFileLoader();
143 (void const*)pData, (UINT32)size, CDwFontFileLoader::GetLoader(), in DwCreateFontFaceFromStream()
309 IDWriteFontFileLoader* CDwFontFileLoader::instance_ = NULL;
310 CDwFontFileLoader::CDwFontFileLoader() : refCount_(0) {} in CDwFontFileLoader() function in CDwFontFileLoader
311 HRESULT STDMETHODCALLTYPE CDwFontFileLoader::QueryInterface(REFIID iid, in QueryInterface()
321 ULONG STDMETHODCALLTYPE CDwFontFileLoader::AddRef() { in AddRef()
324 ULONG STDMETHODCALLTYPE CDwFontFileLoader::Release() { in Release()
332 HRESULT STDMETHODCALLTYPE CDwFontFileLoader::CreateStreamFromKey( in CreateStreamFromKey()
[all …]