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

A horizontal line drawing algorithm. More...

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

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.
 

Detailed Description

A horizontal line drawing algorithm.

Definition in file gp_hline.h.