Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp743 FreeLibrary(m_GdiModule); in ~CGdiplusExt()
769 m_GdiModule = LoadLibraryA("GDI32.DLL"); in Load()
770 if (!m_GdiModule) in Load()
775 GetProcAddress(m_GdiModule, "AddFontMemResourceEx")); in Load()
778 GetProcAddress(m_GdiModule, "RemoveFontMemResourceEx")); in Load()
Dwin32_int.h119 HMODULE m_GdiModule = nullptr; variable