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

  /external/pdfium/core/src/fxge/win32/
dwrite_int.h 60 void* m_hModule;
win32_int.h 18 FX_BOOL IsAvailable() { return m_hModule != NULL; }
97 HMODULE m_hModule;
fx_win32_gdipext.cpp 673 m_hModule = NULL;
688 m_hModule = LoadLibraryA(strPlusPath);
689 if (!m_hModule) {
693 m_Functions[i] = GetProcAddress(m_hModule, g_GdipFuncNames[i]);
695 m_hModule = NULL;
    [all...]
fx_win32_dwrite.cpp 113 m_hModule = NULL;

Completed in 42 milliseconds