Home
last modified time | relevance | path

Searched refs:stroke_params (Results 1 – 25 of 28) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpaint.c81 gx_stroke_params stroke_params; in gx_fill_stroke_path() local
90 stroke_params.flatness = (caching_an_outline_font(pgs) ? 0.0 : pgs->flatness); in gx_fill_stroke_path()
91 stroke_params.traditional = false; in gx_fill_stroke_path()
95 &stroke_params, gs_altdevicecolor_inline(pgs), in gx_fill_stroke_path()
H A Dgxclip.h58 const gx_stroke_params *stroke_params; /* fill_stroke_path */ member
H A Dgdevoflt.c229 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in obj_filter_fill_stroke_path() argument
233 …subclass_fill_stroke_path(dev, pgs, ppath, fill_params, pdcolor_fill, stroke_params, pdcolor_strok… in obj_filter_fill_stroke_path()
H A Dgdevepo.c686 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in epo_fill_stroke_path() argument
694 stroke_params, pdcolor_stroke, pcpath); in epo_fill_stroke_path()
H A Dgxclrast.c517 gx_stroke_params stroke_params; in clist_playback_band() local
1988 stroke_params.flatness = gs_gstate.flatness; in clist_playback_band()
1989 stroke_params.traditional = false; in clist_playback_band()
1992 … &stroke_params, &stroke_color, pcpath); in clist_playback_band()
2011 stroke_params.flatness = gs_gstate.flatness; in clist_playback_band()
2012 stroke_params.traditional = false; in clist_playback_band()
2015 ppath, &stroke_params, in clist_playback_band()
H A Dgdevsclass.c899 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in default_subclass_fill_stroke_path() argument
904 stroke_params, pdcolor_stroke, pcpath); in default_subclass_fill_stroke_path()
H A Dgdevflp.c1221 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in flp_fill_stroke_path() argument
1230 stroke_params, pdcolor_stroke, pcpath); in flp_fill_stroke_path()
H A Dgxclip.c1691 pccd->pdcolor, pccd->stroke_params, pccd->pstroke_dcolor, in clip_call_fill_stroke_path()
1702 const gx_stroke_params *stroke_params, in clip_fill_stroke_path() argument
1714 ccdata.stroke_params = stroke_params; in clip_fill_stroke_path()
H A Dgxdevcli.h1045 const gx_stroke_params *stroke_params,\
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpaint.c81 gx_stroke_params stroke_params; in gx_fill_stroke_path() local
90 stroke_params.flatness = (caching_an_outline_font(pgs) ? 0.0 : pgs->flatness); in gx_fill_stroke_path()
91 stroke_params.traditional = false; in gx_fill_stroke_path()
95 &stroke_params, gs_altdevicecolor_inline(pgs), in gx_fill_stroke_path()
H A Dgxclip.h58 const gx_stroke_params *stroke_params; /* fill_stroke_path */ member
H A Dgdevoflt.c229 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in obj_filter_fill_stroke_path() argument
233 …subclass_fill_stroke_path(dev, pgs, ppath, fill_params, pdcolor_fill, stroke_params, pdcolor_strok… in obj_filter_fill_stroke_path()
H A Dgdevepo.c686 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in epo_fill_stroke_path() argument
694 stroke_params, pdcolor_stroke, pcpath); in epo_fill_stroke_path()
H A Dgxclrast.c517 gx_stroke_params stroke_params; in clist_playback_band() local
1988 stroke_params.flatness = gs_gstate.flatness; in clist_playback_band()
1989 stroke_params.traditional = false; in clist_playback_band()
1992 … &stroke_params, &stroke_color, pcpath); in clist_playback_band()
2011 stroke_params.flatness = gs_gstate.flatness; in clist_playback_band()
2012 stroke_params.traditional = false; in clist_playback_band()
2015 ppath, &stroke_params, in clist_playback_band()
H A Dgdevsclass.c899 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in default_subclass_fill_stroke_path() argument
904 stroke_params, pdcolor_stroke, pcpath); in default_subclass_fill_stroke_path()
H A Dgdevflp.c1221 const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in flp_fill_stroke_path() argument
1230 stroke_params, pdcolor_stroke, pcpath); in flp_fill_stroke_path()
H A Dgxclip.c1691 pccd->pdcolor, pccd->stroke_params, pccd->pstroke_dcolor, in clip_call_fill_stroke_path()
1702 const gx_stroke_params *stroke_params, in clip_fill_stroke_path() argument
1714 ccdata.stroke_params = stroke_params; in clip_fill_stroke_path()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c1872 … const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in gdev_pdf_fill_stroke_path() argument
1900 code = gdev_pdf_stroke_path(dev, pgs, ppath, stroke_params, pdcolor_stroke, pcpath); in gdev_pdf_fill_stroke_path()
2035 code = gdev_pdf_stroke_path(dev, pgs, ppath, stroke_params, pdcolor_stroke, pcpath); in gdev_pdf_fill_stroke_path()
2042 code = gdev_vector_prepare_stroke((gx_device_vector *)pdev, pgs, stroke_params, in gdev_pdf_fill_stroke_path()
2049 return gdev_pdf_stroke_path(dev, pgs, ppath, stroke_params, pdcolor_stroke, pcpath); in gdev_pdf_fill_stroke_path()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c1872 … const gx_stroke_params *stroke_params, const gx_drawing_color *pdcolor_stroke, in gdev_pdf_fill_stroke_path() argument
1900 code = gdev_pdf_stroke_path(dev, pgs, ppath, stroke_params, pdcolor_stroke, pcpath); in gdev_pdf_fill_stroke_path()
2035 code = gdev_pdf_stroke_path(dev, pgs, ppath, stroke_params, pdcolor_stroke, pcpath); in gdev_pdf_fill_stroke_path()
2042 code = gdev_vector_prepare_stroke((gx_device_vector *)pdev, pgs, stroke_params, in gdev_pdf_fill_stroke_path()
2049 return gdev_pdf_stroke_path(dev, pgs, ppath, stroke_params, pdcolor_stroke, pcpath); in gdev_pdf_fill_stroke_path()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclrast.c512 gx_stroke_params stroke_params; in clist_playback_band() local
1787 stroke_params.flatness = imager_state.flatness; in clist_playback_band()
1788 stroke_params.traditional = false; in clist_playback_band()
1791 &imager_state, &stroke_params, in clist_playback_band()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclrast.c512 gx_stroke_params stroke_params; in clist_playback_band() local
1787 stroke_params.flatness = imager_state.flatness; in clist_playback_band()
1788 stroke_params.traditional = false; in clist_playback_band()
1791 &imager_state, &stroke_params, in clist_playback_band()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrast.c514 gx_stroke_params stroke_params; in clist_playback_band() local
1906 stroke_params.flatness = imager_state.flatness; in clist_playback_band()
1907 stroke_params.traditional = false; in clist_playback_band()
1910 ppath, &stroke_params, in clist_playback_band()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrast.c514 gx_stroke_params stroke_params; in clist_playback_band() local
1906 stroke_params.flatness = imager_state.flatness; in clist_playback_band()
1907 stroke_params.traditional = false; in clist_playback_band()
1910 ppath, &stroke_params, in clist_playback_band()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclrast.c261 gx_stroke_params stroke_params; in clist_playback_band() local
1357 stroke:stroke_params.flatness = imager_state.flatness; in clist_playback_band()
1360 &imager_state, &stroke_params, in clist_playback_band()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclrast.c261 gx_stroke_params stroke_params; in clist_playback_band() local
1357 stroke:stroke_params.flatness = imager_state.flatness; in clist_playback_band()
1360 &imager_state, &stroke_params, in clist_playback_band()

12