17#include <gfx/gp_hline.gen.h>
55 gp_hline_xxy_raw(pixmap, x0, x1, y, p);
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_hline_xxy(gp_pixmap *pixmap, gp_coord x0, gp_coord x1, gp_coord y, gp_pixel pixel)
Horizontal line drawing algorithm.
void gp_hline_xyw(gp_pixmap *pixmap, gp_coord x, gp_coord y, gp_size w, gp_pixel pixel)
Horizontal line drawing algorithm.
static void gp_hline(gp_pixmap *pixmap, gp_coord x0, gp_coord x1, gp_coord y, gp_pixel p)
Horizontal line drawing algorithm.