Home
last modified time | relevance | path

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

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfixed.h61 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
88 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
116 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
127 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfillts.h65 fixed y_span_delta = _fixed_pixround_v + fo->adjust_above; in TEMPLATE_slant_into_trapezoids()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfixed.h61 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
88 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
116 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
127 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfillts.h65 fixed y_span_delta = _fixed_pixround_v + fo->adjust_above; in TEMPLATE_slant_into_trapezoids()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfixed.h64 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
91 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
119 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
130 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfillts.h69 fixed y_span_delta = _fixed_pixround_v + fo->adjust_above; in TEMPLATE_slant_into_trapezoids()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfixed.h64 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
91 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
119 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
130 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfillts.h69 fixed y_span_delta = _fixed_pixround_v + fo->adjust_above; in TEMPLATE_slant_into_trapezoids()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfixed.h62 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
89 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
117 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
128 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfillts.h67 fixed y_span_delta = _fixed_pixround_v + fo->adjust_above; in TEMPLATE_slant_into_trapezoids()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfixed.h62 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
89 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
117 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
128 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfillts.h67 fixed y_span_delta = _fixed_pixround_v + fo->adjust_above; in TEMPLATE_slant_into_trapezoids()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfixed.h65 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
92 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
118 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
127 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfill.c1001 fixed y_span_delta = _fixed_pixround_v + adjust_above; in fill_loop_by_trapezoids()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfixed.h65 #define _fixed_pixround_v (_fixed_round_v - fixed_epsilon) macro
92 #define fixed_pre_pixround(x) ((x)+_fixed_pixround_v)
118 #define fixed2long_pixround(x) ((long)_fixed_rshift((x)+_fixed_pixround_v))
127 #define fixed_pixround(x) (((x)+_fixed_pixround_v)&(-1L<<_fixed_shift))
H A Dgxfill.c1001 fixed y_span_delta = _fixed_pixround_v + adjust_above; in fill_loop_by_trapezoids()