32 gp_rect_xyxy(pixmap, x0, y0, x1, y1, pixel);
38 gp_rect_xyxy_raw(pixmap, x0, y0, x1, y1, pixel);
59 gp_fill_rect_xyxy(pixmap, x0, y0, x1, y1, pixel);
62static inline void gp_fill_rect_raw(
gp_pixmap *pixmap,
66 gp_fill_rect_xyxy_raw(pixmap, x0, y0, x1, y1, pixel);
uint32_t gp_pixel
Pixel integer value.
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...