HomeSort by relevance Sort by last modified time
    Searched refs:m_GdiModule (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 743 FreeLibrary(m_GdiModule);
769 m_GdiModule = LoadLibraryA("GDI32.DLL");
770 if (!m_GdiModule)
775 GetProcAddress(m_GdiModule, "AddFontMemResourceEx"));
778 GetProcAddress(m_GdiModule, "RemoveFontMemResourceEx"));
    [all...]
win32_int.h 119 HMODULE m_GdiModule = nullptr;

Completed in 362 milliseconds