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...
 

Detailed Description

Function Documentation

◆ hal_gfx_fill_triangle_fan_f()

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)

Parameters
[in]verticesPointer to vertices coordinated (first x coordinate of vertex, then y coordinate of vertex)
[in]num_verticesNumber of vertices
[in]strideDistance between two vertices
[in]rgba8888Color to be used

◆ hal_gfx_fill_triangle_strip_f()

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)

Parameters
[in]verticesPointer to vertices coordinated (first x coordinate of vertex, then y coordinate of vertex)
[in]num_verticesnumber of vertices
[in]strideDistance between two vertices
[in]rgba8888Color to be used