Searched refs:wipe_width (Results 1 – 1 of 1) sorted by relevance
576 JDIMENSION x_wipe_blocks, wipe_width; in do_wipe() local585 wipe_width = drop_width * compptr->h_samp_factor; in do_wipe()594 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_wipe()610 JDIMENSION x_wipe_blocks, wipe_width, wipe_right; in do_flatten() local619 wipe_width = drop_width * compptr->h_samp_factor; in do_flatten()620 wipe_right = wipe_width + x_wipe_blocks; in do_flatten()629 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_flatten()659 JDIMENSION x_wipe_blocks, wipe_width; in do_reflect() local671 wipe_width = drop_width * compptr->h_samp_factor; in do_reflect()682 for (dst_blk_x = wipe_width; dst_blk_x > 0;) { in do_reflect()[all …]