GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Functions
gp_vline.h File Reference

A vertical line drawing algorithm. More...

#include <core/gp_types.h>
#include <gfx/gp_vline.gen.h>

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.
 

Detailed Description

A vertical line drawing algorithm.

Definition in file gp_vline.h.