HomeSort by: relevance | last modified time | path
    Searched defs:row_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/atari/dev/
ite_cc.c 71 u_int row_offset; /* the row offset */ member in struct:ite_priv
434 cci->row_offset = view->bitmap->bytes_per_row;
437 cci->row_bytes = cci->row_offset * cci->ft_y;
542 "d" (cci->row_offset)
567 "d" (cci->row_offset)
577 u_int ro = cci->row_offset;
  /src/games/rogue/
level.c 214 short row_offset, col_offset; local in function:make_room
284 row_offset = get_rand(0, ((bottom_row - top_row) - height + 1));
287 top_row += row_offset;
  /src/sys/arch/amiga/dev/
ite_cc.c 124 u_int row_offset; /* the row offset */ member in struct:ite_priv
248 cci->row_offset = cci->view->bitmap->bytes_per_row
253 cci->row_bytes = cci->row_offset * ip->ftheight;
426 pl += cci->row_offset;
431 pl += cci->row_offset;
454 pl += cci->row_offset;
459 pl += cci->row_offset;
686 cci->column_offset[dx], cci->row_offset, cci->ft_x, cci->ft_y);

Completed in 16 milliseconds