Home
last modified time | relevance | path

Searched defs:new_yoff (Results 1 – 5 of 5) sorted by relevance

/dports/games/simutrans/simutrans-121.0/display/
H A Dviewport.cc28 const sint16 new_yoff = tile_raster_scale_y(viewpos.z*TILE_HEIGHT_STEP,cached_img_size); in get_map2d_coord() local
72 void viewport_t::change_world_position( koord new_ij, sint16 new_xoff, sint16 new_yoff ) in change_world_position()
/dports/games/simutrans/simutrans-121.0/obj/
H A Dwolke.cc108 const sint8 new_yoff = base_y_off - ((insta_zeit * OBJECT_OFFSET_STEPS) >> 12); in sync_step() local
/dports/games/simutrans/simutrans-121.0/
H A Dsiminteraction.cc38 sint16 new_yoff = viewport->get_y_off() - (ev.my-ev.cy) * env_t::scroll_multi; in move_view() local
H A Dsimworld.cc3550 int new_yoff = 0; in sync_step() local
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/abut/
H A Dswin.c107 int new_yoff = 0, new_xoff = 0; in abutSwin_resize() local
348 static ButOut v_moved(But *but, int new_yoff, bool newPress) { in v_moved()