Searched refs:win (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessApp.cpp51 BWindow* win = new NodeHarnessWin(BRect(100, 200, 210, 330), local
53 win->Show();
H A DNodeHarnessWin.cpp172 BWindow* win = new BWindow(BRect(250, 200, 300, 300), local
175 win->AddChild(view);
176 win->ResizeTo(view->Bounds().Width(), view->Bounds().Height());
177 win->Show();
/haiku/src/libs/glut/
H A DglutEvent.cpp131 GlutWindow *win = gState.windowList[i]; local
132 // NOTE: we can use win as a shortcut for gState.windowList[i]
135 if (win->anyevents) {
136 win->anyevents = false;
137 if (win->reshapeEvent) {
138 win->reshapeEvent = false;
139 __glutSetWindow(win);
140 win->reshape(win->m_width, win
886 GlutWindow *win = bmenu->win; // my window local
[all...]
H A DglutOverlay.cpp45 void glutPostWindowOverlayRedisplay(int win) { argument
H A DglutColor.cpp30 void glutCopyColormap(int win) { argument
H A DglutWindow.cpp191 glutCreateSubWindow(int win, int x, int y, int width, int height)
198 GlutWindow *window = new GlutWindow(gState.windowList[win-1], "child",
218 glutSetWindow(int win) argument
222 if (win < 1 || win > gState.windowListSize) {
227 window = gState.windowList[win - 1];
284 glutDestroyWindow(int win) argument
291 GlutWindow *window = gState.windowList[win - 1];
295 // if win is the current window, set current window to 0
356 glutPostWindowRedisplay(int win) argument
378 BDirectWindow *win = dynamic_cast<BDirectWindow*>(gState.currentWindow->Window()); local
401 BDirectWindow *win = dynamic_cast<BDirectWindow*>(gState.currentWindow->Window()); local
424 BDirectWindow *win = dynamic_cast<BDirectWindow*>(gState.currentWindow->Window()); local
[all...]
H A Dglutint.h334 Window win; /* X window for GLUT window */ member in struct:_GLUTwindow
449 Window win; member in struct:_GLUToverlay
469 Window win; member in struct:_GLUTstale
497 Window win; /* X window for the menu */ member in struct:_GLUTmenu
523 Window win; /* InputOnly X window for entry */ member in struct:_GLUTmenuItem
604 glXMakeCurrent(__glutDisplay, window->win, window->ctx)
606 glXMakeCurrent(__glutDisplay, overlay->win, overlay->ctx)
610 glXSwapBuffers(__glutDisplay, window->win)
628 extern void (*__glutFinishMenu)(Window win, int x, int y);
634 Window win, in
[all...]
H A DglutMenu.h72 GlutWindow *win; // pointer to my window member in class:GlutPopUp
/haiku/src/apps/poorman/
H A DPoorManLoggingView.cpp27 PoorManWindow* win; local
28 win = ((PoorManApplication*)be_app)->GetPoorManWindow();
41 SetLogConsoleValue(win->LogConsoleFlag());
47 SetLogFileValue(win->LogFileFlag());
52 SetLogFileName(win->LogPath());
H A DPoorManSiteView.cpp19 PoorManWindow* win; local
20 win = ((PoorManApplication *)be_app)->GetPoorManWindow();
36 SetSendDirValue(win->DirListFlag());
40 SetWebDir(win->WebDir());
48 SetIndexFileName(win->IndexFileName());
H A DPoorManAdvancedView.cpp27 PoorManWindow* win; local
28 win = ((PoorManApplication*)be_app)->GetPoorManWindow();
39 SetMaxSimutaneousConnections(win->MaxConnections());
H A DPoorManPreferencesWindow.cpp104 PoorManWindow* win; local
106 win = ((PoorManApplication*)be_app)->GetPoorManWindow();
107 server = win->GetServer();
112 win->SetDirListFlag(fSiteView->SendDirValue());
116 win->SetIndexFileName(fSiteView->IndexFileName());
119 win->SetWebDir(fSiteView->WebDir());
120 win->SetDirLabel(fSiteView->WebDir());
125 win->SetLogConsoleFlag(fLoggingView->LogConsoleValue());
128 win->SetLogFileFlag(fLoggingView->LogFileValue());
131 win
198 PoorManWindow* win = ((PoorManApplication *)be_app)->GetPoorManWindow(); local
[all...]
/haiku/src/apps/tv/
H A DMainApp.cpp76 BWindow *win = new MainWin(rect); local
77 win->Show();
78 return win;
/haiku/src/bin/
H A Dspybmessage.cpp57 BWindow *win; local
61 win = dynamic_cast<BWindow *>(filter->Looper());
66 win?win->Title():NULL);
99 BWindow *win = be_app->WindowAt(i-1); local
100 if (win && !fWindowList.HasItem(win)) {
101 fWindowList.AddItem(win);
105 win->Lock();
106 win
[all...]
/haiku/src/preferences/printers/
H A DPrinters.cpp38 PrintersWindow* win = new PrintersWindow(new ScreenSettings()); local
39 win->Show();
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.cpp117 MediaConverterWindow* win = dynamic_cast<MediaConverterWindow*>(Window()); local
118 if (win != NULL)
119 win->SourceFileSelectionChanged();
/haiku/src/tests/kits/opengl/egl/
H A DEGLTest.cpp56 BWindow* win=new BWindow(BRect(100,100,500,500),"EGL App",B_TITLED_WINDOW,0); local
60 (EGLNativeWindowType)win, NULL );
/haiku/src/tests/kits/opengl/glsl/
H A Dbrick.c37 static GLint win = 0; variable
87 glutDestroyWindow(win);
190 win = glutCreateWindow(argv[0]);
/haiku/src/tests/kits/interface/
H A DScrollViewSetBorderTest.cpp105 Window* win = new Window(); local
106 win->Show();
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y297 $$->cftable_entry.io.win[n].base = $3;
298 $$->cftable_entry.io.win[n].len = $5-$3+1;
304 $$->cftable_entry.io.win[n].base = $3;
305 $$->cftable_entry.io.win[n].len = $5-$3+1;
320 $$->cftable_entry.mem.win[n].card_addr = $3;
321 $$->cftable_entry.mem.win[n].host_addr = $7;
322 $$->cftable_entry.mem.win[n].len = $5-$3+1;
328 $$->cftable_entry.mem.win[n].card_addr = $3;
329 $$->cftable_entry.mem.win[n].host_addr = $7;
330 $$->cftable_entry.mem.win[
[all...]
H A Dpack_cis.c103 if ((p->nwin == 1) && (p->win[0].base == 0)) {
104 for (i = 1, j = 0; i < p->win[0].len; i *= 2, j++) ;
108 ma |= p->win[i].base;
109 ml |= p->win[i].len-1;
118 *c = (p->win[i].base >> (8*j)) & 0xff; c++;
121 *c = ((p->win[i].len-1) >> (8*j)) & 0xff; c++;
133 ma |= p->win[i].card_addr;
134 ml |= p->win[i].len;
135 ha |= p->win[i].host_addr;
143 *c = (p->win[
[all...]
H A Dcardctl.c272 win_req_t *win = &arg1.win_info.window; local
280 req->CardOffset, req->CardOffset+win->Size-1,
281 win->Base);
282 if (win->Attributes & WIN_MEMORY_TYPE_AM)
284 if (!(win->Attributes & WIN_ENABLE))
286 if (win->Attributes & WIN_USE_WAIT)
288 switch (win->Attributes & WIN_DATA_WIDTH) {
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp281 ToLatestUserUsageConditionsWindow* win local
283 win->_FetchDataPerform();
353 ToLatestUserUsageConditionsWindow* win local
355 win->_AgreePerform();
/haiku/headers/libs/glut/GL/
H A Dglut.h568 GLUTAPI int GLUTAPIENTRY glutCreateSubWindow(int win, int x, int y, int width, int height);
569 GLUTAPI void GLUTAPIENTRY glutDestroyWindow(int win);
572 GLUTAPI void GLUTAPIENTRY glutPostWindowRedisplay(int win);
576 GLUTAPI void GLUTAPIENTRY glutSetWindow(int win);
599 GLUTAPI void GLUTAPIENTRY glutPostWindowOverlayRedisplay(int win);
663 GLUTAPI void GLUTAPIENTRY glutCopyColormap(int win);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp323 BWindow* win = static_cast<BWindow*>(fWindowList.ItemAt(i)); local
324 if (win == NULL)
327 ZippoWindow* window = dynamic_cast<ZippoWindow*>(win);

Completed in 569 milliseconds

12