Go to the source code of this file.
|
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) |
|
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_restart_cursor_animation (ozone_handle_t *ozone) |
|
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) |
|
◆ ozone_color_alpha()
void ozone_color_alpha |
( |
float * |
color, |
|
|
float |
alpha |
|
) |
| |
◆ ozone_draw_backdrop()
◆ ozone_draw_cursor()
◆ ozone_draw_icon()
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 |
|
) |
| |
◆ ozone_draw_messagebox()
◆ ozone_draw_osk()
◆ ozone_draw_text()
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 |
|
) |
| |
◆ ozone_restart_cursor_animation()