HomeSort by relevance Sort by last modified time
    Searched refs:hwnd (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 43 static __inline UINT DisplayDibWindowMessage(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam,DWORD cbSize) {
48 return (UINT)SendMessage(hwnd,WM_COPYDATA,(WPARAM)(HWND)NULL,(LPARAM)(LPVOID)&cds);
51 static __inline HWND DisplayDibWindowCreateEx(HWND hwndParent,HINSTANCE hInstance,DWORD dwStyle) {
60 #define DisplayDibWindowSetFmt(hwnd,lpbi) DisplayDibWindowMessage(hwnd,DDM_SETFMT,0,(LPARAM)(LPVOID)(lpbi),sizeof(BITMAPINFOHEADER) + 256 *sizeof(RGBQUAD))
61 #define DisplayDibWindowDraw(hwnd,flags,bits,size) DisplayDibWindowMessage(hwnd,DDM_DRAW,(WPARAM)(UINT)(flags),(LPARAM)(LPVOID)(bits),(DWORD)(size)
    [all...]
windowsx.h16 53 #define GetWindowInstance(hwnd) ((HINSTANCE)GetWindowWord(hwnd,GWW_HINSTANCE))
55 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
56 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_EXSTYLE))
58 #define GetWindowOwner(hwnd) GetWindow(hwnd,GW_OWNER)
60 #define GetFirstChild(hwnd) GetTopWindow(hwnd)
    [all...]
windowsx.h 47 #define GetWindowInstance(hwnd) ((HMODULE)GetWindowLongPtr(hwnd,GWLP_HINSTANCE))
48 #define GetWindowStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
49 #define GetWindowExStyle(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_EXSTYLE))
50 #define GetWindowOwner(hwnd) GetWindow(hwnd,GW_OWNER)
51 #define GetFirstChild(hwnd) GetTopWindow(hwnd)
    [all...]
commctrl.h 113 #define HANDLE_WM_NOTIFY(hwnd,wParam,lParam,fn) (fn)((hwnd),(int)(wParam),(NMHDR *)(lParam))
114 #define FORWARD_WM_NOTIFY(hwnd,idFrom,pnmhdr,fn) (LRESULT)(fn)((hwnd),WM_NOTIFY,(WPARAM)(int)(idFrom),(LPARAM)(NMHDR *)(pnmhdr))
147 HWND hwndToolTips;
440 WINCOMMCTRLAPI WINBOOL WINAPI ImageList_DragEnter(HWND hwndLock,int x,int y);
441 WINCOMMCTRLAPI WINBOOL WINAPI ImageList_DragLeave(HWND hwndLock);
676 #define Header_GetItemRect(hwnd,iItem,lprc) (WINBOOL)SNDMSG((hwnd),HDM_GETITEMRECT,(WPARAM)(iItem),(LPARAM)(lprc))
679 #define Header_SetImageList(hwnd,himl) (HIMAGELIST)SNDMSG((hwnd),HDM_SETIMAGELIST,0,(LPARAM)(himl)
1670 HWND hwnd; member in struct:tagTOOLINFOA
1682 HWND hwnd; member in struct:tagTOOLINFOW
1806 HWND hwnd; member in struct:_TT_HITTESTINFOA
1812 HWND hwnd; member in struct:_TT_HITTESTINFOW
3521 HWND hwnd; member in struct:tagTVITEMEXA
3543 HWND hwnd; member in struct:tagTVITEMEXW
    [all...]
vfw.h 315 HWND hwnd; member in struct:__anon65830
380 #define ICAbout(hic,hwnd) ICSendMessage(hic,ICM_ABOUT,(DWORD_PTR)(UINT_PTR)(hwnd),(DWORD_PTR)0)
382 #define ICConfigure(hic,hwnd) ICSendMessage(hic,ICM_CONFIGURE,(DWORD_PTR)(UINT_PTR)(hwnd),(DWORD_PTR)0)
475 DWORD WINAPIV ICDrawBegin(HIC hic,DWORD dwFlags,HPALETTE hpal,HWND hwnd,HDC hdc,int xDst,int yDst,int dxDst,int dyDst,LPBITMAPINFOHEADER lpbi,int xSrc,int ySrc,int dxSrc,int dySrc,DWORD dwRate,DWORD dwScale);
549 WINBOOL WINAPI ICCompressorChoose(HWND hwnd,UINT uiFlags,LPVOID pvIn,LPVOID lpData,PCOMPVARS pc,LPSTR lpszTitle)
    [all...]
wpspihlp.h 16 typedef HRESULT (WINAPI *PFN_WPPBINDTOSITEA)(HWND hwnd,LPCSTR sSiteName,LPCSTR sURL,REFIID riid,DWORD dwFlag,DWORD dwReserved,PVOID *ppvUnk);
19 typedef HRESULT (WINAPI *PFN_WPPBINDTOSITEW)(HWND hwnd,LPCWSTR sSiteName,LPCWSTR sURL,REFIID riid,DWORD dwFlag,DWORD dwReserved,PVOID *ppvUnk);
23 HRESULT WPPFUNC WINAPI WppBindToSiteA(HWND hwnd,LPCSTR sSiteName,LPCSTR sURL,REFIID riid,DWORD dwFlag,DWORD dwReserved,PVOID *ppvUnk);
26 HRESULT WPPFUNC WINAPI WppBindToSiteW(HWND hwnd,LPCWSTR sSiteName,LPCWSTR sURL,REFIID riid,DWORD dwFlag,DWORD dwReserved,PVOID *ppvUnk);
uiviewsettingsinterop.h 45 HWND hwnd,
86 HWND hwnd,
107 #define IUIViewSettingsInterop_GetForWindow(This,hwnd,riid,ppv) (This)->lpVtbl->GetForWindow(This,hwnd,riid,ppv)
130 static FORCEINLINE HRESULT IUIViewSettingsInterop_GetForWindow(IUIViewSettingsInterop* This,HWND hwnd,REFIID riid,void **ppv) {
131 return This->lpVtbl->GetForWindow(This,hwnd,riid,ppv);
140 HWND hwnd
    [all...]
dwmapi.h 225 WINBOOL WINAPI DwmDefWindowProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult);
226 HRESULT WINAPI DwmEnableBlurBehindWindow (HWND hWnd, const DWM_BLURBEHIND *pBlurBehind);
229 HRESULT WINAPI DwmExtendFrameIntoClientArea (HWND hWnd, const MARGINS *pMarInset);
231 HRESULT WINAPI DwmGetCompositionTimingInfo (HWND hwnd, DWM_TIMING_INFO *pTimingInfo);
232 HRESULT WINAPI DwmGetWindowAttribute (HWND hwnd, DWORD dwAttribute, PVOID pvAttribute, DWORD cbAttribute)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testnativew32.c 27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
31 DestroyWindow(hwnd);
37 return DefWindowProc(hwnd, msg, wParam, lParam);
45 HWND hwnd; local
65 hwnd =
69 if (hwnd == NULL) {
75 ShowWindow(hwnd, SW_SHOW);
77 return hwnd;
    [all...]
  /external/icu/icu4c/source/samples/layout/
clayout.c 42 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
48 void PrettyTitle(HWND hwnd, char *fileName)
54 SetWindowTextA(hwnd, title);
57 void InitParagraph(HWND hwnd, Context *context)
73 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
79 HWND hwnd; local
104 hwnd = CreateWindow(szAppName, NULL
    [all...]
layout.cpp 41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
47 void PrettyTitle(HWND hwnd, char *fileName)
53 SetWindowTextA(hwnd, title);
56 void InitParagraph(HWND hwnd, Context *context)
72 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
78 HWND hwnd; local
103 hwnd = CreateWindow(szAppName, NULL
    [all...]
  /external/lzma/CPP/Windows/
CommonDialog.h 10 bool MyGetOpenFileName(HWND hwnd, LPCWSTR title,
  /external/lzma/CPP/7zip/UI/FileManager/
MyWindowsNew.h 58 STDMETHOD(SetProgressValue)(HWND hwnd, ULONGLONG ullCompleted, ULONGLONG ullTotal) = 0;
59 STDMETHOD(SetProgressState)(HWND hwnd, TBPFLAG tbpFlags) = 0;
60 STDMETHOD(RegisterTab)(HWND hwndTab, HWND hwndMDI) = 0;
61 STDMETHOD(UnregisterTab)(HWND hwndTab) = 0;
62 STDMETHOD(SetTabOrder)(HWND hwndTab, HWND hwndInsertBefore) = 0;
63 STDMETHOD(SetTabActive)(HWND hwndTab, HWND hwndMDI, DWORD dwReserved) = 0;
    [all...]
  /external/webrtc/webrtc/base/
win32windowpicker.cc 29 BOOL CALLBACK Win32WindowPicker::EnumProc(HWND hwnd, LPARAM l_param) {
38 int len = GetWindowTextLength(hwnd);
39 HWND owner = GetWindow(hwnd, GW_OWNER);
40 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE);
41 if (len == 0 || IsIconic(hwnd) || !IsWindowVisible(hwnd) ||
54 ::GetClassName(hwnd, class_name_w, 500);
62 GetWindowText(hwnd, window_title, arraysize(window_title))
    [all...]
win32window.cc 32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style,
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
93 ::GetWindowLongPtr(hwnd, GWLP_USERDATA));
97 that->wnd_ = hwnd;
98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that));
104 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child;
110 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL);
118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.h 38 static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
39 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA));
42 if (!shell) return DefWindowProc(hwnd, uMsg, wParam, lParam);
49 HWND hwnd_;
  /external/libpng/contrib/visupng/
