Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp113 m_pDwFontContext = NULL; in CDWriteExt()
121 if (m_pDwFontContext) { in Unload()
122 delete (CDwFontContext*)m_pDwFontContext; in Unload()
123 m_pDwFontContext = NULL; in Unload()
Ddwrite_int.h57 void* m_pDwFontContext; variable