Searched refs:dst_row_ptr (Results 1 – 1 of 1) sorted by relevance
481 JBLOCKROW src_row_ptr, dst_row_ptr; in do_crop_ext_reflect() local526 dst_row_ptr = dst_buffer[offset_y] + x_crop_blocks; in do_crop_ext_reflect()528 src_row_ptr = dst_row_ptr; /* (re)set axis of reflection */ in do_crop_ext_reflect()531 dst_ptr = *(--dst_row_ptr); /* destination goes left */ in do_crop_ext_reflect()544 dst_row_ptr = dst_buffer[offset_y] + x_crop_blocks + comp_width; in do_crop_ext_reflect()547 src_row_ptr = dst_row_ptr; /* (re)set axis of reflection */ in do_crop_ext_reflect()550 dst_ptr = *dst_row_ptr++; /* destination goes right */ in do_crop_ext_reflect()664 JBLOCKROW src_row_ptr, dst_row_ptr; in do_reflect() local681 dst_row_ptr = buffer[offset_y] + x_wipe_blocks; in do_reflect()683 src_row_ptr = dst_row_ptr; /* (re)set axis of reflection */ in do_reflect()[all …]