Searched refs:cgm_interior_style (Results 1 – 17 of 17) sorted by relevance
/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | c_path.c | 200 if (_plotter->cgm_interior_style != desired_interior_style) in _pl_c_paint_path() 217 _plotter->cgm_interior_style = desired_interior_style; in _pl_c_paint_path() 279 if (_plotter->cgm_interior_style != CGM_INT_STYLE_SOLID) in _pl_c_paint_path() 298 _plotter->cgm_interior_style = CGM_INT_STYLE_SOLID; in _pl_c_paint_path() 778 if (_plotter->cgm_interior_style != desired_interior_style) in _pl_c_paint_path() 794 _plotter->cgm_interior_style = desired_interior_style; in _pl_c_paint_path() 904 if (_plotter->cgm_interior_style != desired_interior_style) in _pl_c_paint_path() 921 _plotter->cgm_interior_style = desired_interior_style; in _pl_c_paint_path() 1051 if (_plotter->cgm_interior_style != desired_interior_style) in _pl_c_paint_path() 1068 _plotter->cgm_interior_style = desired_interior_style; in _pl_c_paint_path()
|
H A D | c_openpl.c | 70 _plotter->cgm_interior_style = CGM_INT_STYLE_HOLLOW; in _pl_c_begin_page()
|
H A D | c_erase.c | 81 _plotter->cgm_interior_style = CGM_INT_STYLE_HOLLOW; in _pl_c_erase_page()
|
H A D | c_defplot.c | 202 _plotter->cgm_interior_style = CGM_INT_STYLE_HOLLOW; in _pl_c_initialize()
|
/dports/print/ghostscript8-base/ghostscript-8.71/base/ |
H A D | gdevcgml.h | 159 } cgm_interior_style; typedef 388 cgm_INTERIOR_STYLE(cgm_state *, cgm_interior_style),
|
H A D | gdevcgmx.h | 161 cgm_interior_style interior_style;
|
H A D | gdevcgml.c | 815 cgm_INTERIOR_STYLE(cgm_state * st, cgm_interior_style interior_style) in cgm_INTERIOR_STYLE()
|
/dports/print/ghostscript8-x11/ghostscript-8.71/base/ |
H A D | gdevcgml.h | 159 } cgm_interior_style; typedef 388 cgm_INTERIOR_STYLE(cgm_state *, cgm_interior_style),
|
H A D | gdevcgmx.h | 161 cgm_interior_style interior_style;
|
H A D | gdevcgml.c | 815 cgm_INTERIOR_STYLE(cgm_state * st, cgm_interior_style interior_style) in cgm_INTERIOR_STYLE()
|
/dports/print/ghostscript7-base/ghostscript-7.07/src/ |
H A D | gdevcgml.h | 165 } cgm_interior_style; typedef 373 …cgm_INTERIOR_STYLE(P2(cgm_state *, cgm_interior_style)), cgm_FILL_COLOR(P2(cgm_state *, const cgm_…
|
H A D | gdevcgmx.h | 167 cgm_interior_style interior_style;
|
H A D | gdevcgml.c | 821 cgm_INTERIOR_STYLE(cgm_state * st, cgm_interior_style interior_style) in cgm_INTERIOR_STYLE()
|
/dports/print/ghostscript7-x11/ghostscript-7.07/src/ |
H A D | gdevcgml.h | 165 } cgm_interior_style; typedef 373 …cgm_INTERIOR_STYLE(P2(cgm_state *, cgm_interior_style)), cgm_FILL_COLOR(P2(cgm_state *, const cgm_…
|
H A D | gdevcgmx.h | 167 cgm_interior_style interior_style;
|
H A D | gdevcgml.c | 821 cgm_INTERIOR_STYLE(cgm_state * st, cgm_interior_style interior_style) in cgm_INTERIOR_STYLE()
|
/dports/graphics/plotutils/plotutils-2.6/include/ |
H A D | plotter.h | 1315 int cgm_interior_style; /* D: one of CGM_INT_STYLE_{EMPTY, etc.} */ variable 1939 int cgm_interior_style; /* D: one of CGM_INT_STYLE_{EMPTY, etc.} */ variable
|