Home
last modified time | relevance | path

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

/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap.h203 { return _location_graphic; } in GetLocationGraphic()
319 hoa_video::StillImage _location_graphic; variable
H A Dmap.cpp158 GlobalManager->SetLocation(MakeUnicodeString(_map_filename), _location_graphic.GetFilename()); in Reset()
334 …if (_location_graphic.Load("img/menus/locations/" + _map_script.ReadString("location_filename")) =… in _Load()
335 …PRINT_ERROR << "failed to load location graphic image: " << _location_graphic.GetFilename() << end… in _Load()
401 MenuMode *MM = new MenuMode(_map_name, _location_graphic.GetFilename()); in _UpdateExplore()
699 _location_graphic.Draw(blend); in _DrawGUI()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/menu_windows/
H A Dmenu_inventory_window.h86 vt_video::StillImage _location_graphic; variable
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal.h398 { return _location_graphic; } in GetLocationGraphic()
477 hoa_video::StillImage _location_graphic; variable
H A Dglobal.cpp640 if (_location_graphic.Load(location_graphic_filename) == false) in SetLocation()
/dports/games/allacrost/allacrost-1.0.2/src/modes/menu/
H A Dmenu_views.h193 hoa_video::StillImage _location_graphic; variable