Home
last modified time | relevance | path

Searched refs:cur_view (Results 1 – 25 of 41) sorted by relevance

12

/dports/audio/cmus/cmus-2.9.1/
H A Dcommand_mode.c333 return cur_view; in flag_to_view()
339 switch (cur_view) { in current_win()
580 switch (cur_view) { in cmd_invert()
597 switch (cur_view) { in cmd_mark()
614 switch (cur_view) { in cmd_unmark()
1003 switch (cur_view) { in cmd_run()
1139 switch (cur_view) { in cmd_echo()
1513 if (cur_view == TREE_VIEW || cur_view == SORTED_VIEW) in cmd_win_add_l()
1586 if (cur_view == TREE_VIEW || cur_view == SORTED_VIEW) { in cmd_win_activate()
1621 if (cur_view < 2) in cmd_win_activate()
[all …]
H A Dkeys.c677 c = view_to_context[cur_view]; in normal_mode_ch()
708 enum key_context c = view_to_context[cur_view]; in normal_mode_key()
736 if (cur_view == TREE_VIEW) { in normal_mode_mouse_handle()
744 } else if (cur_view == PLAYLIST_VIEW) { in normal_mode_mouse_handle()
762 if (cur_view == TREE_VIEW && lib_cur_win != win) in normal_mode_mouse_handle()
764 if (cur_view == PLAYLIST_VIEW && pl_cursor_win() != win) in normal_mode_mouse_handle()
769 if (cur_view == TREE_VIEW && lib_cur_win != win) in normal_mode_mouse_handle()
771 if (cur_view == PLAYLIST_VIEW && pl_cursor_win() != win) in normal_mode_mouse_handle()
799 enum key_context c = view_to_context[cur_view]; in normal_mode_mouse()
H A Dui_curses.h43 extern int cur_view;
H A Dui_curses.c95 int cur_view = TREE_VIEW; variable
1186 switch (cur_view) { in do_update_view()
1546 if (cur_view != TREE_VIEW && cur_view != SORTED_VIEW) in update_filterline()
1652 switch (cur_view) { in search_not_found()
1672 switch (cur_view) { in search_not_found()
1705 if (view == cur_view) in set_view()
1708 prev_view = cur_view; in set_view()
1709 cur_view = view; in set_view()
1710 switch (cur_view) { in set_view()
1998 switch (cur_view) { in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_targeter_delegate.cc62 View* cur_view = child->GetEventHandlerForRect(rect_in_child_coords); in TargetForRect() local
65 return cur_view; in TargetForRect()
67 gfx::RectF cur_view_bounds_f(cur_view->GetLocalBounds()); in TargetForRect()
68 View::ConvertRectToTarget(cur_view, root, &cur_view_bounds_f); in TargetForRect()
77 rect_view = cur_view; in TargetForRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_targeter_delegate.cc62 View* cur_view = child->GetEventHandlerForRect(rect_in_child_coords); in TargetForRect() local
65 return cur_view; in TargetForRect()
67 gfx::RectF cur_view_bounds_f(cur_view->GetLocalBounds()); in TargetForRect()
68 View::ConvertRectToTarget(cur_view, root, &cur_view_bounds_f); in TargetForRect()
77 rect_view = cur_view; in TargetForRect()
/dports/misc/urh/urh-2.9.2/src/urh/ui/views/
H A DTextEditProtocolView.py14 self.cur_view = 0
31 self.cur_view = 0
36 self.cur_view = 1
41 self.cur_view = 2
88 if self.cur_view == 0:
90 elif self.cur_view == 1:
92 elif self.cur_view == 2:
/dports/security/gonepass/gonepass-3da5cfa120/
H A Dkeychain_view.h36 cur_view = std::unique_ptr<ItemView>(new ItemView(newItem)); in selectionChangedFn()
38 scroller.add(*cur_view); in selectionChangedFn()
45 std::unique_ptr<ItemView> cur_view = nullptr; variable
/dports/misc/openmvg/openMVG-2.0/src/openMVG/matching_image_collection/
H A DRetrieval_Helpers.hpp33 for (const auto &cur_view : simScores) { in savePairwiseSimilarityScores() local
34 for (const auto &cur_pairwise_scores : cur_view.second) { in savePairwiseSimilarityScores()
35 outStream << cur_view.first << ' ' << cur_pairwise_scores.second << ' ' in savePairwiseSimilarityScores()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_input_event_router.cc960 entered_views.push_back(cur_view); in SendMouseEnterOrLeaveEvents()
964 cur_view = in SendMouseEnterOrLeaveEvents()
968 if (!cur_view) { in SendMouseEnterOrLeaveEvents()
979 if (cur_view != root_view) in SendMouseEnterOrLeaveEvents()
983 if (cur_view) { in SendMouseEnterOrLeaveEvents()
986 cur_view = static_cast<RenderWidgetHostViewChildFrame*>(cur_view) in SendMouseEnterOrLeaveEvents()
988 if (!cur_view) { in SendMouseEnterOrLeaveEvents()
995 DCHECK_EQ(cur_view, root_view); in SendMouseEnterOrLeaveEvents()
1080 while (cur_view) { in IsAncestorView()
1081 if (cur_view == target_view) in IsAncestorView()
[all …]
H A Drender_widget_host_view_base.cc832 RenderWidgetHostViewBase* cur_view = target_view; in TransformPointToTargetCoordSpace() local
833 while (cur_view->IsRenderWidgetHostViewChildFrame()) { in TransformPointToTargetCoordSpace()
834 cur_view = in TransformPointToTargetCoordSpace()
835 static_cast<RenderWidgetHostViewChildFrame*>(cur_view)->GetParentView(); in TransformPointToTargetCoordSpace()
836 if (!cur_view) in TransformPointToTargetCoordSpace()
838 target_ancestors.push_back(cur_view->GetFrameSinkId()); in TransformPointToTargetCoordSpace()
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dlualib.c90 …sition_description_t *get_position_description(lua_lib_data_t *gui_data, const dt_view_t *cur_view) in get_position_description() argument
95 if(!strcmp(position_description->view, cur_view->module_name)) return position_description; in get_position_description()
102 const dt_view_t *cur_view = dt_view_manager_get_current_view(darktable.view_manager); in container_wrapper() local
104 position_description_t *position_description = get_position_description(gui_data, cur_view); in container_wrapper()
112 const dt_view_t *cur_view = dt_view_manager_get_current_view(darktable.view_manager); in position_wrapper() local
114 position_description_t *position_description = get_position_description(gui_data, cur_view); in position_wrapper()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dlualib.c90 …sition_description_t *get_position_description(lua_lib_data_t *gui_data, const dt_view_t *cur_view) in get_position_description() argument
95 if(!strcmp(position_description->view, cur_view->module_name)) return position_description; in get_position_description()
102 const dt_view_t *cur_view = dt_view_manager_get_current_view(darktable.view_manager); in container_wrapper() local
104 position_description_t *position_description = get_position_description(gui_data, cur_view); in container_wrapper()
112 const dt_view_t *cur_view = dt_view_manager_get_current_view(darktable.view_manager); in position_wrapper() local
114 position_description_t *position_description = get_position_description(gui_data, cur_view); in position_wrapper()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/rv/Python/
H A Dociorv.py261 for cur_view in self.get_views():
262 def set_view(event, cur_view = cur_view): argument
263 display, view = cur_view
266 "/".join(cur_view), # label
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/rv/Python/
H A Dociorv.py261 for cur_view in self.get_views():
262 def set_view(event, cur_view = cur_view): argument
263 display, view = cur_view
266 "/".join(cur_view), # label
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/rv/Python/
H A Dociorv.py261 for cur_view in self.get_views():
262 def set_view(event, cur_view = cur_view): argument
263 display, view = cur_view
266 "/".join(cur_view), # label
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_input_event_router.cc954 entered_views.push_back(cur_view); in SendMouseEnterOrLeaveEvents()
958 cur_view = in SendMouseEnterOrLeaveEvents()
962 if (!cur_view) { in SendMouseEnterOrLeaveEvents()
973 if (cur_view != root_view) in SendMouseEnterOrLeaveEvents()
977 if (cur_view) { in SendMouseEnterOrLeaveEvents()
980 cur_view = static_cast<RenderWidgetHostViewChildFrame*>(cur_view) in SendMouseEnterOrLeaveEvents()
982 if (!cur_view) { in SendMouseEnterOrLeaveEvents()
989 DCHECK_EQ(cur_view, root_view); in SendMouseEnterOrLeaveEvents()
1074 while (cur_view) { in IsAncestorView()
1075 if (cur_view == target_view) in IsAncestorView()
[all …]
H A Drender_widget_host_view_base.cc775 RenderWidgetHostViewBase* cur_view = target_view; in TransformPointToTargetCoordSpace() local
776 while (cur_view->IsRenderWidgetHostViewChildFrame()) { in TransformPointToTargetCoordSpace()
777 cur_view = in TransformPointToTargetCoordSpace()
778 static_cast<RenderWidgetHostViewChildFrame*>(cur_view)->GetParentView(); in TransformPointToTargetCoordSpace()
779 if (!cur_view) in TransformPointToTargetCoordSpace()
781 target_ancestors.push_back(cur_view->GetFrameSinkId()); in TransformPointToTargetCoordSpace()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSceneRender.cpp108 I->cur_view[0] = I->cur_view[1] = 0; in GridGetGLViewport()
109 I->cur_view[2] = width; in GridGetGLViewport()
110 I->cur_view[3] = height; in GridGetGLViewport()
125 glViewport(I->cur_view[0], I->cur_view[1], I->cur_view[2], I->cur_view[3]); in GridSetGLViewport()
128 int vw = I->cur_view[2] / I->n_col; in GridSetGLViewport()
138 vx += I->cur_view[0] + (I->cur_view[2] - vw) / 2; in GridSetGLViewport()
139 vy += I->cur_view[1]; in GridSetGLViewport()
148 int vy = I->cur_view[3] - ((grid_row + 1) * I->cur_view[3]) / I->n_row; in GridSetGLViewport()
149 int vh = (I->cur_view[3] - ((grid_row) * I->cur_view[3]) / I->n_row) - vy; in GridSetGLViewport()
150 vx += I->cur_view[0]; in GridSetGLViewport()
[all …]
H A DSceneDef.h89 GLint cur_view[4]; member
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dparty.cpp223 View *cur_view = Game::get_game()->get_view_manager()->get_current_view(); in remove_actor() local
224 if (cur_view && cur_view->get_party_member_num() >= num_in_party) in remove_actor()
225 cur_view->set_party_member(num_in_party - 1); in remove_actor()
226 else if (cur_view) in remove_actor()
227cur_view->set_party_member(cur_view->get_party_member_num()); // needed if a middle party member d… in remove_actor()
/dports/shells/klish/klish-2.1.4/clish/shell/
H A Dshell_execute.c99 clish_view_t *cur_view = clish_shell__get_view(this); in clish_shell_execute() local
108 (clish_command__get_pview(cmd) != cur_view)) { in clish_shell_execute()
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-twitch-channel-info-dlg.c46 GtkTextView* cur_view; member
294 priv->cur_view = view; in parse_html_description()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/modules/geoip/
H A Dgeoip.c756 geo_view_t *cur_view = &val->views[i]; in geo_sort_and_link() local
758 cur_view->prev = i; in geo_sort_and_link()
761 if (view_strictly_in_view(cur_view, prev_view, ctx->mode)) { in geo_sort_and_link()
762 cur_view->prev = prev; in geo_sort_and_link()
/dports/dns/knot3/knot-3.1.5/src/knot/modules/geoip/
H A Dgeoip.c756 geo_view_t *cur_view = &val->views[i]; in geo_sort_and_link() local
758 cur_view->prev = i; in geo_sort_and_link()
761 if (view_strictly_in_view(cur_view, prev_view, ctx->mode)) { in geo_sort_and_link()
762 cur_view->prev = prev; in geo_sort_and_link()

12