Home
last modified time | relevance | path

Searched refs:gx_path_type_t (Results 1 – 25 of 86) sorted by relevance

1234

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevvec.h91 } gx_path_type_t; typedef
125 gx_path_type_t type, const gs_matrix *pmat);
127 fixed y1, gx_path_type_t type);
130 floatp x, floatp y, gx_path_type_t type);
132 floatp x, floatp y, gx_path_type_t type);
135 floatp x3, floatp y3, gx_path_type_t type);
148 gx_path_type_t type, const gs_matrix *pmat);
152 fixed x1, fixed y1, gx_path_type_t type);
294 gx_path_type_t type;
303 gx_path_type_t type, const gs_matrix *pmat);
[all …]
H A Dgdevsvg.c168 fixed x1, fixed y1, gx_path_type_t type);
170 svg_beginpath(gx_device_vector *vdev, gx_path_type_t type);
174 floatp x, floatp y, gx_path_type_t type);
177 floatp x, floatp y, gx_path_type_t type);
181 floatp x3, floatp y3, gx_path_type_t type);
186 svg_endpath(gx_device_vector *vdev, gx_path_type_t type);
661 fixed x1, fixed y1, gx_path_type_t type) in svg_dorect()
724 floatp x, floatp y, gx_path_type_t type) in svg_moveto()
749 floatp x, floatp y, gx_path_type_t type) in svg_lineto()
775 floatp x3, floatp y3, gx_path_type_t type) in svg_curveto()
[all …]
H A Dgdevcairo.c155 devcairo_beginpath(gx_device_vector *vdev, gx_path_type_t type);
159 floatp x, floatp y, gx_path_type_t type);
162 floatp x, floatp y, gx_path_type_t type);
166 floatp x3, floatp y3, gx_path_type_t type);
169 floatp x_start, floatp y_start, gx_path_type_t type);
171 devcairo_endpath(gx_device_vector *vdev, gx_path_type_t type);
684 floatp x, floatp y, gx_path_type_t type) in devcairo_moveto()
695 floatp x, floatp y, gx_path_type_t type) in devcairo_lineto()
707 floatp x3, floatp y3, gx_path_type_t type) in devcairo_curveto()
718 floatp x_start, floatp y_start, gx_path_type_t type) in devcairo_closepath()
[all …]
H A Dgdevpsdf.h281 fixed y1, gx_path_type_t type);
282 int psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type);
284 floatp x, floatp y, gx_path_type_t type);
286 floatp x, floatp y, gx_path_type_t type);
289 floatp y2, floatp x3, floatp y3, gx_path_type_t type);
291 floatp x_start, floatp y_start, gx_path_type_t type);
H A Dgdevpsdu.c141 gx_path_type_t type) in psdf_dorect()
154 psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type) in psdf_beginpath()
161 gx_path_type_t type) in psdf_moveto()
169 gx_path_type_t type) in psdf_lineto()
178 gx_path_type_t type) in psdf_curveto()
196 floatp x_start, floatp y_start, gx_path_type_t type) in psdf_closepath()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevvec.h91 } gx_path_type_t; typedef
125 gx_path_type_t type, const gs_matrix *pmat);
127 fixed y1, gx_path_type_t type);
130 double x, double y, gx_path_type_t type);
132 double x, double y, gx_path_type_t type);
135 double x3, double y3, gx_path_type_t type);
138 int (*endpath) (gx_device_vector * vdev, gx_path_type_t type);
148 gx_path_type_t type, const gs_matrix *pmat);
152 fixed x1, fixed y1, gx_path_type_t type);
296 gx_path_type_t type;
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevvec.h91 } gx_path_type_t; typedef
125 gx_path_type_t type, const gs_matrix *pmat);
127 fixed y1, gx_path_type_t type);
130 double x, double y, gx_path_type_t type);
132 double x, double y, gx_path_type_t type);
135 double x3, double y3, gx_path_type_t type);
138 int (*endpath) (gx_device_vector * vdev, gx_path_type_t type);
148 gx_path_type_t type, const gs_matrix *pmat);
152 fixed x1, fixed y1, gx_path_type_t type);
296 gx_path_type_t type;
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevvec.h93 } gx_path_type_t; typedef
127 gx_path_type_t type, const gs_matrix *pmat);
129 fixed y1, gx_path_type_t type);
132 floatp x, floatp y, gx_path_type_t type);
134 floatp x, floatp y, gx_path_type_t type);
137 floatp x3, floatp y3, gx_path_type_t type);
140 int (*endpath) (gx_device_vector * vdev, gx_path_type_t type);
150 gx_path_type_t type, const gs_matrix *pmat);
154 fixed x1, fixed y1, gx_path_type_t type);
296 gx_path_type_t type;
[all …]
H A Dgdevsvg.c167 fixed x1, fixed y1, gx_path_type_t type);
169 svg_beginpath(gx_device_vector *vdev, gx_path_type_t type);
173 floatp x, floatp y, gx_path_type_t type);
176 floatp x, floatp y, gx_path_type_t type);
180 floatp x3, floatp y3, gx_path_type_t type);
185 svg_endpath(gx_device_vector *vdev, gx_path_type_t type);
637 fixed x1, fixed y1, gx_path_type_t type) in svg_dorect()
700 floatp x, floatp y, gx_path_type_t type) in svg_moveto()
725 floatp x, floatp y, gx_path_type_t type) in svg_lineto()
751 floatp x3, floatp y3, gx_path_type_t type) in svg_curveto()
[all …]
H A Dgdevpsdf.h341 fixed y1, gx_path_type_t type);
342 int psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type);
344 floatp x, floatp y, gx_path_type_t type);
346 floatp x, floatp y, gx_path_type_t type);
349 floatp y2, floatp x3, floatp y3, gx_path_type_t type);
351 floatp x_start, floatp y_start, gx_path_type_t type);
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevvec.h91 } gx_path_type_t; typedef
125 gx_path_type_t type, const gs_matrix *pmat);
127 fixed y1, gx_path_type_t type);
130 floatp x, floatp y, gx_path_type_t type);
132 floatp x, floatp y, gx_path_type_t type);
135 floatp x3, floatp y3, gx_path_type_t type);
148 gx_path_type_t type, const gs_matrix *pmat);
152 fixed x1, fixed y1, gx_path_type_t type);
294 gx_path_type_t type;
303 gx_path_type_t type, const gs_matrix *pmat);
[all …]
H A Dgdevsvg.c168 fixed x1, fixed y1, gx_path_type_t type);
170 svg_beginpath(gx_device_vector *vdev, gx_path_type_t type);
174 floatp x, floatp y, gx_path_type_t type);
177 floatp x, floatp y, gx_path_type_t type);
181 floatp x3, floatp y3, gx_path_type_t type);
186 svg_endpath(gx_device_vector *vdev, gx_path_type_t type);
661 fixed x1, fixed y1, gx_path_type_t type) in svg_dorect()
724 floatp x, floatp y, gx_path_type_t type) in svg_moveto()
749 floatp x, floatp y, gx_path_type_t type) in svg_lineto()
775 floatp x3, floatp y3, gx_path_type_t type) in svg_curveto()
[all …]
H A Dgdevcairo.c155 devcairo_beginpath(gx_device_vector *vdev, gx_path_type_t type);
159 floatp x, floatp y, gx_path_type_t type);
162 floatp x, floatp y, gx_path_type_t type);
166 floatp x3, floatp y3, gx_path_type_t type);
169 floatp x_start, floatp y_start, gx_path_type_t type);
171 devcairo_endpath(gx_device_vector *vdev, gx_path_type_t type);
684 floatp x, floatp y, gx_path_type_t type) in devcairo_moveto()
695 floatp x, floatp y, gx_path_type_t type) in devcairo_lineto()
707 floatp x3, floatp y3, gx_path_type_t type) in devcairo_curveto()
718 floatp x_start, floatp y_start, gx_path_type_t type) in devcairo_closepath()
[all …]
H A Dgdevpsdf.h281 fixed y1, gx_path_type_t type);
282 int psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type);
284 floatp x, floatp y, gx_path_type_t type);
286 floatp x, floatp y, gx_path_type_t type);
289 floatp y2, floatp x3, floatp y3, gx_path_type_t type);
291 floatp x_start, floatp y_start, gx_path_type_t type);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevvec.h93 } gx_path_type_t; typedef
127 gx_path_type_t type, const gs_matrix *pmat);
129 fixed y1, gx_path_type_t type);
132 floatp x, floatp y, gx_path_type_t type);
134 floatp x, floatp y, gx_path_type_t type);
137 floatp x3, floatp y3, gx_path_type_t type);
140 int (*endpath) (gx_device_vector * vdev, gx_path_type_t type);
150 gx_path_type_t type, const gs_matrix *pmat);
154 fixed x1, fixed y1, gx_path_type_t type);
296 gx_path_type_t type;
[all …]
H A Dgdevsvg.c167 fixed x1, fixed y1, gx_path_type_t type);
169 svg_beginpath(gx_device_vector *vdev, gx_path_type_t type);
173 floatp x, floatp y, gx_path_type_t type);
176 floatp x, floatp y, gx_path_type_t type);
180 floatp x3, floatp y3, gx_path_type_t type);
185 svg_endpath(gx_device_vector *vdev, gx_path_type_t type);
637 fixed x1, fixed y1, gx_path_type_t type) in svg_dorect()
700 floatp x, floatp y, gx_path_type_t type) in svg_moveto()
725 floatp x, floatp y, gx_path_type_t type) in svg_lineto()
751 floatp x3, floatp y3, gx_path_type_t type) in svg_curveto()
[all …]
H A Dgdevpsdf.h341 fixed y1, gx_path_type_t type);
342 int psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type);
344 floatp x, floatp y, gx_path_type_t type);
346 floatp x, floatp y, gx_path_type_t type);
349 floatp y2, floatp x3, floatp y3, gx_path_type_t type);
351 floatp x_start, floatp y_start, gx_path_type_t type);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevvec.h95 } gx_path_type_t; typedef
119 gx_path_type_t type, const gs_matrix *pmat));
121 fixed y1, gx_path_type_t type));
124 floatp x, floatp y, gx_path_type_t type));
126 floatp x, floatp y, gx_path_type_t type));
129 floatp x3, floatp y3, gx_path_type_t type));
142 gx_path_type_t type, const gs_matrix *pmat));
146 fixed x1, fixed y1, gx_path_type_t type));
282 gx_path_type_t type;
291 gx_path_type_t type, const gs_matrix *pmat));
[all …]
H A Dgdevpsdf.h278 fixed y1, gx_path_type_t type));
279 int psdf_beginpath(P2(gx_device_vector * vdev, gx_path_type_t type));
281 floatp x, floatp y, gx_path_type_t type));
283 floatp x, floatp y, gx_path_type_t type));
286 floatp y2, floatp x3, floatp y3, gx_path_type_t type));
288 floatp x_start, floatp y_start, gx_path_type_t type));
H A Dgdevpsdu.c127 gx_path_type_t type) in psdf_dorect()
140 psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type) in psdf_beginpath()
147 gx_path_type_t type) in psdf_moveto()
155 gx_path_type_t type) in psdf_lineto()
164 gx_path_type_t type) in psdf_curveto()
180 floatp x_start, floatp y_start, gx_path_type_t type) in psdf_closepath()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevvec.h95 } gx_path_type_t; typedef
119 gx_path_type_t type, const gs_matrix *pmat));
121 fixed y1, gx_path_type_t type));
124 floatp x, floatp y, gx_path_type_t type));
126 floatp x, floatp y, gx_path_type_t type));
129 floatp x3, floatp y3, gx_path_type_t type));
142 gx_path_type_t type, const gs_matrix *pmat));
146 fixed x1, fixed y1, gx_path_type_t type));
282 gx_path_type_t type;
291 gx_path_type_t type, const gs_matrix *pmat));
[all …]
H A Dgdevpsdf.h278 fixed y1, gx_path_type_t type));
279 int psdf_beginpath(P2(gx_device_vector * vdev, gx_path_type_t type));
281 floatp x, floatp y, gx_path_type_t type));
283 floatp x, floatp y, gx_path_type_t type));
286 floatp y2, floatp x3, floatp y3, gx_path_type_t type));
288 floatp x_start, floatp y_start, gx_path_type_t type));
H A Dgdevpsdu.c127 gx_path_type_t type) in psdf_dorect()
140 psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type) in psdf_beginpath()
147 gx_path_type_t type) in psdf_moveto()
155 gx_path_type_t type) in psdf_lineto()
164 gx_path_type_t type) in psdf_curveto()
180 floatp x_start, floatp y_start, gx_path_type_t type) in psdf_closepath()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsdf.h365 fixed y1, gx_path_type_t type);
366 int psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type);
368 double x, double y, gx_path_type_t type);
370 double x, double y, gx_path_type_t type);
373 double y2, double x3, double y3, gx_path_type_t type);
375 double x_start, double y_start, gx_path_type_t type);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsdf.h365 fixed y1, gx_path_type_t type);
366 int psdf_beginpath(gx_device_vector * vdev, gx_path_type_t type);
368 double x, double y, gx_path_type_t type);
370 double x, double y, gx_path_type_t type);
373 double y2, double x3, double y3, gx_path_type_t type);
375 double x_start, double y_start, gx_path_type_t type);

1234