2 * $Source: s:/prj/tech/libsrc/dev2d/RCS/gdlin.h $
5 * $Date: 1996/04/10 16:37:26 $
9 * This file is part of the dev2d library.
24 ((gdulin_func *)(gdd_canvas_table[GDC_UHLINE]))
27 ((gdulin_func *)(gdd_canvas_table[GDC_UVLINE]))
29 #define gd_uhline_expose \
30 ((gdulin_expose_func *)(gdd_canvas_table[GDC_UHLINE_EXPOSE]))
32 #define gd_uvline_expose \
33 ((gdulin_expose_func *)(gdd_canvas_table[GDC_UVLINE_EXPOSE]))
35 extern int gd_hline(int x
, int y
, int x1
);
36 extern int gd_hline_opt(int x
, int y
, int x1
, gdulin_func
*uhlin_func
);
37 extern int gd_vline(int x
, int y
, int y1
);
38 extern int gd_vline_opt(int x
, int y
, int y1
, gdulin_func
*uvlin_func
);