gfx: Add Anti Aliased HLine and VLine.
commite0d46203381e3dd146a17fe0078af68a1d2e8b40
authorCyril Hrubis <metan@ucw.cz>
Mon, 13 Feb 2012 14:38:20 +0000 (13 15:38 +0100)
committerCyril Hrubis <metan@ucw.cz>
Mon, 13 Feb 2012 14:38:20 +0000 (13 15:38 +0100)
tree659a1876c135282d4060653afa4aa4f5782a7879
parent923ee620ce7cc8acf847c29b9da82ba5899ae520
gfx: Add Anti Aliased HLine and VLine.

(Needed for correct Anti Aliased Line)
include/gfx/GP_Gfx.h
include/gfx/GP_HLineAA.h [copied from include/gfx/GP_Gfx.h with 64% similarity]
include/gfx/GP_VLineAA.h [copied from include/gfx/GP_Gfx.h with 64% similarity]
libs/gfx/GP_HLineAA.c [copied from include/gfx/GP_Gfx.h with 63% similarity]
libs/gfx/GP_HLineAA.gen.c.t [new file with mode: 0644]
libs/gfx/GP_LineAA.gen.c.t
libs/gfx/GP_VLineAA.c [copied from include/gfx/GP_Gfx.h with 64% similarity]
libs/gfx/GP_VLineAA.gen.c.t [new file with mode: 0644]
libs/gfx/Makefile