Searched refs:m_Functions (Results 1 – 2 of 2) sorted by relevance
267 #define CallFunc(funcname) ((FuncType_##funcname)GdiplusExt.m_Functions[FuncId_##funcname])485 m_Functions[i] = NULL; in CGdiplusExt()503 m_Functions[i] = GetProcAddress(m_hModule, g_GdipFuncNames[i]); in Load()504 if (m_Functions[i] == NULL) { in Load()511 …((FuncType_GdiplusStartup)m_Functions[FuncId_GdiplusStartup])(&gdiplusToken, &gdiplusStartupInput,… in Load()
54 void* m_Functions[100]; variable