Home
last modified time | relevance | path

Searched refs:pgs (Results 1 – 25 of 2061) sorted by relevance

12345678910>>...83

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgspaint.c153 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { in scale_paths()
162 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
163 pgs->effective_clip_path != pgs->view_clip in scale_paths()
309 if (pgs->overprint || (!pgs->overprint && dev_proc(pgs->device, dev_spec_op)(pgs->device, in do_fill()
331 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
339 code = gx_fill_path(pgs->path, gs_currentdevicecolor_inline(pgs), pgs, rule, in do_fill()
430 …if (pgs->stroke_overprint || (!pgs->stroke_overprint && dev_proc(pgs->device, dev_spec_op)(pgs->de… in do_stroke()
469 float xxyy = fabs(pgs->ctm.xx) + fabs(pgs->ctm.yy); in do_stroke()
519 code = gx_stroke_fill(pgs->path, pgs); in do_stroke()
653 …if (pgs->stroke_overprint || (!pgs->stroke_overprint && dev_proc(pgs->device, dev_spec_op)(pgs->de… in do_fill_stroke()
[all …]
H A Dgsstate.c228 pgs->effective_clip_id = pgs->clip_path->id; in gs_gstate_alloc()
296 gs_free_object(pgs->memory, pgs, "gs_gstate_free"); in gs_gstate_free()
319 if (pgs->show_gstate == pgs) in gs_gsave()
351 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
397 pgs->show_gstate = pgs; in gs_grestore_only()
484 (pgs->show_gstate == pgs ? pnew : 0); in gs_gstate_copy()
528 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
882 pcs1 = gs_cspace_new_ICC(pgs->memory, pgs, 1); in gs_initgraphics()
1332 if (pgs->view_clip != NULL && pgs->level == 0) { in gstate_free_contents()
1458 pgs = const_breaker.pgs; in gs_swapcolors_quick()
[all …]
H A Dgspath.c49 pgs->current_point = pgs->subpath_start; in gs_closepath()
97 return gs_itransform(pgs, pgs->current_point.x, in gs_currentpoint()
174 pgs->subpath_start = pgs->current_point; in gs_moveto_aux()
188 return gs_moveto_aux(pgs, pgs->path, pt.x, pt.y); in gs_moveto()
203 return gs_moveto_aux(pgs, pgs->path, in gs_rmoveto()
315 return gs_curveto_aux(pgs, dd1.x + pgs->current_point.x, dd1.y + pgs->current_point.y, in gs_rcurveto()
403 if (pgs->device == NULL || gs_device_is_memory(pgs->device) || pgs->clip_path == NULL) { in gx_effective_clip_path()
417 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
428 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
475 gx_cpath_print(pgs->memory, pgs->clip_path); in note_set_clip_path()
[all …]
H A Dgscoord.c36 #define trace_ctm(pgs) trace_matrix_fixed((pgs)->memory, &(pgs)->ctm) argument
46 …dmlprintf(pgs->memory, "[x]Inverting:\n"), trace_ctm(pgs), trace_matrix(pgs->memory, &pgs->ctm_inv…
59 int code = gs_matrix_invert(&ctm_only(pgs), &pgs->ctm_inverse); in ctm_set_inverse()
163 … dmlprintf(pgs->memory, "[x]setting char_tm:"), trace_matrix_fixed(pgs->memory, &pgs->char_tm); in gs_setcharmatrix()
180 code = gs_setcharmatrix(pgs, &pgs->font->FontMatrix); in gs_currentcharmatrix()
217 pgs->ctm = pgs->char_tm; in gs_settocharmatrix()
268 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_scale()
282 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_rotate()
302 dmlprintf(pgs->memory, "[x]concat:\n"), trace_matrix(pgs->memory, pmat), trace_ctm(pgs); in gs_concat()
398 trace_matrix_fixed(pgs->memory, &pgs->char_tm); in gx_translate_to_fixed()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgspaint.c153 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { in scale_paths()
162 if (pgs->effective_clip_path != pgs->clip_path && in scale_paths()
163 pgs->effective_clip_path != pgs->view_clip in scale_paths()
309 if (pgs->overprint || (!pgs->overprint && dev_proc(pgs->device, dev_spec_op)(pgs->device, in do_fill()
331 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
339 code = gx_fill_path(pgs->path, gs_currentdevicecolor_inline(pgs), pgs, rule, in do_fill()
430 …if (pgs->stroke_overprint || (!pgs->stroke_overprint && dev_proc(pgs->device, dev_spec_op)(pgs->de… in do_stroke()
469 float xxyy = fabs(pgs->ctm.xx) + fabs(pgs->ctm.yy); in do_stroke()
519 code = gx_stroke_fill(pgs->path, pgs); in do_stroke()
653 …if (pgs->stroke_overprint || (!pgs->stroke_overprint && dev_proc(pgs->device, dev_spec_op)(pgs->de… in do_fill_stroke()
[all …]
H A Dgsstate.c228 pgs->effective_clip_id = pgs->clip_path->id; in gs_gstate_alloc()
296 gs_free_object(pgs->memory, pgs, "gs_gstate_free"); in gs_gstate_free()
319 if (pgs->show_gstate == pgs) in gs_gsave()
351 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
397 pgs->show_gstate = pgs; in gs_grestore_only()
484 (pgs->show_gstate == pgs ? pnew : 0); in gs_gstate_copy()
528 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
882 pcs1 = gs_cspace_new_ICC(pgs->memory, pgs, 1); in gs_initgraphics()
1332 if (pgs->view_clip != NULL && pgs->level == 0) { in gstate_free_contents()
1458 pgs = const_breaker.pgs; in gs_swapcolors_quick()
[all …]
H A Dgspath.c49 pgs->current_point = pgs->subpath_start; in gs_closepath()
97 return gs_itransform(pgs, pgs->current_point.x, in gs_currentpoint()
174 pgs->subpath_start = pgs->current_point; in gs_moveto_aux()
188 return gs_moveto_aux(pgs, pgs->path, pt.x, pt.y); in gs_moveto()
203 return gs_moveto_aux(pgs, pgs->path, in gs_rmoveto()
315 return gs_curveto_aux(pgs, dd1.x + pgs->current_point.x, dd1.y + pgs->current_point.y, in gs_rcurveto()
403 if (pgs->device == NULL || gs_device_is_memory(pgs->device) || pgs->clip_path == NULL) { in gx_effective_clip_path()
417 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
428 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
475 gx_cpath_print(pgs->memory, pgs->clip_path); in note_set_clip_path()
[all …]
H A Dgscoord.c36 #define trace_ctm(pgs) trace_matrix_fixed((pgs)->memory, &(pgs)->ctm) argument
46 …dmlprintf(pgs->memory, "[x]Inverting:\n"), trace_ctm(pgs), trace_matrix(pgs->memory, &pgs->ctm_inv…
59 int code = gs_matrix_invert(&ctm_only(pgs), &pgs->ctm_inverse); in ctm_set_inverse()
163 … dmlprintf(pgs->memory, "[x]setting char_tm:"), trace_matrix_fixed(pgs->memory, &pgs->char_tm); in gs_setcharmatrix()
180 code = gs_setcharmatrix(pgs, &pgs->font->FontMatrix); in gs_currentcharmatrix()
217 pgs->ctm = pgs->char_tm; in gs_settocharmatrix()
268 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_scale()
282 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_rotate()
302 dmlprintf(pgs->memory, "[x]concat:\n"), trace_matrix(pgs->memory, pmat), trace_ctm(pgs); in gs_concat()
398 trace_matrix_fixed(pgs->memory, &pgs->char_tm); in gx_translate_to_fixed()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsstate.c253 pgs->effective_clip_id = pgs->clip_path->id; in gs_state_alloc()
255 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
327 gs_free_object(pgs->memory, pgs, "gs_state_free"); in gs_state_free()
351 if (pgs->show_gstate == pgs) in gs_gsave()
383 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
422 pgs->show_gstate = pgs; in gs_grestore_only()
495 return gs_state_copy(pgs, pgs->memory); in gs_gstate()
519 (pgs->show_gstate == pgs ? pnew : 0); in gs_state_copy()
565 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
1153 pgs->color[0].ccolor = pgs->color[1].ccolor; in gs_swapcolors_quick()
[all …]
H A Dgspaint.c133 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { 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()
295 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
301 code = gx_fill_path(pgs->path, gs_currentdevicecolor_inline(pgs), pgs, rule, in do_fill()
302 pgs->fill_adjust.x, pgs->fill_adjust.y); in do_fill()
421 float xxyy = fabs(pgs->ctm.xx) + fabs(pgs->ctm.yy); in do_stroke()
422 float xyyx = fabs(pgs->ctm.xy) + fabs(pgs->ctm.yx); in do_stroke()
448 code = gx_stroke_add(pgs->path, &spath, pgs, false); in do_stroke()
461 code = gx_stroke_fill(pgs->path, pgs); in do_stroke()
[all …]
H A Dgscoord.c36 #define trace_ctm(pgs) trace_matrix_fixed(&(pgs)->ctm) argument
59 int code = gs_matrix_invert(&ctm_only(pgs), &pgs->ctm_inverse); in ctm_set_inverse()
61 print_inverse(pgs); in ctm_set_inverse()
182 code = gs_setcharmatrix(pgs, &pgs->font->FontMatrix); in gs_currentcharmatrix()
219 pgs->ctm = pgs->char_tm; in gs_settocharmatrix()
267 pgs->ctm.xx *= sx; in gs_scale()
268 pgs->ctm.xy *= sx; in gs_scale()
271 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_scale()
285 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_rotate()
378 if (pgs->char_tm_valid && pgs->char_tm.txy_fixed_valid) in gx_translate_to_fixed()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsstate.c253 pgs->effective_clip_id = pgs->clip_path->id; in gs_state_alloc()
255 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
327 gs_free_object(pgs->memory, pgs, "gs_state_free"); in gs_state_free()
351 if (pgs->show_gstate == pgs) in gs_gsave()
383 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
422 pgs->show_gstate = pgs; in gs_grestore_only()
495 return gs_state_copy(pgs, pgs->memory); in gs_gstate()
519 (pgs->show_gstate == pgs ? pnew : 0); in gs_state_copy()
565 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
1153 pgs->color[0].ccolor = pgs->color[1].ccolor; in gs_swapcolors_quick()
[all …]
H A Dgspaint.c133 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { 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()
295 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in do_fill()
301 code = gx_fill_path(pgs->path, gs_currentdevicecolor_inline(pgs), pgs, rule, in do_fill()
302 pgs->fill_adjust.x, pgs->fill_adjust.y); in do_fill()
421 float xxyy = fabs(pgs->ctm.xx) + fabs(pgs->ctm.yy); in do_stroke()
422 float xyyx = fabs(pgs->ctm.xy) + fabs(pgs->ctm.yx); in do_stroke()
448 code = gx_stroke_add(pgs->path, &spath, pgs, false); in do_stroke()
461 code = gx_stroke_fill(pgs->path, pgs); in do_stroke()
[all …]
H A Dgscoord.c36 #define trace_ctm(pgs) trace_matrix_fixed(&(pgs)->ctm) argument
59 int code = gs_matrix_invert(&ctm_only(pgs), &pgs->ctm_inverse); in ctm_set_inverse()
61 print_inverse(pgs); in ctm_set_inverse()
182 code = gs_setcharmatrix(pgs, &pgs->font->FontMatrix); in gs_currentcharmatrix()
219 pgs->ctm = pgs->char_tm; in gs_settocharmatrix()
267 pgs->ctm.xx *= sx; in gs_scale()
268 pgs->ctm.xy *= sx; in gs_scale()
271 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_scale()
285 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_rotate()
378 if (pgs->char_tm_valid && pgs->char_tm.txy_fixed_valid) in gx_translate_to_fixed()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsstate.c245 pgs->effective_clip_id = pgs->clip_path->id; in gs_state_alloc()
247 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
270 return pgs; in gs_state_alloc()
315 gs_free_object(pgs->memory, pgs, "gs_state_free"); in gs_state_free()
339 if (pgs->show_gstate == pgs) in gs_gsave()
371 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
410 pgs->show_gstate = pgs; in gs_grestore_only()
483 return gs_state_copy(pgs, pgs->memory); in gs_gstate()
507 (pgs->show_gstate == pgs ? pnew : 0); in gs_state_copy()
552 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
[all …]
H A Dgspaint.c143 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { 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()
304 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
310 code = gx_fill_path(pgs->path, pgs->dev_color, pgs, rule, in fill_with_rule()
311 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
418 float xxyy = fabs(pgs->ctm.xx) + fabs(pgs->ctm.yy); in gs_stroke()
419 float xyyx = fabs(pgs->ctm.xy) + fabs(pgs->ctm.yx); in gs_stroke()
445 code = gx_stroke_add(pgs->path, &spath, pgs, false); in gs_stroke()
449 code = gx_fill_path(&spath, pgs->dev_color, pgs, in gs_stroke()
[all …]
H A Dgspath.c46 pgs->current_point = pgs->subpath_start; in gs_closepath()
106 return gs_itransform(pgs, pgs->current_point.x, in gs_currentpoint()
202 return gs_moveto_aux((gs_imager_state *)pgs, pgs->path, in gs_rmoveto()
203 dd.x + pgs->current_point.x, dd.y + pgs->current_point.y); in gs_rmoveto()
246 return gs_lineto_aux(pgs, dd.x + pgs->current_point.x, in gs_rlineto()
314 return gs_curveto_aux(pgs, dd1.x + pgs->current_point.x, dd1.y + pgs->current_point.y, in gs_rcurveto()
343 if (pgs->effective_clip_id == pgs->clip_path->id && in gx_effective_clip_path()
353 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
364 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
398 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsstate.c245 pgs->effective_clip_id = pgs->clip_path->id; in gs_state_alloc()
247 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
270 return pgs; in gs_state_alloc()
315 gs_free_object(pgs->memory, pgs, "gs_state_free"); in gs_state_free()
339 if (pgs->show_gstate == pgs) in gs_gsave()
371 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
410 pgs->show_gstate = pgs; in gs_grestore_only()
483 return gs_state_copy(pgs, pgs->memory); in gs_gstate()
507 (pgs->show_gstate == pgs ? pnew : 0); in gs_state_copy()
552 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
[all …]
H A Dgspaint.c143 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { 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()
304 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
310 code = gx_fill_path(pgs->path, pgs->dev_color, pgs, rule, in fill_with_rule()
311 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
418 float xxyy = fabs(pgs->ctm.xx) + fabs(pgs->ctm.yy); in gs_stroke()
419 float xyyx = fabs(pgs->ctm.xy) + fabs(pgs->ctm.yx); in gs_stroke()
445 code = gx_stroke_add(pgs->path, &spath, pgs, false); in gs_stroke()
449 code = gx_fill_path(&spath, pgs->dev_color, pgs, in gs_stroke()
[all …]
H A Dgspath.c46 pgs->current_point = pgs->subpath_start; in gs_closepath()
106 return gs_itransform(pgs, pgs->current_point.x, in gs_currentpoint()
202 return gs_moveto_aux((gs_imager_state *)pgs, pgs->path, in gs_rmoveto()
203 dd.x + pgs->current_point.x, dd.y + pgs->current_point.y); in gs_rmoveto()
246 return gs_lineto_aux(pgs, dd.x + pgs->current_point.x, in gs_rlineto()
314 return gs_curveto_aux(pgs, dd1.x + pgs->current_point.x, dd1.y + pgs->current_point.y, in gs_rcurveto()
343 if (pgs->effective_clip_id == pgs->clip_path->id && in gx_effective_clip_path()
353 pgs->effective_clip_path = pgs->clip_path; in gx_effective_clip_path()
364 pgs->effective_clip_path = pgs->view_clip; in gx_effective_clip_path()
398 pgs->effective_clip_id = pgs->effective_clip_path->id; in gx_effective_clip_path()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsstate.c255 pgs->effective_clip_id = pgs->clip_path->id; in gs_state_alloc()
257 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
286 return pgs; in gs_state_alloc()
337 if (pgs->show_gstate == pgs) in gs_gsave()
384 pgs->saved->saved = pgs; in gs_gsave_for_save()
386 if (pgs->saved == pgs) in gs_gsave_for_save()
392 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
430 pgs->show_gstate = pgs; in gs_grestore_only()
534 (pgs->show_gstate == pgs ? pnew : 0); in gs_state_copy()
579 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
[all …]
H A Dgspaint.c82 pgs->dev_color, pgs); in gs_fillpage()
142 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { 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()
263 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
269 code = gx_fill_path(pgs->path, pgs->dev_color, pgs, rule, in fill_with_rule()
270 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
355 code = gx_stroke_add(pgs->path, &spath, pgs); in gs_stroke()
359 code = gx_fill_path(&spath, pgs->dev_color, pgs, in gs_stroke()
368 code = gx_stroke_fill(pgs->path, pgs); in gs_stroke()
[all …]
H A Dgscoord.c39 #define trace_ctm(pgs) trace_matrix_fixed(&(pgs)->ctm) argument
62 int code = gs_matrix_invert(&ctm_only(pgs), &pgs->ctm_inverse); in ctm_set_inverse()
64 print_inverse(pgs); in ctm_set_inverse()
185 code = gs_setcharmatrix(pgs, &pgs->font->FontMatrix); in gs_currentcharmatrix()
222 pgs->ctm = pgs->char_tm; in gs_settocharmatrix()
244 trace_ctm(pgs); in gs_translate()
256 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_scale()
270 pgs->ctm_inverse_valid = false, pgs->char_tm_valid = false; in gs_rotate()
363 if (pgs->char_tm_valid && pgs->char_tm.txy_fixed_valid) in gx_translate_to_fixed()
384 trace_ctm(pgs); in gx_translate_to_fixed()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsstate.c255 pgs->effective_clip_id = pgs->clip_path->id; in gs_state_alloc()
257 pgs->effective_clip_path = pgs->clip_path; in gs_state_alloc()
286 return pgs; in gs_state_alloc()
337 if (pgs->show_gstate == pgs) in gs_gsave()
384 pgs->saved->saved = pgs; in gs_gsave_for_save()
386 if (pgs->saved == pgs) in gs_gsave_for_save()
392 if (pgs->effective_clip_path == pgs->view_clip) in gs_gsave_for_save()
430 pgs->show_gstate = pgs; in gs_grestore_only()
534 (pgs->show_gstate == pgs ? pnew : 0); in gs_state_copy()
579 (pgs->show_gstate == pfrom ? pgs : saved_show); in gs_setgstate()
[all …]
H A Dgspaint.c82 pgs->dev_color, pgs); in gs_fillpage()
142 if (pgs->view_clip != 0 && pgs->view_clip != pgs->clip_path) { 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()
263 acode = alpha_buffer_init(pgs, pgs->fill_adjust.x, in fill_with_rule()
269 code = gx_fill_path(pgs->path, pgs->dev_color, pgs, rule, in fill_with_rule()
270 pgs->fill_adjust.x, pgs->fill_adjust.y); in fill_with_rule()
355 code = gx_stroke_add(pgs->path, &spath, pgs); in gs_stroke()
359 code = gx_fill_path(&spath, pgs->dev_color, pgs, in gs_stroke()
368 code = gx_stroke_fill(pgs->path, pgs); in gs_stroke()
[all …]

12345678910>>...83