13#ifndef GFX_GP_POLYGON_H
14#define GFX_GP_POLYGON_H
38 unsigned int vertex_count,
const gp_coord *xy,
56 unsigned int vertex_count,
const gp_coord *xy,
uint32_t gp_pixel
Pixel integer value.
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
void gp_fill_polygon(gp_pixmap *pixmap, gp_coord x_off, gp_coord y_off, unsigned int vertex_count, const gp_coord *xy, gp_pixel pixel)
Fills a polygon.
void gp_polygon_th(gp_pixmap *pixmap, gp_coord x_off, gp_coord y_off, unsigned int vertex_count, const gp_coord *xy, gp_size r, gp_pixel pixel)
Draws a thick polygon outline.
void gp_polygon(gp_pixmap *pixmap, gp_coord x_off, gp_coord y_off, unsigned int vertex_count, const gp_coord *xy, gp_pixel pixel)
Draws a polygon outline.