Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp129 m_pDwFontContext(nullptr), in CDWriteExt()
135 if (m_pDwFontContext) { in Unload()
136 delete (CDwFontContext*)m_pDwFontContext; in Unload()
137 m_pDwFontContext = nullptr; in Unload()
Ddwrite_int.h67 void* m_pDwFontContext; variable