HomeSort by relevance Sort by last modified time
    Searched defs:hwnd (Results 1 - 14 of 14) sorted by null

  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
73 HWND hwnd; local
99 hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT,
103 ShowWindow(hwnd, iCmdShow);
104 UpdateWindow(hwnd);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
126 hdc = BeginPaint(hwnd, &ps);
127 GetClientRect(hwnd, &rect)
    [all...]
  /external/icu4c/samples/layout/
clayout.c 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
42 void PrettyTitle(HWND hwnd, char *fileName)
48 SetWindowTextA(hwnd, title);
51 void InitParagraph(HWND hwnd, Context *context)
67 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
73 HWND hwnd; local
98 hwnd = CreateWindow(szAppName, NULL
    [all...]
layout.cpp 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
41 void PrettyTitle(HWND hwnd, char *fileName)
47 SetWindowTextA(hwnd, title);
50 void InitParagraph(HWND hwnd, Context *context)
66 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
72 HWND hwnd; local
97 hwnd = CreateWindow(szAppName, NULL
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 116 HWND hwnd; local
124 hwnd = CreateWindow(SDL_Appname, SDL_Appname, WS_POPUP | WS_DISABLED,
129 hdc = GetDC(hwnd);
163 ReleaseDC(hwnd, hdc);
164 DestroyWindow(hwnd);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 121 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
130 HWND window; /* The Win32 display window */
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /external/bluetooth/glib/tests/
gio-test.c 255 msg.hwnd, msg.message, msg.wParam, msg.lParam);
261 window_procedure (HWND hwnd,
267 hwnd, message, wparam, lparam);
268 return DefWindowProc (hwnd, message, wparam, lparam);
291 HWND hwnd; local
318 hwnd = CreateWindow (MAKEINTATOM(klass), "gio-test", 0, 0, 0, 10, 10,
320 if (!hwnd)
326 windows_messages_channel = g_io_channel_win32_new_messages ((guint)hwnd);
391 HWND hwnd; local
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
43 BOOL CenterAbout (HWND hwndChild, HWND hwndParent);
51 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName,
55 BOOL DisplayImage (HWND hwnd, BYTE **ppDib,
81 HWND hwnd; local
    [all...]
  /external/qemu/audio/
dsoundaudio.c 530 HWND hwnd; local
532 hwnd = GetForegroundWindow ();
535 hwnd,
541 hwnd);
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 364 milliseconds