PngFile.h 16 void PngFileInitialize (HWND hwnd) ;
17 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
18 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
VisualPng.c 42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
43 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
45 BOOL CenterAbout (HWND hwndChild, HWND hwndParent);
53 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName,
57 BOOL DisplayImage (HWND hwnd, BYTE **ppDib,
83 HWND hwnd; local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 26 TopWindowVerifierContext(HWND selected_window, HWND excluded_window)
32 HWND selected_window;
33 HWND excluded_window;
41 BOOL CALLBACK TopWindowVerifier(HWND hwnd, LPARAM param) {
45 if (hwnd == context->selected_window) {
51 if (hwnd == context->excluded_window) {
56 if (IsIconic(hwnd) || !IsWindowVisible(hwnd)) {
196 HWND hwnd = reinterpret_cast<HWND>(selected_window()); local
    [all...]
  /external/skia/tools/sk_app/win/
VulkanWindowContext_win.cpp 23 WindowContext* NewVulkanForWin(HWND hwnd, const DisplayParams& params) {
30 auto createVkSurface = [hwnd, instProc] (VkInstance instance) -> VkSurfaceKHR {
45 surfaceCreateInfo.hwnd = hwnd;
  /external/skqp/tools/sk_app/win/
VulkanWindowContext_win.cpp 23 WindowContext* NewVulkanForWin(HWND hwnd, const DisplayParams& params) {
30 auto createVkSurface = [hwnd, instProc] (VkInstance instance) -> VkSurfaceKHR {
45 surfaceCreateInfo.hwnd = hwnd;
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 53 typedef BOOL(WINAPI* MagImageScalingCallback)(HWND hwnd,
63 typedef BOOL(WINAPI* MagSetWindowSourceFunc)(HWND hwnd, RECT rect);
64 typedef BOOL(WINAPI* MagSetWindowFilterListFunc)(HWND hwnd,
67 HWND* pHWND);
69 HWND hwnd,
72 static BOOL WINAPI OnMagImageScalingCallback(HWND hwnd
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 118 HWND hwndMain;
119 HWND hDialog;
431 static HRESULT (WINAPI *My_SHGetSpecialFolderPath)(HWND hwnd,
443 My_SHGetSpecialFolderPath = (BOOL (WINAPI *)(HWND, LPTSTR,
1002 static void create_bitmap(HWND hwnd)
1014 hdc = GetDC(hwnd);
1025 ReleaseDC(hwnd, hdc);
1133 HWND hwnd; local
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 118 HWND hwndMain;
119 HWND hDialog;
459 static HRESULT (WINAPI *My_SHGetSpecialFolderPath)(HWND hwnd,
471 My_SHGetSpecialFolderPath = (BOOL (WINAPI *)(HWND, LPTSTR,
1046 static void create_bitmap(HWND hwnd)
1058 hdc = GetDC(hwnd);
1069 ReleaseDC(hwnd, hdc);
1177 HWND hwnd; local
    [all...]
  /external/mesa3d/src/glx/windows/
windowsgl.c 96 HWND hwnd = CreateWindowExA(0, local
102 HDC hdc = GetDC(hwnd);
113 ReleaseDC(hwnd, hdc);
114 DestroyWindow(hwnd);
157 HWND hwnd = CreateWindowExA(0, local
163 HDC hdc = GetDC(hwnd);
174 ReleaseDC(hwnd, hdc);
175 DestroyWindow(hwnd);
311 HWND hwnd = CreateWindowExA(0, local
    [all...]

Completed in 463 milliseconds

1 2 3 4 5 6 7