GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A horizontal line drawing algorithm. More...
Go to the source code of this file.
Functions | |
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. | |
A horizontal line drawing algorithm.
Definition in file gp_hline.h.