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