Home
last modified time | relevance | path

Searched refs:rwidth (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevdbit.c342 int rwidth = tiles->rep_width; in gx_default_strip_tile_rectangle() local
395 int irx = ((rwidth & (rwidth - 1)) == 0 ? /* power of 2 */ in gx_default_strip_tile_rectangle()
396 (x + xoff) & (rwidth - 1) : in gx_default_strip_tile_rectangle()
397 (x + xoff) % rwidth); in gx_default_strip_tile_rectangle()
494 if ((irx += shift) >= rwidth) in gx_default_strip_tile_rectangle()
495 irx -= rwidth; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c270 int rwidth = tile->rep_width; in win_ddb_tile_rectangle() local
271 int irx = ((rwidth & (rwidth - 1)) == 0 ? /* power of 2 */ in win_ddb_tile_rectangle()
272 x & (rwidth - 1) : in win_ddb_tile_rectangle()
273 x % rwidth); in win_ddb_tile_rectangle()
H A Dgdevwprn.c387 int rwidth = tile->rep_width; in win_prn_tile_rectangle() local
388 int irx = ((rwidth & (rwidth - 1)) == 0 ? /* power of 2 */ in win_prn_tile_rectangle()
389 x & (rwidth - 1) : in win_prn_tile_rectangle()
390 x % rwidth); in win_prn_tile_rectangle()
H A Dgdevupd.c691 int rwidth; /* Rendering-Width */ member
1339 errprintf( "upd->rwidth = %5d\n",upd->rwidth); in upd_open()
3248 upd->rwidth = upd->gswidth; in upd_open_render()
3251 upd->rwidth = upd->ints[I_PWIDTH]; in upd_open_render()
3381 need = (2 + upd->rwidth) * upd->ncomp; in upd_open_fscomp()
3595 int pwidth = upd->rwidth; in upd_fscomp()
3804 int32_t pwidth = upd->rwidth; in upd_fscmyk()
3830 data = upd->gsscan + 4 * (upd->rwidth-1); in upd_fscmyk()
3835 data = upd->gsscan + 4 * (upd->rwidth-1); in upd_fscmyk()
3855 rowerr += 4 * (upd->rwidth-1); in upd_fscmyk()
[all …]