Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/menu/drivers/ozone/
H A Dozone_entries.c406 ozone->fonts.entries_sublabel.glyph_width, in ozone_compute_entries_position()
407 ozone->fonts.entries_sublabel.wideglyph_width, 0); in ozone_compute_entries_position()
413 … node->height += (node->sublabel_lines - 1) * ozone->fonts.entries_sublabel.line_height; in ozone_compute_entries_position()
787 sublabel_str, sublabel_max_width / ozone->fonts.entries_sublabel.glyph_width, in ozone_draw_entries()
788 ozone->fonts.entries_sublabel.wideglyph_width, 0); in ozone_draw_entries()
879 ozone->fonts.entries_sublabel.font, in ozone_draw_entries()
884 …ght - (node->sublabel_lines * ozone->fonts.entries_sublabel.line_height))/2.0f + ozone->fonts.entr… in ozone_draw_entries()
941 ozone_font_flush(video_width, video_height, &ozone->fonts.entries_sublabel); in ozone_draw_entries()
H A Dozone.h132 ozone_font_data_t entries_sublabel; member
H A Dozone.c903 video_coord_array_free(&ozone->fonts.entries_sublabel.raster_block.carr); in ozone_free()
1210 font_inited = ozone_init_font(&ozone->fonts.entries_sublabel, in ozone_set_layout()
1412 ozone_font_free(&ozone->fonts.entries_sublabel); in ozone_context_destroy()
3008 ozone_font_bind(&ozone->fonts.entries_sublabel); in ozone_frame()
3132 ozone_font_flush(video_width, video_height, &ozone->fonts.entries_sublabel); in ozone_frame()
3245 ozone_font_unbind(&ozone->fonts.entries_sublabel); in ozone_frame()