Home
last modified time | relevance | path

Searched refs:effective_clip_path (Results 1 – 25 of 32) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsstate.c147 gx_clip_path *effective_clip_path; member
155 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
257 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
392 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
393 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
696 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
719 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
722 parts->effective_clip_path = in gstate_alloc_parts()
734 parts->effective_clip_path == 0 || in gstate_alloc_parts()
887 parts.effective_clip_path = in gstate_copy()
[all …]
H A Dgspaint.c135 (pgs->effective_clip_path->path_valid ? in scale_paths()
136 pgs->effective_clip_path->path.segments : 0); in scale_paths()
138 pgs->effective_clip_path->rect_list; in scale_paths()
151 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
152 pgs->effective_clip_path != pgs->view_clip in scale_paths()
154 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
H A Dgspath.c305 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
311 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
312 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
321 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
323 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
330 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
353 pgs->effective_clip_path = npath; in gx_effective_clip_path()
359 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgzstate.h93 gx_clip_path *effective_clip_path; /* (value) effective clip path, */ member
148 m(4,view_clip) m(5,effective_clip_path)\
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsstate.c147 gx_clip_path *effective_clip_path; member
155 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
257 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
392 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
393 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
696 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
719 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
722 parts->effective_clip_path = in gstate_alloc_parts()
734 parts->effective_clip_path == 0 || in gstate_alloc_parts()
887 parts.effective_clip_path = in gstate_copy()
[all …]
H A Dgspaint.c135 (pgs->effective_clip_path->path_valid ? in scale_paths()
136 pgs->effective_clip_path->path.segments : 0); in scale_paths()
138 pgs->effective_clip_path->rect_list; in scale_paths()
151 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
152 pgs->effective_clip_path != pgs->view_clip in scale_paths()
154 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
H A Dgspath.c305 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
311 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
312 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
321 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
323 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
330 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
353 pgs->effective_clip_path = npath; in gx_effective_clip_path()
359 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsstate.c142 gx_clip_path *effective_clip_path; member
149 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
247 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
371 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
372 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
819 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
842 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
845 parts->effective_clip_path = in gstate_alloc_parts()
856 parts->effective_clip_path == 0 || in gstate_alloc_parts()
1021 parts.effective_clip_path = in gstate_copy()
[all …]
H A Dgspath.c346 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
352 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
353 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
362 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
364 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
371 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
394 pgs->effective_clip_path = npath; in gx_effective_clip_path()
398 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
400 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgspaint.c136 (pgs->effective_clip_path->path_valid ? in scale_paths()
137 pgs->effective_clip_path->path.segments : 0); in scale_paths()
139 pgs->effective_clip_path->rect_list; in scale_paths()
152 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
153 pgs->effective_clip_path != pgs->view_clip in scale_paths()
155 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
H A Dgzstate.h103 gx_clip_path *effective_clip_path; /* (value) effective clip path, */ member
157 m(4,view_clip) m(5,effective_clip_path)\
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsstate.c142 gx_clip_path *effective_clip_path; member
149 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
247 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
371 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
372 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
819 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
842 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
845 parts->effective_clip_path = in gstate_alloc_parts()
856 parts->effective_clip_path == 0 || in gstate_alloc_parts()
1021 parts.effective_clip_path = in gstate_copy()
[all …]
H A Dgspath.c346 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
352 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
353 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
362 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
364 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
371 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
394 pgs->effective_clip_path = npath; in gx_effective_clip_path()
398 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
400 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgspaint.c136 (pgs->effective_clip_path->path_valid ? in scale_paths()
137 pgs->effective_clip_path->path.segments : 0); in scale_paths()
139 pgs->effective_clip_path->rect_list; in scale_paths()
152 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
153 pgs->effective_clip_path != pgs->view_clip in scale_paths()
155 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
H A Dgzstate.h103 gx_clip_path *effective_clip_path; /* (value) effective clip path, */ member
157 m(4,view_clip) m(5,effective_clip_path)\
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsstate.c145 gx_clip_path *effective_clip_path; member
154 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
255 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
383 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
384 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
869 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
893 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
896 parts->effective_clip_path = in gstate_alloc_parts()
912 parts->effective_clip_path == 0 || in gstate_alloc_parts()
1088 parts.effective_clip_path = in gstate_copy()
[all …]
H A Dgspath.c406 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
412 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
413 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
422 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
424 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
431 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
454 pgs->effective_clip_path = npath; in gx_effective_clip_path()
458 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
460 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgspaint.c126 (pgs->effective_clip_path->path_valid ? in scale_paths()
127 pgs->effective_clip_path->path.segments : 0); in scale_paths()
129 pgs->effective_clip_path->rect_list; in scale_paths()
142 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
143 pgs->effective_clip_path != pgs->view_clip in scale_paths()
145 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsstate.c145 gx_clip_path *effective_clip_path; member
154 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
255 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
383 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
384 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
869 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
893 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
896 parts->effective_clip_path = in gstate_alloc_parts()
912 parts->effective_clip_path == 0 || in gstate_alloc_parts()
1088 parts.effective_clip_path = in gstate_copy()
[all …]
H A Dgspath.c406 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
412 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
413 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
422 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
424 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
431 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
454 pgs->effective_clip_path = npath; in gx_effective_clip_path()
458 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
460 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgspaint.c126 (pgs->effective_clip_path->path_valid ? in scale_paths()
127 pgs->effective_clip_path->path.segments : 0); in scale_paths()
129 pgs->effective_clip_path->rect_list; in scale_paths()
142 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
143 pgs->effective_clip_path != pgs->view_clip in scale_paths()
145 gx_cpath_scale_exp2_shared(pgs->effective_clip_path, log2_scale_x, in scale_paths()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgspath.c410 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
416 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
417 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
426 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
428 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
435 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
458 pgs->effective_clip_path = npath; in gx_effective_clip_path()
462 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
464 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgsstate.c143 gx_clip_path *effective_clip_path; member
152 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
351 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
352 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
1128 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
1129 parts->effective_clip_path = 0; in gstate_free_parts()
1157 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
1160 parts->effective_clip_path = in gstate_alloc_parts()
1176 parts->effective_clip_path == 0 || in gstate_alloc_parts()
1388 parts.effective_clip_path = in gstate_copy()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgspath.c410 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
416 gx_cpath_free(pgs->effective_clip_path, "gx_effective_clip_path"); in gx_effective_clip_path()
417 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
426 gx_cpath_free(pgs->effective_clip_path, in gx_effective_clip_path()
428 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
435 gx_clip_path *npath = pgs->effective_clip_path; in gx_effective_clip_path()
458 pgs->effective_clip_path = npath; in gx_effective_clip_path()
462 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
464 *ppcpath = pgs->effective_clip_path; in gx_effective_clip_path()
H A Dgsstate.c143 gx_clip_path *effective_clip_path; member
152 (pto)->effective_clip_path = (pfrom)->effective_clip_path,\
351 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
352 pgs->effective_clip_path = new_cpath; in gs_gsave_for_save()
1128 gx_cpath_free(parts->effective_clip_path, cname); in gstate_free_parts()
1129 parts->effective_clip_path = 0; in gstate_free_parts()
1157 parts->effective_clip_path = parts->clip_path; in gstate_alloc_parts()
1160 parts->effective_clip_path = in gstate_alloc_parts()
1176 parts->effective_clip_path == 0 || in gstate_alloc_parts()
1388 parts.effective_clip_path = in gstate_copy()
[all …]

12