|
static void | ozone_cursor_animation_cb (void *userdata) |
|
static void | ozone_animate_cursor (ozone_handle_t *ozone, float *dst, float *target) |
|
void | ozone_restart_cursor_animation (ozone_handle_t *ozone) |
|
void | ozone_draw_text (video_frame_info_t *video_info, ozone_handle_t *ozone, const char *str, float x, float y, enum text_alignment text_align, unsigned width, unsigned height, font_data_t *font, uint32_t color, bool draw_outside) |
|
static void | ozone_draw_cursor_slice (ozone_handle_t *ozone, video_frame_info_t *video_info, int x_offset, unsigned width, unsigned height, size_t y, float alpha) |
|
static void | ozone_draw_cursor_fallback (ozone_handle_t *ozone, video_frame_info_t *video_info, int x_offset, unsigned width, unsigned height, size_t y, float alpha) |
|
void | ozone_draw_cursor (ozone_handle_t *ozone, video_frame_info_t *video_info, int x_offset, unsigned width, unsigned height, size_t y, float alpha) |
|
void | ozone_color_alpha (float *color, float alpha) |
|
void | ozone_draw_icon (video_frame_info_t *video_info, unsigned icon_width, unsigned icon_height, uintptr_t texture, float x, float y, unsigned width, unsigned height, float rotation, float scale_factor, float *color) |
|
void | ozone_draw_backdrop (video_frame_info_t *video_info, float alpha) |
|
void | ozone_draw_osk (ozone_handle_t *ozone, video_frame_info_t *video_info, const char *label, const char *str) |
|
void | ozone_draw_messagebox (ozone_handle_t *ozone, video_frame_info_t *video_info, const char *message) |
|