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.cpp483 m_GdiModule = NULL; in CGdiplusExt()
512 m_GdiModule = LoadLibraryA("GDI32.DLL"); in Load()
513 if (m_GdiModule == NULL) { in Load()
516 m_pGdiAddFontMemResourceEx = GetProcAddress(m_GdiModule, "AddFontMemResourceEx"); in Load()
517 m_pGdiRemoveFontMemResourseEx = GetProcAddress(m_GdiModule, "RemoveFontMemResourceEx"); in Load()
Dwin32_int.h60 HMODULE m_GdiModule; variable