Home
last modified time | relevance | path

Searched refs:hInstance (Results 1 – 25 of 58) sorted by relevance

123

/external/lzma/CPP/Windows/
DResourceString.cpp20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA() argument
28 len = ::LoadString(hInstance, resourceID, s.GetBuf(size - 1), size); in MyLoadStringA()
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) in MyLoadString2() argument
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuf(size - 1), size); in MyLoadString2()
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) in MyLoadString() argument
80 MultiByteToUnicodeString2(dest, MyLoadStringA(hInstance, resourceID)); in MyLoadString()
87 int len = ::LoadStringW(hInstance, resourceID, s, kStartSize); in MyLoadString()
94 MyLoadString2(hInstance, resourceID, dest); in MyLoadString()
DWindow.cpp26 wndClassA.hInstance = wndClass->hInstance; in MyRegisterClass()
/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.h189 drcDec_SelectionProcess_Init(HANDLE_DRC_SELECTION_PROCESS hInstance);
192 drcDec_SelectionProcess_SetCodecMode(HANDLE_DRC_SELECTION_PROCESS hInstance,
196 drcDec_SelectionProcess_SetParam(HANDLE_DRC_SELECTION_PROCESS hInstance,
201 drcDec_SelectionProcess_GetParam(HANDLE_DRC_SELECTION_PROCESS hInstance,
206 HANDLE_DRC_SELECTION_PROCESS hInstance, const int numGroupIdsRequested,
213 drcDec_SelectionProcess_Process(HANDLE_DRC_SELECTION_PROCESS hInstance,
DdrcDec_selectionProcess.cpp439 HANDLE_DRC_SELECTION_PROCESS hInstance; in drcDec_SelectionProcess_Create() local
440 hInstance = (HANDLE_DRC_SELECTION_PROCESS)FDKcalloc( in drcDec_SelectionProcess_Create()
443 if (!hInstance) return DRCDEC_SELECTION_PROCESS_OUTOFMEMORY; in drcDec_SelectionProcess_Create()
445 hInstance->codecMode = SEL_PROC_CODEC_MODE_UNDEFINED; in drcDec_SelectionProcess_Create()
447 *phInstance = hInstance; in drcDec_SelectionProcess_Create()
452 drcDec_SelectionProcess_Init(HANDLE_DRC_SELECTION_PROCESS hInstance) { in drcDec_SelectionProcess_Init() argument
453 if (!hInstance) return DRCDEC_SELECTION_PROCESS_NOT_OK; in drcDec_SelectionProcess_Init()
455 _initDefaultParams(&hInstance->selProcInput); in drcDec_SelectionProcess_Init()
460 drcDec_SelectionProcess_SetCodecMode(HANDLE_DRC_SELECTION_PROCESS hInstance, in drcDec_SelectionProcess_SetCodecMode() argument
464 if (!hInstance) return DRCDEC_SELECTION_PROCESS_NOT_OK; in drcDec_SelectionProcess_SetCodecMode()
[all …]
/external/skqp/tools/sk_app/win/
Dmain_win.cpp32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, in _tWinMain() argument
50 int result = main_common(hInstance, nCmdShow, argc, argv); in _tWinMain()
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { in main_common() argument
63 Application* app = Application::Create(argc, argv, (void*)hInstance); in main_common()
DWindow_win.cpp31 HINSTANCE hInstance = (HINSTANCE)platformData; in CreateNativeWindow() local
34 if (!window->init(hInstance)) { in CreateNativeWindow()
60 bool Window_win::init(HINSTANCE hInstance) { in init() argument
61 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init()
75 wcex.hInstance = fHInstance; in init()
/external/skia/tools/sk_app/win/
Dmain_win.cpp32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, in _tWinMain() argument
50 int result = main_common(hInstance, nCmdShow, argc, argv); in _tWinMain()
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { in main_common() argument
63 Application* app = Application::Create(argc, argv, (void*)hInstance); in main_common()
DWindow_win.cpp31 HINSTANCE hInstance = (HINSTANCE)platformData; in CreateNativeWindow() local
34 if (!window->init(hInstance)) { in CreateNativeWindow()
60 bool Window_win::init(HINSTANCE hInstance) { in init() argument
61 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init()
75 wcex.hInstance = fHInstance; in init()
/external/icu/icu4c/source/samples/layout/
Dclayout.c77 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument
89 wndclass.hInstance = hInstance; in WinMain()
102 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain()
108 NULL, NULL, hInstance, NULL); in WinMain()
120 UnregisterClass(szAppName, hInstance); in WinMain()
278 ofn.hInstance = NULL; in WndProc()
Dlayout.cpp76 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument
88 wndclass.hInstance = hInstance; in WinMain()
101 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain()
107 NULL, NULL, hInstance, NULL); in WinMain()
119 UnregisterClass(szAppName, hInstance); in WinMain()
276 ofn.hInstance = NULL; in WndProc()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
Dpythonba.cpp19 IN HINSTANCE hInstance, in DllMain() argument
27 ::DisableThreadLibraryCalls(hInstance); in DllMain()
28 vhInstance = hInstance; in DllMain()
/external/mdnsresponder/mDNSWindows/DLLX/
DDLLX.cpp66 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
77 if (!PrxDllMain(hInstance, dwReason, lpReserved)) in DllMain()
83 hInstance; in DllMain()
/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp71 page.hInstance = g_hInstance; in MyPropertySheet()
92 page.hInstance = g_hInstance; in MyPropertySheet()
117 sheet.hInstance = g_hInstance; in MyPropertySheet()
133 sheet.hInstance = g_hInstance; in MyPropertySheet()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp62 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in WinGLTestContext() local
71 wc.hInstance = hInstance; in WinGLTestContext()
89 hInstance, nullptr))) { in WinGLTestContext()
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp62 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in WinGLTestContext() local
71 wc.hInstance = hInstance; in WinGLTestContext()
89 hInstance, nullptr))) { in WinGLTestContext()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc288 HMODULE hInstance = NULL; in InitializeMagnifier() local
292 &hInstance); in InitializeMagnifier()
305 wcex.hInstance = hInstance; in InitializeMagnifier()
320 hInstance, in InitializeMagnifier()
336 hInstance, in InitializeMagnifier()
/external/lzma/C/Util/LzmaLib/
DLzmaLibExports.c8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
10 UNUSED_VAR(hInstance); in DllMain()
/external/libpng/contrib/visupng/
DVisualPng.c79 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
92 wndclass.hInstance = hInstance; in WinMain()
93 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; in WinMain()
129 NULL, NULL, hInstance, NULL); in WinMain()
134 hAccel = LoadAccelerators (hInstance, szProgName); in WinMain()
150 static HINSTANCE hInstance ; in WndProc() local
180 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ; in WndProc()
400 DialogBox (hInstance, TEXT ("AboutBox"), hwnd, AboutDlgProc) ; in WndProc()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp151 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) in WinMain() argument
197 sWC.hInstance = hInstance; in WinMain()
217 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL); in WinMain()
/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp37 hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain()
42 g_hInstance = (HINSTANCE)hInstance; in DllMain()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp135 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in ANGLEGLContext() local
144 wc.hInstance = hInstance; in ANGLEGLContext()
161 hInstance, nullptr))) { in ANGLEGLContext()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp135 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in ANGLEGLContext() local
144 wc.hInstance = hInstance; in ANGLEGLContext()
161 hInstance, nullptr))) { in ANGLEGLContext()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen()
110 wc.hInstance, in graw_create_window_and_screen()
/external/mesa3d/src/glx/windows/
Dwindowsgl.c85 wc.hInstance = GetModuleHandle(NULL); in windows_create_context()
146 wc.hInstance = GetModuleHandle(NULL); in windows_create_context_attribs()
299 wc.hInstance = GetModuleHandle(NULL); in windows_call_with_context()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp211 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, in WinMain() argument
219 g_hInstance = (HINSTANCE)hInstance; in WinMain()

123