Home
last modified time | relevance | path

Searched refs:newview (Results 1 – 25 of 80) sorted by relevance

1234

/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dviewmgr.cxx269 void FGViewMgr::setCurrentViewIndex(int newview) in setCurrentViewIndex() argument
271 if (newview == _current) { in setCurrentViewIndex()
275 if (newview < 0) { in setCurrentViewIndex()
278 if (index == newview) in setCurrentViewIndex()
279 newview = i; in setCurrentViewIndex()
281 if (newview < 0) { in setCurrentViewIndex()
283 "Failed to find -ve newview=" << newview in setCurrentViewIndex()
290 if (newview < 0 || newview >= (int) views.size()) { in setCurrentViewIndex()
291 SG_LOG(SG_VIEW, SG_ALERT, "Invalid newview=" << newview in setCurrentViewIndex()
303 _current = newview; in setCurrentViewIndex()
H A Dviewmgr.hxx86 void setCurrentViewIndex(int newview);
/dports/games/powder/powder118_src/
H A Dmsg.cpp583 int newview; in msg_restore() local
615 newview = glbStashView; in msg_restore()
618 newview = glbStashView - 1; in msg_restore()
619 if (newview < 0) in msg_restore()
620 newview = NUM_STASHES-1; in msg_restore()
621 if (newview == glbStashHead) in msg_restore()
631 newview = glbStashView + 1; in msg_restore()
632 if (newview >= NUM_STASHES) in msg_restore()
633 newview = 0; in msg_restore()
637 glbStashView = newview; in msg_restore()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dmemoryobject.c544 Py_buffer newview; in memory_item() local
545 memset(&newview, 0, sizeof(newview)); in memory_item()
547 return PyMemoryView_FromBuffer(&newview); in memory_item()
594 Py_buffer newview; in memory_subscript() local
606 newview = *view; in memory_subscript()
608 newview.buf = newbuf; in memory_subscript()
609 newview.len = slicelength * newview.itemsize; in memory_subscript()
610 newview.format = view->format; in memory_subscript()
611 newview.shape = &(newview.smalltable[0]); in memory_subscript()
612 newview.shape[0] = slicelength; in memory_subscript()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dmemoryobject.c544 Py_buffer newview; in memory_item() local
545 memset(&newview, 0, sizeof(newview)); in memory_item()
547 return PyMemoryView_FromBuffer(&newview); in memory_item()
593 Py_buffer newview; in memory_subscript() local
605 newview = *view; in memory_subscript()
607 newview.buf = newbuf; in memory_subscript()
608 newview.len = slicelength * newview.itemsize; in memory_subscript()
609 newview.format = view->format; in memory_subscript()
610 newview.shape = &(newview.smalltable[0]); in memory_subscript()
611 newview.shape[0] = slicelength; in memory_subscript()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dmemoryobject.c544 Py_buffer newview; in memory_item() local
545 memset(&newview, 0, sizeof(newview)); in memory_item()
547 return PyMemoryView_FromBuffer(&newview); in memory_item()
594 Py_buffer newview; in memory_subscript() local
606 newview = *view; in memory_subscript()
608 newview.buf = newbuf; in memory_subscript()
609 newview.len = slicelength * newview.itemsize; in memory_subscript()
610 newview.format = view->format; in memory_subscript()
611 newview.shape = &(newview.smalltable[0]); in memory_subscript()
612 newview.shape[0] = slicelength; in memory_subscript()
[all …]
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Dtaborder.lua47 _M.by_origin = function(w, newview)
76 if newindex == 0 then newindex = _M.last(w, newview) end
79 newindex = _M.after_current(w, newview)
82 table.insert(kids[currentview], newview)
/dports/www/luakit/luakit-2.3/lib/
H A Dtaborder.lua47 _M.by_origin = function(w, newview)
76 if newindex == 0 then newindex = _M.last(w, newview) end
79 newindex = _M.after_current(w, newview)
82 table.insert(kids[currentview], newview)
/dports/editors/led/led-2.0/src/
H A Dframe.c212 viewhdr_t *newview; in frame_vertsplit() local
228 newview = view_duplicate(view); in frame_vertsplit()
229 newview->node = newnode; in frame_vertsplit()
230 newnode->d.v = newview; in frame_vertsplit()
231 view_mapstack(newview, view->buffer, view->geom.x, in frame_vertsplit()
236 TAILQ_INSERT_TAIL(&frame->views, newview, v_list); in frame_vertsplit()
241 viewhdr_t *newview; in frame_horizsplit() local
254 newview = view_duplicate(view); in frame_horizsplit()
255 newview->node = newnode; in frame_horizsplit()
256 newnode->d.v = newview; in frame_horizsplit()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgk.c305 Viewnode *v, *newview; in gk_make_framesfromkeys() local
333 newview = (Viewnode *) G_malloc(newsteps * sizeof(Viewnode)); /* G_fatal_error */ in gk_make_framesfromkeys()
334 if (!newview) { /* not used */ in gk_make_framesfromkeys()
342 v = &newview[i]; in gk_make_framesfromkeys()
421 return (newview); in gk_make_framesfromkeys()
608 Viewnode *v, *newview; in gk_make_linear_framesfromkeys() local
635 newview = (Viewnode *) G_malloc(newsteps * sizeof(Viewnode)); /* G_fatal_error */ in gk_make_linear_framesfromkeys()
636 if (!newview) { /* not used */ in gk_make_linear_framesfromkeys()
644 v = &newview[i]; in gk_make_linear_framesfromkeys()
687 return (newview); in gk_make_linear_framesfromkeys()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/data/
H A Dviewstable.cpp107 Data::View newview = view; in appendTemporaryView() local
108 newview.id = QString(TEMPIDPREFIX + QString::number(maxTempId+1)); in appendTemporaryView()
109 m_list << newview; in appendTemporaryView()
/dports/devel/sdl20/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoametalview.m139 SDL_cocoametalview *newview;
142 newview = [[SDL_cocoametalview alloc] initWithFrame:view.frame
145 if (newview == nil) {
149 [view addSubview:newview];
151 metalview = (SDL_MetalView)CFBridgingRetain(newview);
152 [newview release];
/dports/x11/controllermap/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoametalview.m139 SDL_cocoametalview *newview;
142 newview = [[SDL_cocoametalview alloc] initWithFrame:view.frame
145 if (newview == nil) {
149 [view addSubview:newview];
151 metalview = (SDL_MetalView)CFBridgingRetain(newview);
152 [newview release];
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DDynamicSashWindow.py47 newview = TestView(self.dyn_sash, -1, self.log)
48 newview.SetDocPointer(self.GetDocPointer()) # use the same document
101 newview = SimpleView(self.dyn_sash, -1, self.log)
/dports/editors/fte/fte/src/
H A Dg_text.cpp628 int GFrame::ConSplitView(GView *view, GView *newview) { in ConSplitView() argument
631 newview->Parent = this; in ConSplitView()
632 newview->Peer->wX = 0; in ConSplitView()
633 ConQuerySize(&newview->Peer->wW, &dmy); in ConSplitView()
636 newview->Peer->wW--; in ConSplitView()
638 newview->Peer->wY = view->Peer->wY + view->Peer->wH / 2; in ConSplitView()
639 assert(newview->Peer->wY >= 0); in ConSplitView()
643 newview->Peer->wY++; in ConSplitView()
644 newview->Peer->wH--; in ConSplitView()
649 newview->ConSetSize(newview->Peer->wW, newview->Peer->wH); in ConSplitView()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/
H A DForm.hs53 withNote field note = field { fieldView = newview }
55 newview theId name attrs val isReq = function
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dmouse.cpp183 void Mouse_ChangeModeView(int curs, int newview) { in Mouse_ChangeModeView() argument
187 newview--; in Mouse_ChangeModeView()
189 game.mcurs[curs].view = newview; in Mouse_ChangeModeView()
191 if (newview >= 0) in Mouse_ChangeModeView()
193 precache_view(newview); in Mouse_ChangeModeView()
H A Dmouse.h35 void Mouse_ChangeModeView(int curs, int newview);
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/settings/viewsdialog/
H A Dviewshandler.cpp158 QAction *newview = m_viewTemplatesSubMenu->addAction(templates[i].name); in initViewTemplatesSubMenu() local
159 newview->setIcon(QIcon::fromTheme("document-new")); in initViewTemplatesSubMenu()
163 connect(newview, &QAction::triggered, this, [&, templateData]() { in initViewTemplatesSubMenu()
303 Data::View newview = m_viewsController->appendViewFromViewTemplate(viewfromtemplate); in newView() local
305 …ge(i18nc("settings:dock/panel added successfully","<b>%1</b> added successfully...", newview.name), in newView()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dmouse.cpp190 void Mouse_ChangeModeView(int curs, int newview) { in Mouse_ChangeModeView() argument
194 newview--; in Mouse_ChangeModeView()
196 _GP(game).mcurs[curs].view = newview; in Mouse_ChangeModeView()
198 if (newview >= 0) { in Mouse_ChangeModeView()
199 precache_view(newview); in Mouse_ChangeModeView()
H A Dmouse.h38 void Mouse_ChangeModeView(int curs, int newview);
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dobjcrit.h264 #define set_crit_view(osid, newview) \ argument
265 objCritters[osid].current_posture = (newview << 8) + (objCritters[osid].current_posture & 0xF)
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dmouse.cpp67 PARAMS2(int, curs, int, newview); in Mouse_ChangeModeView()
68 AGS3::Mouse_ChangeModeView(curs, newview); in Mouse_ChangeModeView()
/dports/biology/jalview/jalview/src/jalview/ws/rest/
H A DRestJobThread.java767 Object[] newview; in realiseResults() local
781 newview = input.getUpdatedView(nsq, orders, gapCharacter); in realiseResults()
789 newview = input.getUpdatedView(rseqs, orders, gapCharacter); in realiseResults()
791 destAl = new Alignment((SequenceI[]) newview[0]); in realiseResults()
792 destHCs = (HiddenColumns) newview[1]; in realiseResults()
/dports/audio/harp/harp-0.6.0/
H A Ddbact.c89 char *newview="CREATE VIEW SongPubInfo AS \ in upgrade_0() local
111 harp_sqlite3_exec(conn,newview,NULL,NULL,NULL); in upgrade_0()

1234