OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outWindow
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm
39
NSWindow*
outWindow
= [[NSWindow alloc] initWithContentRect:outWindowFrame
43
[
outWindow
orderOut:nil];
44
[
outWindow
setTitle:@"Cocoa Renderer"];
45
[
outWindow
setBackgroundColor:[NSColor blueColor]];
50
[[
outWindow
contentView] addSubview:(NSView*)cocoaRenderer];
52
[
outWindow
makeKeyAndOrderFront:NSApp];
testAPI.cc
163
int WebRtcCreateWindow(Window *
outWindow
, Display **outDisplay, int winNum, int width, int height) // unsigned char* title, int titleLength)
242
*
outWindow
= _window;
/external/opencv3/modules/highgui/src/
window_carbon.cpp
883
WindowRef
outWindow
= NULL;
935
err = CreateNewWindow ( kDocumentWindowClass,wAttributes,&contentBounds,&
outWindow
);
939
SetWindowTitleWithCFString(
outWindow
,CFStringCreateWithCString(NULL,name,kCFStringEncodingASCII));
943
window->window =
outWindow
;
946
err = InstallWindowEventHandler(
outWindow
, NewEventHandlerUPP(windowEventHandler), GetEventTypeCount(genericWindowEventHandler), genericWindowEventHandler,
outWindow
, NULL);
948
ShowWindow(
outWindow
);
Completed in 102 milliseconds