Home
last modified time | relevance | path

Searched refs:log2_scale_x (Results 1 – 25 of 38) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgspaint.c120 scale_paths(gs_state * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
140 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
146 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
154 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
164 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
H A Dgxcpath.c572 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
578 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
587 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
588 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
601 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
602 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
H A Dgxpath2.c283 gx_path_scale_exp2_shared(gx_path * ppath, int log2_scale_x, int log2_scale_y, in gx_path_scale_exp2_shared() argument
288 gx_rect_scale_exp2(&ppath->bbox, log2_scale_x, log2_scale_y); in gx_path_scale_exp2_shared()
289 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared()
H A Dgxpath.h233 gx_path_scale_exp2_shared(P4(gx_path *ppath, int log2_scale_x,
308 gx_cpath_scale_exp2_shared(P5(gx_clip_path *pcpath, int log2_scale_x,
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgspaint.c120 scale_paths(gs_state * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
140 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
146 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
154 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
164 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
H A Dgxcpath.c572 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
578 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
587 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
588 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
601 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
602 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
H A Dgxpath2.c283 gx_path_scale_exp2_shared(gx_path * ppath, int log2_scale_x, int log2_scale_y, in gx_path_scale_exp2_shared() argument
288 gx_rect_scale_exp2(&ppath->bbox, log2_scale_x, log2_scale_y); in gx_path_scale_exp2_shared()
289 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared()
H A Dgxpath.h233 gx_path_scale_exp2_shared(P4(gx_path *ppath, int log2_scale_x,
308 gx_cpath_scale_exp2_shared(P5(gx_clip_path *pcpath, int log2_scale_x,
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgspaint.c121 scale_paths(gs_state * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
141 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
147 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
155 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
165 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
H A Dgxcpath.c689 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
695 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
704 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
705 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
718 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
719 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
724 if (log2_scale_x > 0) { in gx_cpath_scale_exp2_shared()
725 list->xmin <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
726 list->xmax <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
728 list->xmin = arith_rshift(list->xmin, -log2_scale_x); in gx_cpath_scale_exp2_shared()
[all …]
H A Dgxpath.h248 gx_path_scale_exp2_shared(gx_path *ppath, int log2_scale_x,
339 gx_cpath_scale_exp2_shared(gx_clip_path *pcpath, int log2_scale_x,
H A Dgxpath2.c308 gx_path_scale_exp2_shared(gx_path * ppath, int log2_scale_x, int log2_scale_y, in gx_path_scale_exp2_shared() argument
313 gx_rect_scale_exp2(&ppath->bbox, log2_scale_x, log2_scale_y); in gx_path_scale_exp2_shared()
314 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgspaint.c121 scale_paths(gs_state * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
141 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
147 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
155 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
165 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
H A Dgxcpath.c689 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
695 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
704 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
705 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
718 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
719 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
724 if (log2_scale_x > 0) { in gx_cpath_scale_exp2_shared()
725 list->xmin <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
726 list->xmax <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
728 list->xmin = arith_rshift(list->xmin, -log2_scale_x); in gx_cpath_scale_exp2_shared()
[all …]
H A Dgxpath.h248 gx_path_scale_exp2_shared(gx_path *ppath, int log2_scale_x,
339 gx_cpath_scale_exp2_shared(gx_clip_path *pcpath, int log2_scale_x,
H A Dgxpath2.c308 gx_path_scale_exp2_shared(gx_path * ppath, int log2_scale_x, int log2_scale_y, in gx_path_scale_exp2_shared() argument
313 gx_rect_scale_exp2(&ppath->bbox, log2_scale_x, log2_scale_y); in gx_path_scale_exp2_shared()
314 #define SCALE_XY(pt) gx_point_scale_exp2(&pt, log2_scale_x, log2_scale_y) in gx_path_scale_exp2_shared()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgspaint.c111 scale_paths(gs_state * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
131 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
137 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
145 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
155 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
H A Dgxcpath.c719 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
725 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
734 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
735 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
748 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
749 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
754 if (log2_scale_x > 0) { in gx_cpath_scale_exp2_shared()
755 list->xmin <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
756 list->xmax <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
758 list->xmin = arith_rshift(list->xmin, -log2_scale_x); in gx_cpath_scale_exp2_shared()
[all …]
H A Dgxpath.h263 gx_path_scale_exp2_shared(gx_path *ppath, int log2_scale_x,
364 gx_cpath_scale_exp2_shared(gx_clip_path *pcpath, int log2_scale_x,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgspaint.c111 scale_paths(gs_state * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
131 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
137 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
145 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
155 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
H A Dgxcpath.c719 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
725 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
734 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
735 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
748 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
749 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
754 if (log2_scale_x > 0) { in gx_cpath_scale_exp2_shared()
755 list->xmin <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
756 list->xmax <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
758 list->xmin = arith_rshift(list->xmin, -log2_scale_x); in gx_cpath_scale_exp2_shared()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxcpath.c760 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
766 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
775 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
776 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
789 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
790 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
795 if (log2_scale_x > 0) { in gx_cpath_scale_exp2_shared()
796 list->xmin <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
797 list->xmax <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
799 list->xmin = arith_rshift(list->xmin, -log2_scale_x); in gx_cpath_scale_exp2_shared()
[all …]
H A Dgspaint.c131 scale_paths(gs_gstate * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
151 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
157 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
165 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
175 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxcpath.c760 gx_cpath_scale_exp2_shared(gx_clip_path * pcpath, int log2_scale_x, in gx_cpath_scale_exp2_shared() argument
766 gx_path_scale_exp2_shared(&pcpath->path, log2_scale_x, log2_scale_y, in gx_cpath_scale_exp2_shared()
775 gx_rect_scale_exp2(&pcpath->inner_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
776 gx_rect_scale_exp2(&pcpath->outer_box, log2_scale_x, log2_scale_y); in gx_cpath_scale_exp2_shared()
789 SCALE_V(xmin, log2_scale_x); in gx_cpath_scale_exp2_shared()
790 SCALE_V(xmax, log2_scale_x); in gx_cpath_scale_exp2_shared()
795 if (log2_scale_x > 0) { in gx_cpath_scale_exp2_shared()
796 list->xmin <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
797 list->xmax <<= log2_scale_x; in gx_cpath_scale_exp2_shared()
799 list->xmin = arith_rshift(list->xmin, -log2_scale_x); in gx_cpath_scale_exp2_shared()
[all …]
H A Dgspaint.c131 scale_paths(gs_gstate * pgs, int log2_scale_x, int log2_scale_y, bool do_path) in scale_paths() argument
151 gx_cpath_scale_exp2_shared(pgs->clip_path, log2_scale_x, log2_scale_y, in scale_paths()
157 gx_cpath_scale_exp2_shared(pgs->view_clip, log2_scale_x, log2_scale_y, in scale_paths()
165 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
175 gx_path_scale_exp2_shared(pgs->path, log2_scale_x, log2_scale_y, in scale_paths()

12