Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp674 m_GdiModule = NULL; in CGdiplusExt()
703 m_GdiModule = LoadLibraryA("GDI32.DLL"); in Load()
704 if (!m_GdiModule) { in Load()
708 GetProcAddress(m_GdiModule, "AddFontMemResourceEx"); in Load()
710 GetProcAddress(m_GdiModule, "RemoveFontMemResourceEx"); in Load()
Dwin32_int.h98 HMODULE m_GdiModule; variable