Home
last modified time | relevance | path

Searched refs:get_location_y (Results 1 – 17 of 17) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dhalo.cpp161 int new_y = y - disp->get_location_y(map_location::ZERO()); in set_location()
189 disp->get_location_y(loc_) + disp->hex_size() / 2); in render()
206 const int screeny = disp->get_location_y(map_location::ZERO()); in render()
269 const int screeny = disp->get_location_y(map_location::ZERO()); in unrender()
H A Dgame_display.cpp256 const int ypos = get_location_y(loc); in draw_hex()
426 int ypos = get_location_y(loc); in draw_movement_info()
618 flabel.set_position(get_location_x(loc)+zoom_/2, get_location_y(loc)); in float_label()
H A Darrow.cpp141 disp->render_image(disp->get_location_x(hex), disp->get_location_y(hex), layer_, in draw_hex()
H A Ddisplay.cpp115 get_location_y(loc) + hex_size() / 2, halo, loc); in add_overlay()
742 int display::get_location_y(const map_location& loc) const in get_location_y() function in display
1519 const int y = get_location_y(loc) - text_surf->h/2 in draw_text_in_hex()
2116 int y = get_location_y(loc); in tile_fully_on_screen()
2123 int y = get_location_y(loc); in tile_nearly_on_screen()
2248 int y = get_location_y(*itor); in scroll_to_tiles()
2566 int ypos = get_location_y(loc); in draw_invalidated()
2598 int ypos = get_location_y(loc); in draw_hex()
H A Ddisplay.hpp294 int get_location_y(const map_location& loc) const;
/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dattack.cpp205 int ypos = display::get_singleton()->get_location_y(get_dest_hex()); in draw_hex()
213 int ypos = display::get_singleton()->get_location_y(target_hex_); in draw_hex()
H A Dsuppose_dead.cpp144 int ypos = display::get_singleton()->get_location_y(loc_); in draw_hex()
/dports/misc/visp/visp-3.4.0/modules/detection/src/barcode/
H A DvpDetectorQRCode.cpp84 polygon.push_back(vpImagePoint(symbol->get_location_y(i), symbol->get_location_x(i))); in detect()
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/
H A Deditor_display.cpp82 int ypos = get_location_y(loc); in draw_hex()
/dports/astro/merkaartor/merkaartor-0.19.0/plugins/background/MWalkingPapersBackground/
H A DWalkingPapersAdapter.cpp217 … qDebug() << "x;y: " << symbol->get_location_x(0) << ", " << symbol->get_location_y(0); in loadImage()
223 int y = symbol->get_location_y(0); in loadImage()
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dframe.cpp489 const int ysrc = game_disp->get_location_y(src); in redraw()
491 const int ydst = game_disp->get_location_y(dst); in redraw()
635 const int ysrc = disp->get_location_y(src); in get_overlaped_hex()
637 const int ydst = disp->get_location_y(dst); in get_overlaped_hex()
H A Ddrawer.cpp167 const int ysrc = disp.get_location_y(loc); in redraw_unit()
169 const int ydst = disp.get_location_y(dst); in redraw_unit()
/dports/games/wesnoth/wesnoth-1.14.17/src/map/
H A Dlabel.cpp517 rect.y = disp->get_location_y(loc_); in get_rect()
545 const int yloc = disp->get_location_y(loc_nexty) - font::SIZE_NORMAL; in draw()
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/mouse/
H A Dmouse_action_unit.cpp59 rect.y = disp.get_location_y(hex); in move()
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_handler.cpp108 int y = gui()->get_location_y(gui()->mouseover_hex()); in left_mouse_click()
143 int y = gui()->get_location_y(gui()->mouseover_hex()); in right_mouse_click()
/dports/graphics/zbar/zbar-0.23.90/include/zbar/
H A DSymbol.h389 int get_location_y (unsigned index) const in get_location_y() function
/dports/astro/merkaartor/merkaartor-0.19.0/src/Docks/
H A DGeoImageDock.cpp641 … qDebug() << "x;y:" << symbol->get_location_x(0) << "," << symbol->get_location_y(0); in loadImages()
647 int y = symbol->get_location_y(0); in loadImages()