RetroArch
|
#include "ozone.h"
#include "ozone_texture.h"
#include "ozone_display.h"
#include <string/stdstring.h>
#include <encodings/utf.h>
#include "../../menu_driver.h"
#include "../../menu_animation.h"
Functions | |
static void | ozone_draw_entry_value (ozone_handle_t *ozone, video_frame_info_t *video_info, char *value, unsigned x, unsigned y, uint32_t alpha_uint32, menu_entry_t *entry) |
void | ozone_draw_entries (ozone_handle_t *ozone, video_frame_info_t *video_info, unsigned selection, unsigned selection_old, file_list_t *selection_buf, float alpha, float scroll_y, bool is_playlist) |
void ozone_draw_entries | ( | ozone_handle_t * | ozone, |
video_frame_info_t * | video_info, | ||
unsigned | selection, | ||
unsigned | selection_old, | ||
file_list_t * | selection_buf, | ||
float | alpha, | ||
float | scroll_y, | ||
bool | is_playlist | ||
) |
|
static |