Home
last modified time | relevance | path

Searched defs:beginpath (Results 1 – 12 of 12) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/tr2post/
H A Ddraw.c166 beginpath(char *buf, int copy) { in beginpath() function
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dpost.d/
H A Ddraw.c434 beginpath ( in beginpath() function
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevvec.h128 int (*beginpath) (gx_device_vector * vdev, gx_path_type_t type); member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevvec.h128 int (*beginpath) (gx_device_vector * vdev, gx_path_type_t type); member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevvec.h128 int (*beginpath) (gx_device_vector * vdev, gx_path_type_t type); member
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevvec.h130 int (*beginpath) (gx_device_vector * vdev, gx_path_type_t type); member
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevvec.h128 int (*beginpath) (gx_device_vector * vdev, gx_path_type_t type); member
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevvec.h130 int (*beginpath) (gx_device_vector * vdev, gx_path_type_t type); member
/dports/math/asymptote/asymptote-2.67/
H A Dtexfile.cc405 void svgtexfile::beginpath() in beginpath() function in camp::svgtexfile
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dtexfile.cc392 void svgtexfile::beginpath() in beginpath() function in camp::svgtexfile
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dsplines.c393 beginpath(path * P, edge_t * e, int et, pathend_t * endp, boolean merge) in beginpath() function
/dports/graphics/libemf/libemf-1.0.13/libemf/
H A Dlibemf.cpp3381 EMF::EMRBEGINPATH* beginpath = new EMF::EMRBEGINPATH(); in BeginPath() local