/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
ARDAppDelegate.m | 19 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/ |
CommandBar.h | 18 _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, hInst, idMenu, iButton)); } [all...] |
ListView.h | 24 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...] |
Dialog.h | 18 { 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, itemID, message, wParam, lParam); } [all...] |
StatusBar.h | 15 { return (_window = ::CreateStatusWindow(style, text, hwndParent, id)) != 0; }
25 { return (_window = ::CreateStatusWindowW(style, text, hwndParent, id)) != 0; }
|
Window2.cpp | 127 return DefWindowProcW(_window, message, wParam, lParam);
130 return DefWindowProc(_window, message, wParam, lParam);
|
/external/lzma/CPP/Windows/ |
Window.h | 57 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,rect)); } [all...] |
Window.cpp | 57 _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/ |
APPRTCAppDelegate.m | 25 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/ |
cocoa_full_screen_window.mm | 48 _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;
|
cocoa_full_screen_window.h | 23 NSWindow* _window; variable
|
/external/deqp/framework/platform/ios/ |
tcuIOSAppDelegate.m | 30 @synthesize window = _window; 91 [_window release];
|
/external/webrtc/webrtc/modules/video_render/linux/ |
video_x11_render.h | 49 Window _window; member in class:webrtc::VideoX11Render
|
video_x11_channel.cc | 26 _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)
|
video_x11_render.cc | 20 _window(window), 57 _window = window; 89 renderChannel->Init(_window, left, top, right, bottom);
|
video_x11_channel.h | 72 Window _window; member in class:webrtc::VideoX11Channel
|
/external/autotest/client/deps/pyxinput/src/ |
xi2reader.py | 22 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/ |
testAPI.cc | 208 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;
|
/external/opencv3/modules/imgproc/src/ |
phasecorr.cpp | 491 cv::Point2d cv::phaseCorrelate(InputArray _src1, InputArray _src2, InputArray _window, double* response) 495 Mat window = _window.getMat();
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/ |
MochiKit.packed.js | [all...] |