Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/menu/drivers/ozone/
H A Dozone_entries.c387 int sublabel_max_width; in ozone_compute_entries_position() local
393 sublabel_max_width = video_info_width - in ozone_compute_entries_position()
398 sublabel_max_width -= (unsigned) ozone->dimensions_sidebar_width; in ozone_compute_entries_position()
401 sublabel_max_width -= ozone->dimensions.thumbnail_bar_width; in ozone_compute_entries_position()
405 sublabel_max_width / in ozone_compute_entries_position()
773 int sublabel_max_width = video_info_width - in ozone_draw_entries() local
778 sublabel_max_width -= (unsigned) in ozone_draw_entries()
782 sublabel_max_width -= ozone->dimensions.thumbnail_bar_width; in ozone_draw_entries()
787 sublabel_str, sublabel_max_width / ozone->fonts.entries_sublabel.glyph_width, in ozone_draw_entries()