Home
last modified time | relevance | path

Searched refs:rwops_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfilesystem_sdl.cpp42 rwops_ptr make_read_RWops(const std::string &path) { in make_read_RWops()
43 rwops_ptr rw(SDL_AllocRW(), &SDL_FreeRW); in make_read_RWops()
65 rwops_ptr make_write_RWops(const std::string &path) { in make_write_RWops()
66 rwops_ptr rw(SDL_AllocRW(), &SDL_FreeRW); in make_write_RWops()
H A Dfilesystem.hpp42 typedef std::unique_ptr<SDL_RWops, void(*)(SDL_RWops*)> rwops_ptr; typedef
44 rwops_ptr make_read_RWops(const std::string &path);
45 rwops_ptr make_write_RWops(const std::string &path);
H A Dpicture.cpp546 filesystem::rwops_ptr rwops = filesystem::make_read_RWops(ovr_file); in add_localized_overlay()
571 filesystem::rwops_ptr rwops = filesystem::make_read_RWops(location); in load_image_file()
664 …filesystem::rwops_ptr rwops{SDL_RWFromConstMem(image_data.data(), image_data.size()), &SDL_FreeRW}; in load_image_data_uri()
H A Dsound.cpp618 filesystem::rwops_ptr rwops = filesystem::make_read_RWops(filename); in play_new_music()
892 filesystem::rwops_ptr rwops = filesystem::make_read_RWops(filename); in load_chunk()
/dports/games/wesnoth/wesnoth-1.14.17/src/font/
H A Dsdl_ttf.cpp187 filesystem::rwops_ptr rwops = filesystem::make_read_RWops(name); in open_font_impl()