Home
last modified time | relevance | path

Searched refs:fill_adjust (Results 1 – 25 of 118) sorted by relevance

12345

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgscolor3.c108 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
112 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
H A Dgspaint.c304 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
305 pgs->fill_adjust.y, abits); in fill_with_rule()
311 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
432 pgs->fill_adjust.x + extra_adjust, in gs_stroke()
433 pgs->fill_adjust.y + extra_adjust, in gs_stroke()
451 pgs->fill_adjust.x, in gs_stroke()
452 pgs->fill_adjust.y); in gs_stroke()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgscolor3.c111 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
115 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
H A Dgspaint.c295 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
296 pgs->fill_adjust.y, abits, devn); in do_fill()
302 pgs->fill_adjust.x, pgs->fill_adjust.y); in do_fill()
435 pgs->fill_adjust.x + extra_adjust, in do_stroke()
436 pgs->fill_adjust.y + extra_adjust, in do_stroke()
454 pgs->fill_adjust.x, in do_stroke()
455 pgs->fill_adjust.y); in do_stroke()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgscolor3.c108 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
112 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
H A Dgspaint.c304 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
305 pgs->fill_adjust.y, abits); in fill_with_rule()
311 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
432 pgs->fill_adjust.x + extra_adjust, in gs_stroke()
433 pgs->fill_adjust.y + extra_adjust, in gs_stroke()
451 pgs->fill_adjust.x, in gs_stroke()
452 pgs->fill_adjust.y); in gs_stroke()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgscolor3.c111 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
115 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
H A Dgspaint.c295 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
296 pgs->fill_adjust.y, abits, devn); in do_fill()
302 pgs->fill_adjust.x, pgs->fill_adjust.y); in do_fill()
435 pgs->fill_adjust.x + extra_adjust, in do_stroke()
436 pgs->fill_adjust.y + extra_adjust, in do_stroke()
454 pgs->fill_adjust.x, in do_stroke()
455 pgs->fill_adjust.y); in do_stroke()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgscolor3.c131 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
135 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
H A Dgspaint.c331 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
332 pgs->fill_adjust.y, abits, devn); in do_fill()
340 pgs->fill_adjust.x, pgs->fill_adjust.y); in do_fill()
483 pgs->fill_adjust.x + extra_adjust, in do_stroke()
484 pgs->fill_adjust.y + extra_adjust, in do_stroke()
512 pgs->fill_adjust.x, in do_stroke()
513 pgs->fill_adjust.y); in do_stroke()
724 pgs->fill_adjust.x + extra_adjust, in do_fill_stroke()
725 pgs->fill_adjust.y + extra_adjust, in do_fill_stroke()
H A Dgxpaint.c87 fill_params.adjust.x = pgs->fill_adjust.x; in gx_fill_stroke_path()
88 fill_params.adjust.y = pgs->fill_adjust.y; in gx_fill_stroke_path()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgscolor3.c131 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
135 pgs->fill_adjust.x, pgs->fill_adjust.y); in gs_shfill()
H A Dgspaint.c331 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
332 pgs->fill_adjust.y, abits, devn); in do_fill()
340 pgs->fill_adjust.x, pgs->fill_adjust.y); in do_fill()
483 pgs->fill_adjust.x + extra_adjust, in do_stroke()
484 pgs->fill_adjust.y + extra_adjust, in do_stroke()
512 pgs->fill_adjust.x, in do_stroke()
513 pgs->fill_adjust.y); in do_stroke()
724 pgs->fill_adjust.x + extra_adjust, in do_fill_stroke()
725 pgs->fill_adjust.y + extra_adjust, in do_fill_stroke()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgspaint.c263 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
264 pgs->fill_adjust.y, abits); in fill_with_rule()
270 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
342 pgs->fill_adjust.x + extra_adjust, in gs_stroke()
343 pgs->fill_adjust.y + extra_adjust, in gs_stroke()
361 pgs->fill_adjust.x, in gs_stroke()
362 pgs->fill_adjust.y); in gs_stroke()
H A Dgsdps1.c175 draw_rect.p.x = min(p.x, q.x) - pgs->fill_adjust.x; in gs_rectfill()
176 draw_rect.p.y = min(p.y, q.y) - pgs->fill_adjust.y; in gs_rectfill()
177 draw_rect.q.x = max(p.x, q.x) + pgs->fill_adjust.x; in gs_rectfill()
178 draw_rect.q.y = max(p.y, q.y) + pgs->fill_adjust.y; in gs_rectfill()
H A Dgxtype1.c442 pis->fill_adjust.x = pis->fill_adjust.y = in gs_type1_endchar()
448 pis->fill_adjust.x = pis->fill_adjust.y = in gs_type1_endchar()
454 pis->fill_adjust.x = pis->fill_adjust.y = fixed_0; in gs_type1_endchar()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgspaint.c263 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
264 pgs->fill_adjust.y, abits); in fill_with_rule()
270 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
342 pgs->fill_adjust.x + extra_adjust, in gs_stroke()
343 pgs->fill_adjust.y + extra_adjust, in gs_stroke()
361 pgs->fill_adjust.x, in gs_stroke()
362 pgs->fill_adjust.y); in gs_stroke()
H A Dgsdps1.c175 draw_rect.p.x = min(p.x, q.x) - pgs->fill_adjust.x; in gs_rectfill()
176 draw_rect.p.y = min(p.y, q.y) - pgs->fill_adjust.y; in gs_rectfill()
177 draw_rect.q.x = max(p.x, q.x) + pgs->fill_adjust.x; in gs_rectfill()
178 draw_rect.q.y = max(p.y, q.y) + pgs->fill_adjust.y; in gs_rectfill()
H A Dgxtype1.c442 pis->fill_adjust.x = pis->fill_adjust.y = in gs_type1_endchar()
448 pis->fill_adjust.x = pis->fill_adjust.y = in gs_type1_endchar()
454 pis->fill_adjust.x = pis->fill_adjust.y = fixed_0; in gs_type1_endchar()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzchar42.c205 gs_fixed_point fa = i_ctx_p->pgs->fill_adjust; in type42_fill()
207 i_ctx_p->pgs->fill_adjust.x = i_ctx_p->pgs->fill_adjust.y = -1; in type42_fill()
209 i_ctx_p->pgs->fill_adjust = fa; /* Not sure whether we need to restore it, in type42_fill()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzchar42.c205 gs_fixed_point fa = i_ctx_p->pgs->fill_adjust; in type42_fill()
207 i_ctx_p->pgs->fill_adjust.x = i_ctx_p->pgs->fill_adjust.y = -1; in type42_fill()
209 i_ctx_p->pgs->fill_adjust = fa; /* Not sure whether we need to restore it, in type42_fill()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzchar42.c226 gs_fixed_point fa = i_ctx_p->pgs->fill_adjust; in type42_fill()
228 i_ctx_p->pgs->fill_adjust.x = i_ctx_p->pgs->fill_adjust.y = -1; in type42_fill()
230 i_ctx_p->pgs->fill_adjust = fa; /* Not sure whether we need to restore it, in type42_fill()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzchar42.c238 gs_fixed_point fa = i_ctx_p->pgs->fill_adjust; in type42_fill()
240 i_ctx_p->pgs->fill_adjust.x = i_ctx_p->pgs->fill_adjust.y = -1; in type42_fill()
242 i_ctx_p->pgs->fill_adjust = fa; /* Not sure whether we need to restore it, in type42_fill()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzchar42.c238 gs_fixed_point fa = i_ctx_p->pgs->fill_adjust; in type42_fill()
240 i_ctx_p->pgs->fill_adjust.x = i_ctx_p->pgs->fill_adjust.y = -1; in type42_fill()
242 i_ctx_p->pgs->fill_adjust = fa; /* Not sure whether we need to restore it, in type42_fill()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzchar42.c226 gs_fixed_point fa = i_ctx_p->pgs->fill_adjust; in type42_fill()
228 i_ctx_p->pgs->fill_adjust.x = i_ctx_p->pgs->fill_adjust.y = -1; in type42_fill()
230 i_ctx_p->pgs->fill_adjust = fa; /* Not sure whether we need to restore it, in type42_fill()

12345