Home
last modified time | relevance | path

Searched refs:cgm_edge_width (Results 1 – 21 of 21) sorted by relevance

/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevcgml.h96 cgm_line_width, cgm_marker_size, cgm_edge_width; typedef
394 cgm_EDGE_WIDTH(cgm_state *, const cgm_edge_width *),
H A Dgdevcgmx.h167 cgm_edge_width edge_width;
H A Dgdevcgm.c313 cgm_edge_width edge; in cgm_begin_picture()
H A Dgdevcgml.c869 cgm_EDGE_WIDTH(cgm_state * st, const cgm_edge_width * edge_width) in cgm_EDGE_WIDTH()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevcgml.h96 cgm_line_width, cgm_marker_size, cgm_edge_width; typedef
394 cgm_EDGE_WIDTH(cgm_state *, const cgm_edge_width *),
H A Dgdevcgmx.h167 cgm_edge_width edge_width;
H A Dgdevcgm.c313 cgm_edge_width edge; in cgm_begin_picture()
H A Dgdevcgml.c869 cgm_EDGE_WIDTH(cgm_state * st, const cgm_edge_width * edge_width) in cgm_EDGE_WIDTH()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevcgml.h102 cgm_line_width, cgm_marker_size, cgm_edge_width; typedef
376 …cgm_EDGE_WIDTH(P2(cgm_state *, const cgm_edge_width *)), cgm_EDGE_COLOR(P2(cgm_state *, const cgm_…
H A Dgdevcgmx.h173 cgm_edge_width edge_width;
H A Dgdevcgm.c317 cgm_edge_width edge; in cgm_begin_picture()
H A Dgdevcgml.c875 cgm_EDGE_WIDTH(cgm_state * st, const cgm_edge_width * edge_width) in cgm_EDGE_WIDTH()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevcgml.h102 cgm_line_width, cgm_marker_size, cgm_edge_width; typedef
376 …cgm_EDGE_WIDTH(P2(cgm_state *, const cgm_edge_width *)), cgm_EDGE_COLOR(P2(cgm_state *, const cgm_…
H A Dgdevcgmx.h173 cgm_edge_width edge_width;
H A Dgdevcgm.c317 cgm_edge_width edge; in cgm_begin_picture()
H A Dgdevcgml.c875 cgm_EDGE_WIDTH(cgm_state * st, const cgm_edge_width * edge_width) in cgm_EDGE_WIDTH()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dc_openpl.c77 _plotter->cgm_edge_width = (1 << (8*CGM_BINARY_BYTES_PER_INTEGER - 3)) / 500; in _pl_c_begin_page()
H A Dc_erase.c88 _plotter->cgm_edge_width = (1 << (8*CGM_BINARY_BYTES_PER_INTEGER - 3)) / 500; in _pl_c_erase_page()
H A Dc_attribs.c75 if (_plotter->cgm_edge_width != desired_width) in _pl_c_set_attributes()
92 _plotter->cgm_edge_width = desired_width; in _pl_c_set_attributes()
H A Dc_defplot.c209 _plotter->cgm_edge_width = (1 << (8*CGM_BINARY_BYTES_PER_INTEGER - 3)) / 500; in _pl_c_initialize()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h1321 int cgm_edge_width; /* D: edge width in CGM coordinates */ variable
1945 int cgm_edge_width; /* D: edge width in CGM coordinates */ variable