Home
last modified time | relevance | path

Searched refs:draw_line (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/games/atc/
H A Dgraphics.c57 static void draw_line(WINDOW *, int, int, int, int, const char *);
163 draw_line(radar, scp->line[i].p1.x, scp->line[i].p1.y, in setup_screen()
215 draw_line(WINDOW *w, int x, int y, int lx, int ly, const char *s) in draw_line() function
/dflybsd-src/contrib/ee/
H A Dee.c262 void draw_line P_((int vertical, int horiz, unsigned char *ptr, int t_pos, int length));
773 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length);
875 draw_line(last_line, 0, tp, 1, temp_buff->line_length);
879 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length);
1009 draw_line(vertical, horiz, ptr, t_pos, length) /* redraw line from current position */ in draw_line() function
1137 draw_line(scr_vert, scr_horz, point, position,
1380 draw_line(last_line,0,point,1,curr_line->line_length); in nextline()
1396 draw_line(0,0,point,1,curr_line->line_length); in prevline()
2392 draw_line(temp_vert, 0, line_out, 1, temp_line->line_length); in draw_screen()
2804 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length); in del_word()
[all …]