GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A vertical line drawing algorithm. More...
Go to the source code of this file.
Functions | |
void | gp_vline_xyy (gp_pixmap *pixmap, gp_coord x, gp_coord y0, gp_coord y1, gp_pixel pixel) |
Vertical line drawing algorithm. | |
void | gp_vline_xyh (gp_pixmap *pixmap, gp_coord x, gp_coord y, gp_size h, gp_pixel pixel) |
Vertical line drawing algorithm. | |
static void | gp_vline (gp_pixmap *pixmap, gp_coord x, gp_coord y0, gp_coord y1, gp_pixel pixel) |
Horizontal line drawing algorithm. | |
A vertical line drawing algorithm.
Definition in file gp_vline.h.