Home
last modified time | relevance | path

Searched refs:has_move (Results 1 – 19 of 19) sorted by relevance

/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DTreeUtil.cpp26 if (tree.has_move(*current)) in get_move_node()
45 if (tree.has_move(*current)) in get_move_node()
63 if (tree.has_move(*current)) in get_move_number()
81 if (tree.has_move(*current)) in get_moves_left()
H A DPentobiTree.h50 bool has_move(const SgfNode& node) const;
137 inline bool PentobiTree::has_move(const SgfNode& node) const in has_move() function
139 return libpentobi_base::has_move(node, m_variant); in has_move()
H A DPentobiTree.cpp33 if (has_move(node)) in add_setup()
80 if (has_move(child) && n++ == move_number) in get_node_before_move_number()
167 bool create_new_setup = has_move(node); in keep_only_subtree()
173 if (has_move(*current) || has_setup(*current)) in keep_only_subtree()
213 if (has_move(node)) in remove_setup()
H A DNodeUtil.h31 bool has_move(const SgfNode& node, Variant variant);
H A DNodeUtil.cpp15 bool has_move(const SgfNode& node, Variant variant) in has_move() function
H A DGame.cpp173 LIBBOARDGAME_ASSERT(m_tree.has_move(*m_current)); in undo()
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_shape.c++1306 bool has_line_style, has_fill_style[2], has_move; in SaveSetup() local
1338 has_move = x != last.f_x || y != last.f_y; in SaveSetup()
1339 info.f_data.WriteBits(has_move, 1); in SaveSetup()
1343 has_line_style, has_fill_style[0], has_fill_style[1], has_move, in SaveSetup()
1348 if(has_move) { in SaveSetup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/test/
H A Dui_controls_factory_ozone.cc215 bool has_move = action & ui_controls::MOVE; in SendTouchEventsNotifyWhenDone() local
220 (has_move || has_release) ? base::OnceClosure() : std::move(task)); in SendTouchEventsNotifyWhenDone()
222 if (has_move) { in SendTouchEventsNotifyWhenDone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/test/
H A Dui_controls_ozone.cc221 bool has_move = action & ui_controls::MOVE; in SendTouchEventsNotifyWhenDone() local
226 (has_move || has_release) ? base::OnceClosure() : std::move(task)); in SendTouchEventsNotifyWhenDone()
228 if (has_move) { in SendTouchEventsNotifyWhenDone()
/dports/games/pentobi/pentobi-19.1/libpentobi_mcts/
H A DAnalyzeGame.cpp41 if (tree.has_move(*node)) in run()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvisual_tool_drag.cpp85 bool has_move = GetLineMove(line, p1, p2, t1, t2); in OnSubTool() local
87 if (has_move) in OnSubTool()
/dports/games/pentobi/pentobi-19.1/pentobi/
H A DAnalyzeGameModel.cpp113 if (tree.has_move(*node)) in gotoMove()
H A DGameModel.cpp132 if (! tree.has_move(i)) in getVariationIndex()
560 if (tree.has_move(*node)) in getMoveNumberAt()
1688 if (tree.has_move(*node)) in updatePieces()
1869 ! current.has_children() && tree.has_move(current) in updateProperties()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dswf_parse.c1260 Bool has_clip_actions, has_clip, has_name, has_ratio, has_cmat, has_mat, has_id, has_move; in swf_place_obj() local
1266 has_cmat = has_mat = has_move = 0; in swf_place_obj()
1298 has_move = swf_read_int(read, 1); in swf_place_obj()
1323 if (has_id && has_move) type = SWF_REPLACE; in swf_place_obj()
1325 else if (!has_id && has_move) type = SWF_MOVE; in swf_place_obj()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dswf_parse.c1260 Bool has_clip_actions, has_clip, has_name, has_ratio, has_cmat, has_mat, has_id, has_move; in swf_place_obj() local
1266 has_cmat = has_mat = has_move = 0; in swf_place_obj()
1298 has_move = swf_read_int(read, 1); in swf_place_obj()
1323 if (has_id && has_move) type = SWF_REPLACE; in swf_place_obj()
1325 else if (!has_id && has_move) type = SWF_MOVE; in swf_place_obj()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c2578 unsigned has_move; in style_parse_one_style_option() local
2584 has_move = 1; in style_parse_one_style_option()
2589 has_move = 1; in style_parse_one_style_option()
2596 has_move = 0; in style_parse_one_style_option()
2607 ps->flags.has_edge_resistance_move = has_move; in style_parse_one_style_option()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c2554 unsigned has_move; in style_parse_one_style_option() local
2560 has_move = 1; in style_parse_one_style_option()
2565 has_move = 1; in style_parse_one_style_option()
2572 has_move = 0; in style_parse_one_style_option()
2583 ps->flags.has_edge_resistance_move = has_move; in style_parse_one_style_option()
/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Deo_parser.c518 Eina_Bool has_move = EINA_FALSE, has_by_ref = EINA_FALSE; in parse_struct() local
1049 Eina_Bool has_no_unused = EINA_FALSE, has_move = EINA_FALSE, in parse_return() local
1081 has_move = EINA_FALSE, in parse_param() local
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A D_defs_game.lua1122 has_move = function(a, mov) function