Searched refs:gx_path_enum_init (Results 1 – 10 of 10) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxpath.h | 253 int gx_path_enum_init(gs_path_enum *, const gx_path *);
|
H A D | gspath1.c | 578 gx_path_enum_init(penum, copied_path); in gs_path_enum_copy_init() 581 gx_path_enum_init(penum, pgs->path); in gs_path_enum_copy_init()
|
H A D | gxpath2.c | 434 gx_path_enum_init(gs_path_enum * penum, const gx_path * ppath) in gx_path_enum_init() function
|
H A D | gxcpath.c | 735 gx_path_enum_init(&penum->path_enum, &pcpath->path); in gx_cpath_enum_init() 745 gx_path_enum_init(&penum->path_enum, &empty_path); in gx_cpath_enum_init()
|
H A D | zupath.c | 425 gx_path_enum_init(&penum, ppath); in make_upath()
|
H A D | gdevtrac.c | 93 gx_path_enum_init(&penum, path); in trace_path()
|
H A D | gdevpdfd.c | 238 code = gx_path_enum_init(&penum, pdev->clip_path); in pdf_is_same_clip_path() 306 gx_path_enum_init(cenum, &e->path); in pdf_put_clip_path_list_elem()
|
H A D | gxttfb.c | 500 code = gx_path_enum_init(&penum, path); in path_to_hinter()
|
H A D | gdevvec.c | 98 gx_path_enum_init(&cenum, ppath); in gdev_vector_dopath()
|
H A D | gxclpath.c | 1105 gx_path_enum_init(&cenum, ppath); in cmd_put_path()
|