Home
last modified time | relevance | path

Searched refs:set_top_left_y (Results 1 – 6 of 6) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DPullingState.cpp214 hero.set_top_left_y(pulled_entity->get_top_left_y() + pulled_entity->get_height()); in stop_moving_pulled_entity()
224 hero.set_top_left_y(pulled_entity->get_top_left_y() - hero.get_height()); in stop_moving_pulled_entity()
H A DPushingState.cpp225 hero.set_top_left_y(pushed_entity->get_top_left_y() + pushed_entity->get_height()); in stop_moving_pushed_entity()
235 hero.set_top_left_y(pushed_entity->get_top_left_y() - hero.get_height()); in stop_moving_pushed_entity()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHero.cpp2082 set_top_left_y(entity.get_center_point().y - 8); in avoid_collision()
2086 set_top_left_y(entity.get_top_left_y() - this->get_height()); in avoid_collision()
2092 set_top_left_y(entity.get_center_point().y - 8); in avoid_collision()
2096 set_top_left_y(entity.get_top_left_y() + entity.get_height()); in avoid_collision()
H A DEntity.cpp783 void Entity::set_top_left_y(int y) { in set_top_left_y() function in Solarus::Entity
797 set_top_left_y(y); in set_top_left_xy()
1018 set_top_left_y(y); in set_aligned_to_grid_y()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DEntity.h169 void set_top_left_y(int y);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/lorgnette_manager/
H A Dlorgnette_manager_client_unittest.cc90 region.set_top_left_y(12); in CreateStartScanRequest()