Home
last modified time | relevance | path

Searched refs:GetProc (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp252 lib.CreateDecoder = (Func_CreateDecoder)lib.Lib.GetProc("CreateDecoder"); in LoadCodecs()
253 lib.CreateEncoder = (Func_CreateEncoder)lib.Lib.GetProc("CreateEncoder"); in LoadCodecs()
254 lib.GetMethodProperty = (Func_GetMethodProperty)lib.Lib.GetProc("GetMethodProperty"); in LoadCodecs()
259 …Func_GetNumberOfMethods getNumberOfMethods = (Func_GetNumberOfMethods)lib.Lib.GetProc("GetNumberOf… in LoadCodecs()
275 Func_GetHashers getHashers = (Func_GetHashers)lib.Lib.GetProc("GetHashers"); in LoadCodecs()
384 Func_GetHandlerProperty2 getProp2 = (Func_GetHandlerProperty2)lib.GetProc("GetHandlerProperty2"); in LoadFormats()
385 Func_GetIsArc getIsArc = (Func_GetIsArc)lib.GetProc("GetIsArc"); in LoadFormats()
391 …Func_GetNumberOfFormats getNumberOfFormats = (Func_GetNumberOfFormats)lib.GetProc("GetNumberOfForm… in LoadFormats()
399 getProp = (Func_GetHandlerProperty)lib.GetProc("GetHandlerProperty"); in LoadFormats()
505 …Func_SetLargePageMode setLargePageMode = (Func_SetLargePageMode)lib.Lib.GetProc("SetLargePageMode"… in LoadDll()
[all …]
DUpdate.cpp1568 LPMAPISENDMAIL sendMail = (LPMAPISENDMAIL)mapiLib.GetProc("MAPISendMail"); in UpdateArchive()
/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine.cpp104 CPDF_PSProc* CPDF_PSOP::GetProc() const { in GetProc() function in CPDF_PSOP
132 if (!m_Operators.back()->GetProc()->Parse(parser, depth + 1)) in Parse()
157 m_Operators[i - 1]->GetProc()->Execute(pEngine); in Execute()
164 m_Operators[i - offset]->GetProc()->Execute(pEngine); in Execute()
Dcpdf_psengine.h76 CPDF_PSProc* GetProc() const;
/external/lzma/CPP/Windows/
DDLL.h49 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc() function
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc() function
162 if (!GetProc(getProc, MEMBER, #NAME)) \ in initialize()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp757 Func_CreateObject createObjectFunc = (Func_CreateObject)lib.GetProc("CreateObject"); in main()