Searched refs:x_wipe_blocks (Results 1 – 1 of 1) sorted by relevance
655 JDIMENSION x_wipe_blocks, wipe_width; in do_wipe() local673 FMEMZERO(buffer[offset_y] + x_wipe_blocks, in do_wipe()690 JDIMENSION x_wipe_blocks, wipe_width, wipe_right; in do_flatten() local700 wipe_right = wipe_width + x_wipe_blocks; in do_flatten()709 FMEMZERO(buffer[offset_y] + x_wipe_blocks, in do_flatten()711 if (x_wipe_blocks > 0) { in do_flatten()741 JDIMENSION x_wipe_blocks, wipe_width; in do_reflect() local761 if (x_wipe_blocks > 0) { in do_reflect()763 dst_row_ptr = buffer[offset_y] + x_wipe_blocks; in do_reflect()766 for (src_blk_x = x_wipe_blocks; in do_reflect()[all …]