Home
last modified time | relevance | path

Searched refs:pfpath (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dfiles.h124 FILE *lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *);
127 int lib_file_open(const gs_file_path_ptr pfpath, i_ctx_t *, const char *, uint, byte *, uint,
H A Dzfile.c996 const gs_file_path *pfpath = lib_path; in lib_fopen_with_libpath() local
999 for (pi = 0; pi < r_size(&pfpath->list); ++pi) { in lib_fopen_with_libpath()
1000 const ref *prdir = pfpath->list.value.refs + pi; in lib_fopen_with_libpath()
1025 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen() argument
1036 lib_fopen_with_libpath(pfpath, mem, NULL, &iodev_default_copy, fname, strlen(fname), in lib_fopen()
1045 lib_file_open(const gs_file_path_ptr pfpath, in lib_file_open() argument
1064 code = lib_fopen_with_libpath(pfpath, mem, i_ctx_p, in lib_file_open()
H A Dgxfill.c298 gx_path *pfpath; in gx_general_fill_path() local
463 pfpath = ppath; in gx_general_fill_path()
465 pfpath = ppath; in gx_general_fill_path()
467 pfpath = ppath; in gx_general_fill_path()
473 pfpath = &ffpath; in gx_general_fill_path()
475 code = gx_path_merge_contacting_contours(pfpath); in gx_general_fill_path()
481 if ((code = add_y_list(pfpath, &lst)) < 0) in gx_general_fill_path()
516 unclose_path(pfpath, lst.close_count); in gx_general_fill_path()
518 if (pfpath != ppath) /* had to flatten */ in gx_general_fill_path()
519 gx_path_free(pfpath, "gx_general_fill_path"); in gx_general_fill_path()