Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Dtransupp.c655 JDIMENSION x_wipe_blocks, wipe_width; in do_wipe() local
673 FMEMZERO(buffer[offset_y] + x_wipe_blocks, in do_wipe()
690 JDIMENSION x_wipe_blocks, wipe_width, wipe_right; in do_flatten() local
700 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() local
761 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 …]