Searched refs:m_GdiModule (Results 1 – 2 of 2) sorted by relevance
483 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()
60 HMODULE m_GdiModule; variable