Searched refs:rwidth (Results 1 – 4 of 4) sorted by relevance
342 int rwidth = tiles->rep_width; in gx_default_strip_tile_rectangle() local395 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()
270 int rwidth = tile->rep_width; in win_ddb_tile_rectangle() local271 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()
387 int rwidth = tile->rep_width; in win_prn_tile_rectangle() local388 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()
691 int rwidth; /* Rendering-Width */ member1339 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 …]