Searched refs:_window (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDAppDelegate.m19 UIWindow *_window;
27 _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
28 [_window makeKeyAndVisible];
30 _window.rootViewController = viewController;
44 (ARDMainViewController *)_window.rootViewController;
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h18 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar);
19 return (_window != NULL);
23 // void Destroy() { CommandBar_Destroy(_window); }
29 bool AddAdornments(DWORD dwFlags) { return BOOLToBool(::CommandBar_AddAdornments(_window, dwFlags, 0)); }
30 int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); }
31 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); }
32 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); }
33 int Height() { return CommandBar_Height(_window); }
34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
35 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hIns
[all...]
H A DListView.h24 ListView_SetUnicodeFormat(_window, TRUE);
28 bool DeleteAllItems() { return BOOLToBool(ListView_DeleteAllItems(_window)); }
29 bool DeleteColumn(int columnIndex) { return BOOLToBool(ListView_DeleteColumn(_window, columnIndex)); }
31 int InsertColumn(int columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_window, columnIndex, columnInfo); }
33 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); }
35 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); }
49 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); }
51 UINT GetSelectedCount() const { return ListView_GetSelectedCount(_window); }
52 int GetItemCount() const { return ListView_GetItemCount(_window); }
54 INT GetSelectionMark() const { return ListView_GetSelectionMark(_window); }
[all...]
H A DDialog.h18 { return GetDlgItem(_window, itemID); }
32 { return BOOLToBool(SetDlgItemText(_window, itemID, s)); }
43 { return GetDlgItemText(_window, itemID, string, maxCount); }
55 { return BOOLToBool(SetDlgItemInt(_window, itemID, value, BoolToBOOL(isSigned))); }
59 value = GetDlgItemInt(_window, itemID, &result, BoolToBOOL(isSigned));
64 { return GetNextDlgGroupItem(_window, control, BoolToBOOL(previous)); }
66 { return GetNextDlgTabItem(_window, control, BoolToBOOL(previous)); }
69 { return BOOLToBool(MapDialogRect(_window, rect)); }
72 { return BOOLToBool(IsDialogMessage(_window, message)); }
75 { return SendDlgItemMessage(_window, itemI
[all...]
H A DStatusBar.h15 { return (_window = ::CreateStatusWindow(style, text, hwndParent, id)) != 0; }
25 { return (_window = ::CreateStatusWindowW(style, text, hwndParent, id)) != 0; }
H A DWindow2.cpp127 return DefWindowProcW(_window, message, wParam, lParam);
130 return DefWindowProc(_window, message, wParam, lParam);
/external/lzma/CPP/Windows/
H A DWindow.h57 HWND _window; member in class:NWindows::CWindow
59 CWindow(HWND newWindow = NULL): _window(newWindow){};
62 _window = newWindow;
65 operator HWND() const { return _window; }
66 void Attach(HWND newWindow) { _window = newWindow; }
69 HWND window = _window;
70 _window = NULL;
74 bool Foreground() { return BOOLToBool(::SetForegroundWindow(_window)); }
76 HWND GetParent() const { return ::GetParent(_window); }
77 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rec
[all...]
H A DWindow.cpp57 _window = ::CreateWindowW(className, windowName,
60 return (_window != NULL);
75 _window = ::CreateWindowExW(exStyle, className, windowName,
78 return (_window != NULL);
133 int length = GetWindowTextLengthW(_window);
136 length = GetWindowTextW(_window, s.GetBuffer(length), length + 1);
162 ::SetWindowPos(_window, NULL, 0, 0, 0, 0,
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
H A DAPPRTCAppDelegate.m25 NSWindow* _window;
39 _window = [[NSWindow alloc] initWithContentRect:windowRect
43 _window.delegate = self;
44 [_window makeKeyAndOrderFront:self];
45 [_window makeMainWindow];
48 [_window setContentView:[_viewController view]];
/external/webrtc/webrtc/modules/video_render/mac/
H A Dcocoa_full_screen_window.mm48 _window = [[NSWindow alloc]initWithContentRect:screenRect
54 [_window setLevel:windowLevel];
55 [_window setBackgroundColor:[NSColor blackColor]];
56 [_window makeKeyAndOrderFront:nil];
62 [_window orderOut:self];
76 return _window;
H A Dcocoa_full_screen_window.h23 NSWindow* _window; variable
/external/libopus/celt/arm/
H A Dmdct_arm.h53 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
54 clt_mdct_forward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
55 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
56 clt_mdct_backward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
/external/libopus/celt/
H A Dmdct.h86 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
88 _window, _overlap, _shift, \
96 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
98 _window, _overlap, _shift, \
103 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
104 clt_mdct_forward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
106 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
107 clt_mdct_backward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
/external/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.m30 @synthesize window = _window;
91 [_window release];
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc26 _shminfo(), _image(NULL), _window(0L), _gc(NULL),
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width,
111 _window = window;
118 if (!_window || !_display)
144 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
159 _gc = XCreateGC(_display, _window, 0, 0);
182 _window = window;
188 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
235 if (!_window || !_display)
H A Dvideo_x11_render.cc20 _window(window),
57 _window = window;
89 renderChannel->Init(_window, left, top, right, bottom);
H A Dvideo_x11_render.h49 Window _window; member in class:webrtc::VideoX11Render
H A Dvideo_x11_channel.h72 Window _window; member in class:webrtc::VideoX11Channel
/external/autotest/client/deps/pyxinput/src/
H A Dxi2reader.py22 self._window = xlib.XDefaultRootWindow(self._display)
44 xi2.XISelectEvents(self._display, self._window, ctypes.pointer(mask), 1)
45 xlib.XSelectInput(self._display, self._window, ctypes.c_long(0))
/external/webrtc/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc208 Window _window = XCreateWindow(_display, DefaultRootWindow(_display),
220 XStoreName(_display, _window, "VE MM Local Window");
221 XSetIconName(_display, _window, "VE MM Local Window");
225 XStoreName(_display, _window, "VE MM Remote Window");
226 XSetIconName(_display, _window, "VE MM Remote Window");
230 XSelectInput(_display, _window, StructureNotifyMask);
233 XMapWindow(_display, _window);
240 while (evnt.type != MapNotify || evnt.xmap.event != _window);
242 *outWindow = _window;

Completed in 713 milliseconds