Home
last modified time | relevance | path

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

/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxht_thresh.c754 byte *ptr_out_temp = dest_strip; in fill_threshhold_buffer() local
759 ptr_out_temp += left_width; in fill_threshhold_buffer()
762 memcpy(ptr_out_temp, src_strip, src_width); in fill_threshhold_buffer()
763 ptr_out_temp += src_width; in fill_threshhold_buffer()
766 memcpy(ptr_out_temp, src_strip, right_width); in fill_threshhold_buffer()
768 ptr_out_temp += right_width; in fill_threshhold_buffer()
769 ii = (dest_strip-ptr_out_temp) % (LAND_BITS-1); in fill_threshhold_buffer()
771 memset(ptr_out_temp, 0, ii); in fill_threshhold_buffer()
857 byte *ptr_out, *row_ptr, *ptr_out_temp; in gxht_thresh_planes() local
1045 ptr_out_temp = ptr_out; in gxht_thresh_planes()
[all …]
H A Dgxp1fill.c674 unsigned char *ptr_out, *ptr_in, *buff_out, *buff_in, *ptr_out_temp; in tile_rect_trans_simple() local
757 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
760 memcpy( ptr_out_temp, row_ptr + left_copy_offset, left_copy_width); in tile_rect_trans_simple()
761 ptr_out_temp += left_width; in tile_rect_trans_simple()
766 memcpy( ptr_out_temp, row_ptr, mid_copy_width); in tile_rect_trans_simple()
767 ptr_out_temp += tile_width; in tile_rect_trans_simple()
771 memcpy( ptr_out_temp, row_ptr, right_copy_width); in tile_rect_trans_simple()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxht_thresh.c754 byte *ptr_out_temp = dest_strip; in fill_threshhold_buffer() local
759 ptr_out_temp += left_width; in fill_threshhold_buffer()
762 memcpy(ptr_out_temp, src_strip, src_width); in fill_threshhold_buffer()
763 ptr_out_temp += src_width; in fill_threshhold_buffer()
766 memcpy(ptr_out_temp, src_strip, right_width); in fill_threshhold_buffer()
768 ptr_out_temp += right_width; in fill_threshhold_buffer()
769 ii = (dest_strip-ptr_out_temp) % (LAND_BITS-1); in fill_threshhold_buffer()
771 memset(ptr_out_temp, 0, ii); in fill_threshhold_buffer()
857 byte *ptr_out, *row_ptr, *ptr_out_temp; in gxht_thresh_planes() local
1045 ptr_out_temp = ptr_out; in gxht_thresh_planes()
[all …]
H A Dgxp1fill.c674 unsigned char *ptr_out, *ptr_in, *buff_out, *buff_in, *ptr_out_temp; in tile_rect_trans_simple() local
757 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
760 memcpy( ptr_out_temp, row_ptr + left_copy_offset, left_copy_width); in tile_rect_trans_simple()
761 ptr_out_temp += left_width; in tile_rect_trans_simple()
766 memcpy( ptr_out_temp, row_ptr, mid_copy_width); in tile_rect_trans_simple()
767 ptr_out_temp += tile_width; in tile_rect_trans_simple()
771 memcpy( ptr_out_temp, row_ptr, right_copy_width); in tile_rect_trans_simple()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxht_thresh.c768 byte *ptr_out_temp = dest_strip; in fill_threshold_buffer() local
773 ptr_out_temp += left_width; in fill_threshold_buffer()
776 memcpy(ptr_out_temp, src_strip, src_width); in fill_threshold_buffer()
777 ptr_out_temp += src_width; in fill_threshold_buffer()
780 memcpy(ptr_out_temp, src_strip, right_width); in fill_threshold_buffer()
782 ptr_out_temp += right_width; in fill_threshold_buffer()
783 ii = (dest_strip-ptr_out_temp) % (LAND_BITS-1); in fill_threshold_buffer()
785 memset(ptr_out_temp, 0, ii); in fill_threshold_buffer()
863 byte *ptr_out, *row_ptr, *ptr_out_temp; in gxht_thresh_planes() local
1045 ptr_out_temp = ptr_out; in gxht_thresh_planes()
[all …]
H A Dgxp1fill.c741 unsigned char *ptr_out, *ptr_in, *buff_out, *buff_in, *ptr_out_temp; in tile_rect_trans_simple() local
832 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
836 ptr_out_temp += left_width<<deep; in tile_rect_trans_simple()
842 ptr_out_temp += tile_width<<deep; in tile_rect_trans_simple()
846 be_rev_cpy((uint16_t *)ptr_out_temp, (uint16_t *)row_ptr, right_copy_width); in tile_rect_trans_simple()
868 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
871 memcpy( ptr_out_temp, row_ptr + left_copy_offset, left_copy_width<<deep); in tile_rect_trans_simple()
872 ptr_out_temp += left_width<<deep; in tile_rect_trans_simple()
877 memcpy( ptr_out_temp, row_ptr, mid_copy_width<<deep); in tile_rect_trans_simple()
878 ptr_out_temp += tile_width<<deep; in tile_rect_trans_simple()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxht_thresh.c768 byte *ptr_out_temp = dest_strip; in fill_threshold_buffer() local
773 ptr_out_temp += left_width; in fill_threshold_buffer()
776 memcpy(ptr_out_temp, src_strip, src_width); in fill_threshold_buffer()
777 ptr_out_temp += src_width; in fill_threshold_buffer()
780 memcpy(ptr_out_temp, src_strip, right_width); in fill_threshold_buffer()
782 ptr_out_temp += right_width; in fill_threshold_buffer()
783 ii = (dest_strip-ptr_out_temp) % (LAND_BITS-1); in fill_threshold_buffer()
785 memset(ptr_out_temp, 0, ii); in fill_threshold_buffer()
863 byte *ptr_out, *row_ptr, *ptr_out_temp; in gxht_thresh_planes() local
1045 ptr_out_temp = ptr_out; in gxht_thresh_planes()
[all …]
H A Dgxp1fill.c741 unsigned char *ptr_out, *ptr_in, *buff_out, *buff_in, *ptr_out_temp; in tile_rect_trans_simple() local
832 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
836 ptr_out_temp += left_width<<deep; in tile_rect_trans_simple()
842 ptr_out_temp += tile_width<<deep; in tile_rect_trans_simple()
846 be_rev_cpy((uint16_t *)ptr_out_temp, (uint16_t *)row_ptr, right_copy_width); in tile_rect_trans_simple()
868 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
871 memcpy( ptr_out_temp, row_ptr + left_copy_offset, left_copy_width<<deep); in tile_rect_trans_simple()
872 ptr_out_temp += left_width<<deep; in tile_rect_trans_simple()
877 memcpy( ptr_out_temp, row_ptr, mid_copy_width<<deep); in tile_rect_trans_simple()
878 ptr_out_temp += tile_width<<deep; in tile_rect_trans_simple()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxp1fill.c565 unsigned char *ptr_out, *ptr_in, *buff_out, *buff_in, *ptr_out_temp; in tile_rect_trans_simple() local
619 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
623 memcpy( ptr_out_temp, row_ptr + dx, left_width); in tile_rect_trans_simple()
624 ptr_out_temp += left_width; in tile_rect_trans_simple()
630 memcpy( ptr_out_temp, row_ptr, tile_width); in tile_rect_trans_simple()
631 ptr_out_temp += tile_width; in tile_rect_trans_simple()
637 memcpy( ptr_out_temp, row_ptr, right_tile_width); in tile_rect_trans_simple()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxp1fill.c565 unsigned char *ptr_out, *ptr_in, *buff_out, *buff_in, *ptr_out_temp; in tile_rect_trans_simple() local
619 ptr_out_temp = ptr_out; in tile_rect_trans_simple()
623 memcpy( ptr_out_temp, row_ptr + dx, left_width); in tile_rect_trans_simple()
624 ptr_out_temp += left_width; in tile_rect_trans_simple()
630 memcpy( ptr_out_temp, row_ptr, tile_width); in tile_rect_trans_simple()
631 ptr_out_temp += tile_width; in tile_rect_trans_simple()
637 memcpy( ptr_out_temp, row_ptr, right_tile_width); in tile_rect_trans_simple()