Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxblend.c4748 if (shape_off) { in template_mark_fill_rect()
4772 if (shape_off) { in mark_fill_rect_alpha0()
4954 if (shape_off) { in mark_fill_rect_add1_no_spots()
5008 if (shape_off) { in mark_fill_rect_add1_no_spots_normal()
5157 shape_off = 0; in do_mark_fill_rectangle()
5335 if (shape_off) { in template_mark_fill_rect16()
5363 if (shape_off) { in mark_fill_rect16_alpha0()
5559 if (shape_off) { in mark_fill_rect16_add1_no_spots()
5624 if (shape_off) { in mark_fill_rect16_add1_no_spots_normal()
5777 shape_off = 0; in do_mark_fill_rectangle16()
[all …]
H A Dgdevp14.c3448 int shape_off = num_chan * planestride; in do_pdf14_copy_alpha_color() local
3637 int shape_off = num_chan * planestride; in do_pdf14_copy_alpha_color_16() local
3697 shape_off >>= 1; in do_pdf14_copy_alpha_color_16()
6200 int shape_off = num_chan * planestride; in do_mark_fill_rectangle_ko_simple() local
6254 shape_off = 0; in do_mark_fill_rectangle_ko_simple()
6351 if (shape_off) in do_mark_fill_rectangle_ko_simple()
6352 dst_ptr[shape_off] = 255 - shape; in do_mark_fill_rectangle_ko_simple()
6395 int shape_off = num_chan * planestride; in do_mark_fill_rectangle_ko_simple16() local
6447 shape_off = 0; in do_mark_fill_rectangle_ko_simple16()
6487 shape_off >>= 1; in do_mark_fill_rectangle_ko_simple16()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxblend.c4748 if (shape_off) { in template_mark_fill_rect()
4772 if (shape_off) { in mark_fill_rect_alpha0()
4954 if (shape_off) { in mark_fill_rect_add1_no_spots()
5008 if (shape_off) { in mark_fill_rect_add1_no_spots_normal()
5157 shape_off = 0; in do_mark_fill_rectangle()
5335 if (shape_off) { in template_mark_fill_rect16()
5363 if (shape_off) { in mark_fill_rect16_alpha0()
5559 if (shape_off) { in mark_fill_rect16_add1_no_spots()
5624 if (shape_off) { in mark_fill_rect16_add1_no_spots_normal()
5777 shape_off = 0; in do_mark_fill_rectangle16()
[all …]
H A Dgdevp14.c3448 int shape_off = num_chan * planestride; in do_pdf14_copy_alpha_color() local
3637 int shape_off = num_chan * planestride; in do_pdf14_copy_alpha_color_16() local
3697 shape_off >>= 1; in do_pdf14_copy_alpha_color_16()
6200 int shape_off = num_chan * planestride; in do_mark_fill_rectangle_ko_simple() local
6254 shape_off = 0; in do_mark_fill_rectangle_ko_simple()
6351 if (shape_off) in do_mark_fill_rectangle_ko_simple()
6352 dst_ptr[shape_off] = 255 - shape; in do_mark_fill_rectangle_ko_simple()
6395 int shape_off = num_chan * planestride; in do_mark_fill_rectangle_ko_simple16() local
6447 shape_off = 0; in do_mark_fill_rectangle_ko_simple16()
6487 shape_off >>= 1; in do_mark_fill_rectangle_ko_simple16()
[all …]
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/PDFJ/
H A DForm.pm425 my $shape_off = PDFJ::Shape->new;
426 PDFJ::Form::makeframe($shape_off, $left, $bottom, $size, $size, $fwidth,
428 $shape_off->show($mp_off, 0, 0);
485 my $shape_off = PDFJ::Shape->new;
486 PDFJ::Form::makecircleframe($shape_off, $width / 2, $height / 2, $size / 2,
488 $shape_off->show($mp_off, 0, 0);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpnga.c1051 int shape_off = buf->n_chan * planestride; in pnga_mark_fill_rectangle() local
1052 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pnga_mark_fill_rectangle()
1082 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pnga_mark_fill_rectangle()
1083 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pnga_mark_fill_rectangle()
1105 int shape_off = buf->n_chan * planestride; in pnga_mark_fill_rectangle_ko_simple() local
1127 art_pdf_composite_knockout_simple_8(dst, has_shape ? dst_ptr + shape_off : NULL, in pnga_mark_fill_rectangle_ko_simple()
H A Dgdevp14.c1077 int shape_off = buf->n_chan * planestride; in pdf14_mark_fill_rectangle() local
1078 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_mark_fill_rectangle()
1108 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pdf14_mark_fill_rectangle()
1109 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_mark_fill_rectangle()
1131 int shape_off = buf->n_chan * planestride; in pdf14_mark_fill_rectangle_ko_simple() local
1153 art_pdf_composite_knockout_simple_8(dst, has_shape ? dst_ptr + shape_off : NULL, in pdf14_mark_fill_rectangle_ko_simple()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpnga.c1051 int shape_off = buf->n_chan * planestride; in pnga_mark_fill_rectangle() local
1052 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pnga_mark_fill_rectangle()
1082 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pnga_mark_fill_rectangle()
1083 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pnga_mark_fill_rectangle()
1105 int shape_off = buf->n_chan * planestride; in pnga_mark_fill_rectangle_ko_simple() local
1127 art_pdf_composite_knockout_simple_8(dst, has_shape ? dst_ptr + shape_off : NULL, in pnga_mark_fill_rectangle_ko_simple()
H A Dgdevp14.c1077 int shape_off = buf->n_chan * planestride; in pdf14_mark_fill_rectangle() local
1078 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_mark_fill_rectangle()
1108 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pdf14_mark_fill_rectangle()
1109 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_mark_fill_rectangle()
1131 int shape_off = buf->n_chan * planestride; in pdf14_mark_fill_rectangle_ko_simple() local
1153 art_pdf_composite_knockout_simple_8(dst, has_shape ? dst_ptr + shape_off : NULL, in pdf14_mark_fill_rectangle_ko_simple()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevp14.c2092 int shape_off = num_chan * planestride; in pdf14_copy_alpha_color() local
2093 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_copy_alpha_color()
2189 has_shape ? dst_ptr + shape_off : NULL, in pdf14_copy_alpha_color()
2225 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_copy_alpha_color()
4222 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle() local
4223 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_mark_fill_rectangle()
4325 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pdf14_mark_fill_rectangle()
4326 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_mark_fill_rectangle()
4371 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle_ko_simple() local
4374 int tag_off = shape_off + (has_alpha_g ? planestride : 0) + in pdf14_mark_fill_rectangle_ko_simple()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevp14.c2092 int shape_off = num_chan * planestride; in pdf14_copy_alpha_color() local
2093 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_copy_alpha_color()
2189 has_shape ? dst_ptr + shape_off : NULL, in pdf14_copy_alpha_color()
2225 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_copy_alpha_color()
4222 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle() local
4223 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_mark_fill_rectangle()
4325 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pdf14_mark_fill_rectangle()
4326 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_mark_fill_rectangle()
4371 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle_ko_simple() local
4374 int tag_off = shape_off + (has_alpha_g ? planestride : 0) + in pdf14_mark_fill_rectangle_ko_simple()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevp14.c3266 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle() local
3267 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_mark_fill_rectangle()
3354 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pdf14_mark_fill_rectangle()
3355 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_mark_fill_rectangle()
3396 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle_ko_simple() local
3452 has_shape ? dst_ptr + shape_off : NULL, src, num_comp, 255); in pdf14_mark_fill_rectangle_ko_simple()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevp14.c3266 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle() local
3267 int alpha_g_off = shape_off + (has_shape ? planestride : 0); in pdf14_mark_fill_rectangle()
3354 int tmp = (255 - dst_ptr[shape_off]) * (255 - shape) + 0x80; in pdf14_mark_fill_rectangle()
3355 dst_ptr[shape_off] = 255 - ((tmp + (tmp >> 8)) >> 8); in pdf14_mark_fill_rectangle()
3396 int shape_off = num_chan * planestride; in pdf14_mark_fill_rectangle_ko_simple() local
3452 has_shape ? dst_ptr + shape_off : NULL, src, num_comp, 255); in pdf14_mark_fill_rectangle_ko_simple()