Searched refs:m_Functions (Results 1 – 2 of 2) sorted by relevance
501 ((FuncType_##funcname)GdiplusExt.m_Functions[FuncId_##funcname])756 m_Functions.resize(FX_ArraySize(g_GdipFuncNames)); in Load()758 m_Functions[i] = GetProcAddress(m_hModule, g_GdipFuncNames[i]); in Load()759 if (!m_Functions[i]) { in Load()767 ((FuncType_GdiplusStartup)m_Functions[FuncId_GdiplusStartup])( in Load()
113 std::vector<FARPROC> m_Functions; variable