Home
last modified time | relevance | path

Searched +defs:move +defs:overlay (Results 1 – 25 of 29) sorted by relevance

12

/dports/astro/marble/marble-21.12.3/src/plugins/render/annotate/
H A DGroundOverlayFrame.cpp28 GeoDataGroundOverlay *overlay, in GroundOverlayFrame()
212 void GroundOverlayFrame::move( const GeoDataCoordinates &source, const GeoDataCoordinates &destinat… in move() function in Marble::GroundOverlayFrame
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp23 namespace detail { namespace overlay { namespace sort_by_side namespace
393 std::size_t move(std::size_t index) const in move() function
401 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/
H A Dfs_mgr_overlayfs.cpp341 bool fs_mgr_overlayfs_setup_dir(const std::string& dir, std::string* overlay, bool* change) { in fs_mgr_overlayfs_setup_dir()
363 bool fs_mgr_overlayfs_setup_one(const std::string& overlay, const std::string& mount_point, in fs_mgr_overlayfs_setup_one()
446 bool fs_mgr_overlayfs_teardown_scratch(const std::string& overlay, bool* change) { in fs_mgr_overlayfs_teardown_scratch()
481 bool fs_mgr_overlayfs_teardown_one(const std::string& overlay, const std::string& mount_point, in fs_mgr_overlayfs_teardown_one()
649 std::vector<move_entry> move; in fs_mgr_overlayfs_mount() local
1176 std::string overlay; in fs_mgr_overlayfs_setup() local
/dports/editors/se/se-3.0.1/src/
H A Ddocmd2.c279 int move (int line3) in move() function
312 void overlay (int *status) in overlay() function
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp33 namespace detail { namespace overlay { namespace sort_by_side namespace
492 std::size_t move(std::size_t index) const in move() function
500 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp33 namespace detail { namespace overlay { namespace sort_by_side namespace
492 std::size_t move(std::size_t index) const in move() function
500 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp33 namespace detail { namespace overlay { namespace sort_by_side namespace
492 std::size_t move(std::size_t index) const in move() function
500 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp32 namespace detail { namespace overlay { namespace sort_by_side namespace
467 std::size_t move(std::size_t index) const in move() function
475 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp32 namespace detail { namespace overlay { namespace sort_by_side namespace
467 std::size_t move(std::size_t index) const in move() function
475 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp37 namespace detail { namespace overlay { namespace sort_by_side namespace
542 std::size_t move(std::size_t index) const in move() function
550 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp33 namespace detail { namespace overlay { namespace sort_by_side namespace
509 std::size_t move(std::size_t index) const in move() function
517 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp33 namespace detail { namespace overlay { namespace sort_by_side namespace
509 std::size_t move(std::size_t index) const in move() function
517 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp33 namespace detail { namespace overlay { namespace sort_by_side namespace
509 std::size_t move(std::size_t index) const in move() function
517 std::size_t move(signed_size_type member_index, std::size_t index) const in move() function
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslcurses.h187 #define move(x,y) SLcurses_wmove(stdscr, (x), (y)) macro
352 #define overlay(u,v) SLcurses_nil() macro
377 #define move SLsmg_gotorc macro
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslcurses.h163 #define move(x,y) SLcurses_wmove(stdscr, (x), (y)) macro
322 #define overlay(u,v) SLcurses_nil() macro
347 #define move SLsmg_gotorc macro
/dports/devel/py-cffi/cffi-1.15.0/demo/
H A D_curses.py262 move = _mk_w_no_return("wmove") variable in Window
529 def _copywin(self, dstwin, overlay, argument
535 def overlay(self, dstwin, *args): member in Window
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.h354 inline int UNDEF(move)(int x, int y) { return move(x, y); } in UNDEF() argument
356 #define move UNDEF(move) macro
943 int move(int y, int x) { return ::wmove(w, y, x); } in move() function
1334 int overlay(NCursesWindow& win) { in overlay() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dselector.h128 Selector overlay; ///< Used to determine if a game is using old gfx functions or not member
185 Selector move; // for Phant2 volume sync member
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dselector.h128 Selector overlay; ///< Used to determine if a game is using old gfx functions or not member
186 Selector move; // for Phant2 volume sync member
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dsteamcompmgr.cpp774 void MouseCursor::move(int x, int y) in move() function in MouseCursor
1079 win *overlay = find_win(dpy, currentOverlayWindow); in paint_debug_info() local
1107 win *overlay; in paint_all() local
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-tab.c124 GtkOverlay *overlay; member
1179 GtrMsg * to_go, gboolean searching, GtrTabMove move) in gtr_tab_message_go_to()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_map.c903 Evas_Event_Mouse_Move *move = event_info; in _map_mouse_move() local
955 Elm_Map_Overlay *overlay = ev; in _overlay_cb() local
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dgs-window-x11.c76 GtkWidget *overlay; member
320 gboolean move, in gs_window_move_resize_window()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtexteditor.cpp1809 QTextCursor move = cursor; in copyLineUpDown() local
2009 QTextCursor move = cursor; in moveLineUpDown() local
4431 auto overlay = new TextEditorOverlay(q); in paintFindScope() local
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c842 VIEW *toview, BOOLEAN verbose, BOOLEAN move, CHAR *subdescript, BOOLEAN norelatedviews, in us_copyrecursively()
4264 REGISTER BOOLEAN found, first, overlay; in us_explorerdofunction() local

12