/plan9/sys/src/cmd/gs/src/ |
H A D | gxpath.c | 44 #define outside_bbox(ppath, px, py)\ argument 47 #define check_in_bbox(ppath, px, py)\ argument 101 gx_path_init_contents(gx_path * ppath) in gx_path_init_contents() 127 gx_path_init_contained_shared(gx_path * ppath, const gx_path * shared, in gx_path_init_contained_shared() 160 gx_path *ppath = gs_alloc_struct(mem, gx_path, &st_path, cname); in gx_path_alloc_shared() local 193 gx_path_init_local_shared(gx_path * ppath, const gx_path * shared, in gx_path_init_local_shared() 221 gx_path_init_bbox_accumulator(gx_path * ppath) in gx_path_init_bbox_accumulator() 244 gx_path_unshare(gx_path * ppath) in gx_path_unshare() 258 gx_path_free(gx_path * ppath, client_name_t cname) in gx_path_free() 389 #define path_unshare(ppath)\ argument [all …]
|
H A D | gxpath2.c | 33 gx_path_current_point(const gx_path * ppath, gs_fixed_point * ppt) in gx_path_current_point() 45 gx_path_subpath_start_point(const gx_path * ppath, gs_fixed_point * ppt) in gx_path_subpath_start_point() 60 gx_path_bbox(gx_path * ppath, gs_fixed_rect * pbox) in gx_path_bbox() 131 gx_path_bbox_set(gx_path * ppath, gs_fixed_rect * pbox) in gx_path_bbox_set() 145 gx_path_has_curves(const gx_path * ppath) in gx_path_has_curves() 149 #define gx_path_has_curves(ppath)\ argument 155 gx_path_is_void(const gx_path * ppath) in gx_path_is_void() 159 #define gx_path_is_void(ppath)\ argument 164 gx_path_is_null(const gx_path * ppath) in gx_path_is_null() 233 gx_path_is_rectangular(const gx_path * ppath, gs_fixed_rect * pbox) in gx_path_is_rectangular() [all …]
|
H A D | gxpath.h | 89 #define gx_path_alloc_contained(ppath, mem, cname)\ argument 99 #define gx_path_init_local(ppath, mem)\ argument 168 #define gx_path_add_line(ppath, x, y)\ argument 170 #define gx_path_add_lines(ppath, pts, count)\ argument 172 #define gx_path_add_curve(ppath, x1, y1, x2, y2, x3, y3)\ argument 174 #define gx_path_add_partial_arc(ppath, x3, y3, xt, yt, fraction)\ argument 176 #define gx_path_close_subpath(ppath)\ argument 178 #define gx_path_pop_close_subpath(ppath)\ argument 210 #define gx_path_is_rectangle(ppath, pbox)\ argument 213 #define gx_path_is_null_inline(ppath)\ argument
|
H A D | gxpaint.c | 37 gx_fill_path(gx_path * ppath, gx_device_color * pdevc, gs_state * pgs, in gx_fill_path() 58 gx_stroke_fill(gx_path * ppath, gs_state * pgs) in gx_stroke_fill() 74 gx_stroke_add(gx_path * ppath, gx_path * to_path, in gx_stroke_add() 86 gx_imager_stroke_add(gx_path *ppath, gx_path *to_path, in gx_imager_stroke_add()
|
H A D | gzpath.h | 208 #define path_position_valid(ppath)\ argument 210 #define path_subpath_open(ppath)\ argument 212 #define path_is_drawing(ppath)\ argument 214 #define path_outside_range(ppath)\ argument 219 #define path_last_is_moveto(ppath)\ argument 221 #define path_position_in_range(ppath)\ argument 224 #define path_start_outside_range(ppath)\ argument 230 #define path_update_newpath(ppath)\ argument 232 #define path_update_moveto(ppath)\ argument 234 #define path_update_draw(ppath)\ argument [all …]
|
H A D | gxpdash.c | 34 gx_path_add_dash_expansion(const gx_path * ppath_old, gx_path * ppath, in gx_path_add_dash_expansion() 51 subpath_expand_dashes(const subpath * psub, gx_path * ppath, in subpath_expand_dashes()
|
H A D | gxstroke.c | 90 gx_stroke_path_expansion(const gs_imager_state * pis, const gx_path * ppath, in gx_stroke_path_expansion() 229 gx_path * ppath, const gx_stroke_params * params, in gx_default_stroke_path() 283 gx_stroke_path_only_aux(gx_path * ppath, gx_path * to_path, gx_device * pdev, in gx_stroke_path_only_aux() 761 gx_stroke_path_only(gx_path * ppath, gx_path * to_path, gx_device * pdev, in gx_stroke_path_only() 949 stroke_fill(gx_path * ppath, int first, register pl_ptr plp, pl_ptr nplp, in stroke_fill() 1049 stroke_add(gx_path * ppath, int first, pl_ptr plp, pl_ptr nplp, in stroke_add() 1119 add_points(gx_path * ppath, const gs_fixed_point * points, int npoints, in add_points() 1387 add_round_cap(gx_path * ppath, const_ep_ptr endp) in add_round_cap()
|
H A D | gstype42.c | 539 gx_path *ppath, double sbw[4]) in gs_type42_glyph_outline() 792 gx_path * ppath, const gs_log2_scale_point * pscale, in gs_type42_append() 809 add_quadratic_curve(gx_path * const ppath, const gs_fixed_point * const a, in add_quadratic_curve() 822 gx_path *ppath, gs_fixed_point *ppts, gs_font_type42 * pfont, in append_simple() 1016 gx_path *ppath, gs_font_type42 *pfont, gs_fixed_point *ppts, in check_component() 1046 gx_path * ppath, gs_fixed_point *ppts, int point_index, in append_component() 1106 gx_path * ppath, cached_fm_pair * pair, in append_outline_fitted()
|
H A D | gxpcopy.c | 35 gx_path_copy_reducing(const gx_path *ppath_old, gx_path *ppath, in gx_path_copy_reducing() 285 gx_path__check_curves(const gx_path * ppath, gx_path_copy_options options, fixed fixed_flat) in gx_path__check_curves() 340 gx_curve_monotonize(gx_path * ppath, const curve_segment * pc) in gx_curve_monotonize() 649 gx_path_merge_contacting_contours(gx_path *ppath) in gx_path_merge_contacting_contours()
|
H A D | gspath.c | 44 gx_path *ppath = pgs->path; in gs_closepath() local 147 gs_moveto_aux(gs_imager_state *pis, gx_path *ppath, floatp x, floatp y) in gs_moveto_aux() 195 gx_path *ppath = pgs->path; in gs_lineto_aux() local 244 gx_path *ppath = pgs->path; in gs_curveto_aux() local
|
H A D | gspath1.c | 44 gx_path *ppath; member 194 gs_imager_arc_add(gx_path * ppath, gs_imager_state * pis, bool clockwise, in gs_imager_arc_add() 460 gx_path *ppath; in gs_dashpath() local 483 gx_path *ppath = pgs->path; in gs_flattenpath() local 503 gx_path *ppath = pgs->path; in gs_reversepath() local
|
H A D | gsshade.c | 423 shading_path_add_box(gx_path *ppath, const gs_rect *pbox, in shading_path_add_box() 447 gs_shading_fill_path(const gs_shading_t *psh, /*const*/ gx_path *ppath, in gs_shading_fill_path() 565 gs_shading_fill_path_adjusted(const gs_shading_t *psh, /*const*/ gx_path *ppath, in gs_shading_fill_path_adjusted()
|
H A D | gxpflat.c | 505 generate_segments(gx_path * ppath, const gs_fixed_point *points, in generate_segments() 529 gx_path * ppath, int k, curve_segment * pc, in gx_subdivide_curve_rec() 587 gx_subdivide_curve(gx_path * ppath, int k, curve_segment * pc, segment_notes notes) in gx_subdivide_curve()
|
H A D | gxpaint.h | 105 #define gx_fill_path_only(ppath, dev, pis, params, pdevc, pcpath)\ argument
|
H A D | gsdps1.c | 55 gx_path *ppath = pgs->path; in gs_setbbox() local
|
H A D | gxclpath.c | 566 clist_fill_path(gx_device * dev, const gs_imager_state * pis, gx_path * ppath, in clist_fill_path() 634 clist_stroke_path(gx_device * dev, const gs_imager_state * pis, gx_path * ppath, in clist_stroke_path() 1031 const gx_path * ppath, fixed ymin, fixed ymax, byte path_op, in cmd_put_path()
|
H A D | gdevvec.c | 55 gdev_vector_dopath(gx_device_vector *vdev, const gx_path * ppath, in gdev_vector_dopath() 1052 gx_path * ppath, const gx_fill_params * params, in gdev_vector_fill_path() 1076 gx_path * ppath, const gx_stroke_params * params, in gdev_vector_stroke_path()
|
H A D | gxacpath.c | 170 gx_cpath_intersect_path_slow(gx_clip_path * pcpath, gx_path * ppath, in gx_cpath_intersect_path_slow()
|
H A D | gxshade.c | 352 shade_fill_path(const shading_fill_state_t * pfs, gx_path * ppath, in shade_fill_path()
|
H A D | gsptype2.c | 213 gx_path * ppath, gs_fixed_rect * rect, in gx_dc_pattern2_fill_path()
|
H A D | gxcpath.c | 382 gx_cpath_to_path(gx_clip_path * pcpath, gx_path * ppath) in gx_cpath_to_path() 555 /*const*/ gx_path *ppath = ppath_orig; in gx_cpath_intersect() local
|
H A D | gdevtrac.c | 289 gx_path * ppath, const gx_fill_params * params, in trace_fill_path() 308 gx_path * ppath, const gx_stroke_params * params, in trace_stroke_path()
|
H A D | gdevpdfd.c | 844 const gs_imager_state *pis, gx_path *ppath, in lcvd_handle_fill_path_as_shading_coverage() 1006 gdev_pdf_fill_path(gx_device * dev, const gs_imager_state * pis, gx_path * ppath, in gdev_pdf_fill_path() 1205 gx_path * ppath, const gx_stroke_params * params, in gdev_pdf_stroke_path()
|
H A D | gxfill.c | 235 unclose_path(gx_path * ppath, int count) in unclose_path() 288 gx_path * ppath, const gx_fill_params * params, in gx_general_fill_path() 550 gx_path * ppath, const gx_fill_params * params, in gx_default_fill_path() 974 add_y_list(gx_path * ppath, line_list *ll) in add_y_list()
|
/plan9/sys/src/cmd/upas/fs/ |
H A D | fs.c | 1523 hash(ulong ppath, char *name) in hash() 1537 hlook(ulong ppath, char *name) in hlook() 1554 henter(ulong ppath, char *name, Qid qid, Message *m, Mailbox *mb) in henter() 1582 hfree(ulong ppath, char *name) in hfree()
|