Searched refs:window (Results 51 - 75 of 413) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/launchbox/
H A DApp.cpp55 for (int32 i = 0; settings.FindMessage("window", i, &windowMessage)
62 MainWindow* window = new MainWindow(name.String(), frame, local
64 window->Show();
75 MainWindow* window = new MainWindow(B_TRANSLATE("Pad 1"), frame, true); local
76 window->Show();
87 bool wasCloned = message->FindMessage("window", settings) == B_OK;
92 MainWindow* window = new MainWindow(name.String(), local
95 window->MoveBy(10, 10);
96 window->Show();
146 for (int32 i = 0; BWindow* window
[all...]
/haiku-fatelf/src/add-ons/opengl/radeon/
H A DRadeonHardwareRenderer.cpp21 BWindow* window = view->Window(); local
22 if (!window) {
23 printf("view's window = NULL!\n");
27 BScreen screen(window);
29 printf("Failed to get window's screen!\n");
/haiku-fatelf/src/apps/devices/
H A DDevicesApplication.cpp39 DevicesWindow* window = new DevicesWindow(); local
40 window->CenterOnScreen();
41 window->Show();
/haiku-fatelf/src/apps/switcher/
H A DSwitcher.cpp41 CaptureWindow* window = new CaptureWindow(); local
42 window->Run();
44 fCaptureMessenger = window;
/haiku-fatelf/src/tests/kits/interface/
H A DGetMouseTest.cpp31 class window : public BWindow { class in inherits:BWindow
33 window() : function in class:window
34 BWindow(BRect(100, 100, 400, 300), "test window", B_DOCUMENT_WINDOW, B_QUIT_ON_WINDOW_CLOSE)
66 (new window())->Show();
/haiku-fatelf/src/tests/servers/app/pulsed_drawing/
H A Dmain.cpp32 BWindow* window = new BWindow(frame, "Pulsed Drawing", local
36 window->AddChild(fView);
37 window->Show();
/haiku-fatelf/src/tests/servers/app/async_drawing/
H A Dmain.cpp61 BWindow* window = new BWindow(BRect(50, 50, 350, 250), local
64 fView = new View(window->Bounds(), 255, 80, 155, 128);
65 window->AddChild(fView);
66 window->Show();
68 window = new BWindow(BRect(150, 150, 450, 350),
71 window->Show();
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp274 BWindow* window = NULL; local
275 while ((window = WindowAt(index++)) != NULL) {
276 if (window == fSettingsWindow) {
297 BContainerWindow* window = dynamic_cast<BContainerWindow*> local
300 if (window && window->Lock()) {
301 if (window->TargetModel()
302 && !window->PoseView()->IsDesktopWindow()) {
303 if (window->TargetModel()->IsRoot())
308 const entry_ref* ref = window
611 BContainerWindow* window = FindParentContainerWindow(&ref); local
890 BContainerWindow* window = NULL; local
1011 BDeskWindow* window = dynamic_cast<BDeskWindow*> local
1032 BContainerWindow* window = dynamic_cast<BContainerWindow*> local
1052 BContainerWindow* window = dynamic_cast<BContainerWindow*> local
1086 BContainerWindow* window = dynamic_cast<BContainerWindow*> local
1102 BInfoWindow* window = dynamic_cast<BInfoWindow*> local
1117 BQueryContainerWindow* window local
1137 BQueryContainerWindow* window local
1163 BContainerWindow* window local
1193 BContainerWindow* window = dynamic_cast<BContainerWindow*> local
1213 BContainerWindow* window = closeList.ItemAt(index); local
1227 BWindow* window = fWindowList.ItemAt(index); local
1248 BWindow* window = WindowAt(index); local
1256 BWindow* window = fWindowList.ItemAt(index); local
1469 BContainerWindow* window = FindContainerWindow(&resolvedChild); local
1506 CloseParentWindowCommon(BContainerWindow* window) argument
1523 BContainerWindow* window = FindContainerWindow(parent); local
[all...]
/haiku-fatelf/src/bin/zip/
H A Ddeflate.c15 * length sliding window trailing behind the new text.
21 * sliding window trailing behind the input currently being processed).
132 /* A Pos is an index in the character window. We use short instead of int to
137 uch window[2L*WSIZE]; variable
138 /* Sliding window. Input bytes are read into the second half of the window,
143 * the window size to 64K, which is quite useful on MSDOS.
144 * To do: limit the window size to WSIZE+CBSZ if SMALL_MEM (the code would
150 * An index in this array is thus a window index modulo 32K.
157 uch far * near window variable
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A Dua.js32 var oldOnError = window.onerror;
35 window.onerror = null;
38 window.saveNavigator = window.navigator;
46 if (typeof(window.navigator.platform) != 'undefined')
48 platform = window.navigator.platform.toLowerCase();
58 var ua = window.navigator.userAgent.toLowerCase();
131 window.onerror = oldOnError;
/haiku-fatelf/src/preferences/sounds/
H A DHApp.cpp31 HWindow* window = new HWindow(rect, B_TRANSLATE_SYSTEM_NAME("Sounds")); local
32 window->Show();
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATDecorator.h37 SATWindowBehaviour(Window* window,
41 virtual bool AlterDeltaForSnap(Window* window, BPoint& delta,
H A DStacking.h29 SATStacking(SATWindow* window);
39 bool _IsStackableWindow(Window* window);
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp127 // Hamming window
128 double window = (0.5 - 0.5 * cos(i * M_PI / num)); local
129 rawCoefficients[i] = sinc * window;
208 set_color_key(const overlay_window* window) argument
212 set_color_key(0, 0, window->blue.value, 0x0, 0x0, 0xff);
215 set_color_key(window->red.value << 3, window->green.value << 3,
216 window->blue.value << 3, window->red.mask << 3,
217 window
540 intel_configure_overlay(overlay_token overlayToken, const overlay_buffer* buffer, const overlay_window* window, const overlay_view* view) argument
[all...]
/haiku-fatelf/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp26 WindowListItem::WindowListItem(const char* text, BWindow* window) argument
29 fWindow(window)
131 BMessenger window; local
132 reply.FindMessenger("result", &window);
137 if (windowStack.HasWindow(window)) {
142 windowStack.AddWindow(window);
143 if (!windowStack.HasWindow(window)) {
168 BWindow *window = new BWindow(BRect(100, 100, 500, 300), local
170 window->SetLayout(new BGroupLayout(B_VERTICAL));
171 window
[all...]
/haiku-fatelf/headers/private/interface/
H A DDecoratorPrivate.h21 status_t preview_decorator(const BString& name, BWindow* window);
/haiku-fatelf/src/apps/midiplayer/
H A DMidiPlayerApp.h42 MidiPlayerWindow* window; member in class:MidiPlayerApp
/haiku-fatelf/src/apps/processcontroller/
H A DPreferences.h38 void SaveWindowPosition(BWindow* window, const char* name);
39 void LoadWindowPosition(BWindow* window, const char* name);
40 void SaveWindowFrame(BWindow* window, const char* name);
41 void LoadWindowFrame(BWindow* window, const char* name);
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-wingeneral.h1 /* General window behavior.
42 extern void tui_delete_win (WINDOW * window);
/haiku-fatelf/src/bin/less/
H A Dscrsize.c49 static int get_winsize(dpy, window, p_width, p_height)
51 Window window;
59 if (!XGetWindowAttributes(dpy, window, &win_attributes))
61 if (!XGetWMNormalHints(dpy, window, &hints, &longjunk))
/haiku-fatelf/src/preferences/printers/
H A DSpoolFolder.h21 SpoolFolder(PrintersWindow* window,
/haiku-fatelf/src/servers/app/
H A DOffscreenWindow.h21 const char* name, ::ServerWindow* window);
H A DWorkspacesView.h22 virtual void AttachedToWindow(::Window* window);
33 void WindowChanged(::Window* window);
34 void WindowRemoved(::Window* window);
47 ::Window* window, BPoint windowPosition,
/haiku-fatelf/src/tests/kits/shared/shake_filter/
H A DShakeFilterTest.cpp70 BWindow* window = new BWindow(BRect(100, 100, 400, 400), local
74 BRect frame = window->Bounds();
76 window->AddChild(new View(frame, "L ", B_FOLLOW_ALL));
77 window->Show();
/haiku-fatelf/src/tests/servers/app/draw_string_offsets/
H A Dmain.cpp58 BWindow* window = new BWindow(BRect(50.0, 50.0, 300.0, 250.0), local
62 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
64 window->AddChild(view);
66 window->Show();

Completed in 395 milliseconds

1234567891011>>