Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dgl_init.h113 float get_highdpi_scale(void); /*!< return high-dpi scaling ration - SDL_GL_GetDrawableSize()/S…
H A Dgl_init.c898 float get_highdpi_scale(void) in get_highdpi_scale() function
H A Delconfig.c546 minimap_size_coefficient = ((disable_auto_highdpi_scale)) ? *var : get_highdpi_scale() * *var; in change_minimap_scale()
656 ui_scale = ((disable_auto_highdpi_scale)) ? *var : get_highdpi_scale() * *var; in change_ui_scale()
1369 font_scales[CHAT_FONT] = (disable_auto_highdpi_scale) ? *value : get_highdpi_scale() * *value; in change_chat_zoom()
1381 font_scales[NAME_FONT] = (disable_auto_highdpi_scale) ? *value : get_highdpi_scale() * *value; in change_name_zoom()