GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Pixmap blits. More...
Go to the source code of this file.
Functions | |
void | gp_blit_xyxy (const gp_pixmap *src, gp_coord x0, gp_coord y0, gp_coord x1, gp_coord y1, gp_pixmap *dst, gp_coord x2, gp_coord y2) |
Blits a rectangle from src into a dst. | |
void | gp_blit_xywh (const gp_pixmap *src, gp_coord x0, gp_coord y0, gp_size w0, gp_size h0, gp_pixmap *dst, gp_coord x1, gp_coord y1) |
Blits a rectangle from src into a dst. | |
static void | gp_blit (const gp_pixmap *src, gp_coord x0, gp_coord y0, gp_size w0, gp_size h0, gp_pixmap *dst, gp_coord x1, gp_coord y1) |
Blits a rectangle from src into a dst. | |
Pixmap blits.
Definition in file gp_blit.h.