/third_party/lzma/CPP/Windows/ |
H A D | ResourceString.cpp | 20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID)
in MyLoadStringA() argument 28 len = ::LoadString(hInstance, resourceID, s.GetBuf((unsigned)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((unsigned)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()
|
H A D | Window.cpp | 26 wndClassA.hInstance = wndClass->hInstance;
in MyRegisterClass()
|
H A D | ResourceString.h | 12 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest);
|
/third_party/skia/tools/sk_app/win/ |
H A D | main_win.cpp | 32 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()
|
H A D | Window_win.cpp | 33 HINSTANCE hInstance = (HINSTANCE)platformData; in CreateNativeWindow() local 36 if (!window->init(hInstance)) { in CreateNativeWindow() 62 bool Window_win::init(HINSTANCE hInstance) { in init() argument 63 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init() 77 wcex.hInstance = fHInstance; in init()
|
/third_party/lzma/C/Util/LzmaLib/ |
H A D | LzmaLibExports.c | 8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved);
9 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
in DllMain() argument 11 UNUSED_VAR(hInstance)
in DllMain()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | pythonba.cpp | 19 IN HINSTANCE hInstance, in DllMain() 27 ::DisableThreadLibraryCalls(hInstance); in DllMain() 28 vhInstance = hInstance; in DllMain() 18 DllMain( IN HINSTANCE hInstance, IN DWORD dwReason, IN LPVOID ) DllMain() argument
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 76 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()
|
H A D | clayout.c | 78 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument 90 wndclass.hInstance = hInstance; in WinMain() 103 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain() 109 NULL, NULL, hInstance, NULL); in WinMain() 121 UnregisterClass(szAppName, hInstance); in WinMain() 279 ofn.hInstance = NULL; in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 77 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()
|
H A D | layout.cpp | 76 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()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | DllExports2.cpp | 41 hInstance, DWORD dwReason, LPVOID /*lpReserved*/);
50 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
in DllMain() 55 g_hInstance = (HINSTANCE)hInstance;
in DllMain() 44 DllMain( HANDLE hInstance, DWORD dwReason, LPVOID ) DllMain() argument
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | PropertyPage.cpp | 94 page.hInstance = g_hInstance;
in MyPropertySheet() 115 page.hInstance = g_hInstance;
in MyPropertySheet() 139 sheet.hInstance = g_hInstance;
in MyPropertySheet() 155 sheet.hInstance = g_hInstance;
in MyPropertySheet()
|
H A D | Window2.cpp | 61 wc.hInstance = instance;
in CreateEx() 108 wc.hInstance = instance;
in CreateEx()
|
/third_party/skia/tools/gpu/gl/win/ |
H A D | CreatePlatformGLTestContext_win.cpp | 63 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); 72 wc.hInstance = hInstance; 90 hInstance, nullptr))) {
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 79 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, TEX in WndProc() [all...] |
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
H A D | main.cpp | 31 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() 37 ::UnregisterClass(wc.lpszClassName, wc.hInstance); in main() 159 ::UnregisterClass(wc.lpszClassName, wc.hInstance); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
H A D | main.cpp | 31 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() 37 ::UnregisterClass(wc.lpszClassName, wc.hInstance); in main() 160 ::UnregisterClass(wc.lpszClassName, wc.hInstance); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
H A D | main.cpp | 29 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main() 35 ::UnregisterClass(wc.lpszClassName, wc.hInstance); in main() 166 ::UnregisterClass(wc.lpszClassName, wc.hInstance); in main()
|
/third_party/mesa3d/src/gallium/targets/graw-gdi/ |
H A D | graw_gdi.c | 91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen() 110 wc.hInstance, in graw_create_window_and_screen()
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
H A D | tri.cpp | 49 HINSTANCE hInstance = GetModuleHandle(nullptr); in main() local 57 hInstance, in main() 83 hInstance, in main()
|
/third_party/mesa3d/src/glx/windows/ |
H A D | windowsgl.c | 85 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()
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | SfxWin.cpp | 224 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */,
in WinMain() argument 232 g_hInstance = (HINSTANCE)hInstance;
in WinMain()
|
/third_party/python/PC/ |
H A D | empty.c | 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
|
/third_party/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 198 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in ANGLEGLContext() local 207 wc.hInstance = hInstance; in ANGLEGLContext() 224 hInstance, nullptr))) { in ANGLEGLContext()
|