Functions | |
void | hal_gfx_fill_triangle_strip_f (float *vertices, int num_vertices, int stride, uint32_t rgba8888) |
Fill a triangle strip with color (float coordinates) More... | |
void | hal_gfx_fill_triangle_fan_f (float *vertices, int num_vertices, int stride, uint32_t rgba8888) |
Fill a traingle fan with color (float coordinates) More... | |
void hal_gfx_fill_triangle_fan_f | ( | float * | vertices, |
int | num_vertices, | ||
int | stride, | ||
uint32_t | rgba8888 | ||
) |
Fill a traingle fan with color (float coordinates)
[in] | vertices | Pointer to vertices coordinated (first x coordinate of vertex, then y coordinate of vertex) |
[in] | num_vertices | Number of vertices |
[in] | stride | Distance between two vertices |
[in] | rgba8888 | Color to be used |
void hal_gfx_fill_triangle_strip_f | ( | float * | vertices, |
int | num_vertices, | ||
int | stride, | ||
uint32_t | rgba8888 | ||
) |
Fill a triangle strip with color (float coordinates)
[in] | vertices | Pointer to vertices coordinated (first x coordinate of vertex, then y coordinate of vertex) |
[in] | num_vertices | number of vertices |
[in] | stride | Distance between two vertices |
[in] | rgba8888 | Color to be used |