Home
last modified time | relevance | path

Searched refs:set_config_rect (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dini_file.h49 void set_config_rect(const char* section, const char* name, const gfx::Rect& rect);
125 set_config_rect(section, name, value); in set_config_value()
H A Dini_file.cpp232 void set_config_rect(const char* section, const char* name, const Rect& rect) in set_config_rect() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/modules/
H A Dgui.cpp284 set_config_rect(section, "WindowPos", window->bounds()); in save_window_pos()