Home
last modified time | relevance | path

Searched refs:m_Functions (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp267 #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()
Dwin32_int.h54 void* m_Functions[100]; variable