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.cpp115 m_pDwFontContext = NULL; in CDWriteExt()
120 if (m_pDwFontContext) { in Unload()
121 delete (CDwFontContext*)m_pDwFontContext; in Unload()
122 m_pDwFontContext = NULL; in Unload()
Ddwrite_int.h62 void* m_pDwFontContext; variable