40#ifndef _VTFT_DRAWING_H_
41#define _VTFT_DRAWING_H_
void _draw_none(vtft_t *instance, const vtft_component *__generic_ptr component)
An empty drawing handle for components with an invalid type.
void _draw_circle_button(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given circle button component.
void _draw_ellipse(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given ellipse component.
void _draw_label(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given label component.
void _draw_progress_bar(vtft_t *instance, vtft_component *__generic_ptr component)
Draws the given progress bar.
void _update_progress_bar(vtft_t *instance, vtft_progress_bar *progressBar)
Updates the position of the given progress bar.
void _draw_rounded_box(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given rounded box component.
void _draw_image(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given image component.
void _draw_radio_button(vtft_t *instance, vtft_component *__generic_ptr component)
Draws the given radio button.
void _draw_rounded_button(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given rounded button component.
void _draw_line(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given line component.
void _draw_check_box(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given check box.
void _draw_box(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given box component.
void _draw_button(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given button component.
void _draw_circle(vtft_t *instance, const vtft_component *__generic_ptr component)
Draws the given circle component.
Definition vtft_types.h:181
Definition vtft_types.h:456
Definition vtft_types.h:504