Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dite_cc.c124 u_int row_offset; /* the row offset */ member
248 cci->row_offset = cci->view->bitmap->bytes_per_row in ite_newsize()
253 cci->row_bytes = cci->row_offset * ip->ftheight; in ite_newsize()
426 pl += cci->row_offset; in cursor32()
431 pl += cci->row_offset; in cursor32()
454 pl += cci->row_offset; in cursor32()
459 pl += cci->row_offset; in cursor32()
686 cci->column_offset[dx], cci->row_offset, cci->ft_x, cci->ft_y); in putc8()
/netbsd-src/sys/arch/atari/dev/
H A Dite_cc.c71 u_int row_offset; /* the row offset */ member
434 cci->row_offset = view->bitmap->bytes_per_row; in ite_newsize()
437 cci->row_bytes = cci->row_offset * cci->ft_y; in ite_newsize()
542 "d" (cci->row_offset) in cursor32()
567 "d" (cci->row_offset) in cursor32()
577 u_int ro = cci->row_offset; in putc8()
/netbsd-src/games/rogue/
H A Dlevel.c214 short row_offset, col_offset; in make_room() local
284 row_offset = get_rand(0, ((bottom_row - top_row) - height + 1)); in make_room()
287 top_row += row_offset; in make_room()