HomeSort by: relevance | last modified time | path
    Searched refs:row_mod (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amiga/dev/
grfabs_reg.h 89 * for the plane pointers and row_mod is to support interleaving
108 u_short row_mod; /* number of bytes to reach next row. */ member in struct:bitmap
134 ((b)->plane[p] + (((b)->bytes_per_row + (b)->row_mod) * l))
219 (((v)->bitmap->bytes_per_row + (v)->bitmap->row_mod) * l))
ite_cc.c 249 + cci->view->bitmap->row_mod;
704 ptr += bm->bytes_per_row + bm->row_mod; /* don't get any smart
726 ppl += bm->row_mod + bm->bytes_per_row;
786 pl += bm->row_mod + bm->bytes_per_row;
807 pl += bm->row_mod + bm->bytes_per_row;
grfabs_cc.c 333 bm->row_mod = bm->bytes_per_row * (depth - 1);
338 bm->row_mod = 0;
993 tmp[0].cp.inst.operand = v->bitmap->row_mod;
994 tmp[1].cp.inst.operand = v->bitmap->row_mod;
1188 tmp[0].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1189 tmp[1].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1206 u_short mod = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1408 mod1l = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1581 u_long full_line = v->bitmap->bytes_per_row + v->bitmap->row_mod;
2062 tmp[0].cp.inst.operand = v->bitmap->row_mod;
    [all...]
amidisplaycc.c 296 int linebytes; /* widthbytes + row_mod */
1315 scr->linebytes = scr->widthbytes + view->bitmap->row_mod;

Completed in 123 milliseconds