Rename GP_Context -> GP_Pixmap
[gfxprim.git] / include / gfx / GP_HLine.gen.h.t
blob6dcb587b4533772f475cee25229aab66c4e166ac
1 @ include header.t
2 /*
3  * HLine generated header
4  *
5  * Copyright (C) 2009-2014 Cyril Hrubis <metan@ucw.cz>
6  */
8 @ for ps in pixelsizes:
9 void GP_HLine_Raw_{{ ps.suffix }}(GP_Pixmap *pixmap, GP_Coord x0,
10                         GP_Coord x1, GP_Coord y, GP_Pixel pixel);