| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxpath.h | 49 } segment_notes; typedef 142 gx_path_add_line_notes(gx_path *, fixed, fixed, segment_notes), 143 gx_path_add_lines_notes(gx_path *, const gs_fixed_point *, int, segment_notes), 146 gx_path_add_curve_notes(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes), 147 gx_path_add_partial_arc_notes(gx_path *, fixed, fixed, fixed, fixed, floatp, segment_notes), 149 gx_path_close_subpath_notes(gx_path *, segment_notes), 152 gx_path_pop_close_notes(gx_path *, segment_notes); 256 segment_notes 342 segment_notes
|
| H A D | gxpath.c | 70 gz_path_add_line_notes(gx_path *, fixed, fixed, segment_notes), 71 gz_path_add_curve_notes(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes), 72 gz_path_close_subpath_notes(gx_path *, segment_notes); 88 gz_path_bbox_add_line_notes(gx_path *, fixed, fixed, segment_notes), 89 … gz_path_bbox_add_curve_notes(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes), 90 gz_path_bbox_close_subpath_notes(gx_path *, segment_notes); 560 gx_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gx_path_add_line_notes() 565 gz_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gz_path_add_line_notes() 582 gz_path_bbox_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gz_path_bbox_add_line_notes() 593 segment_notes notes) in gx_path_add_lines_notes() [all …]
|
| H A D | gzpath.h | 168 int gx_subdivide_curve(gx_path *, int, curve_segment *, segment_notes); 277 int (*add_line)(gx_path *, fixed, fixed, segment_notes); 278 int (*add_curve)(gx_path *, fixed, fixed, fixed, fixed, fixed, fixed, segment_notes); 279 int (*close_subpath)(gx_path *, segment_notes); 339 segment_notes notes; /* notes from most recent segment */
|
| H A D | gxpath2.c | 339 segment_notes notes = in gx_path_copy_reversed() 342 segment_notes prev_notes; in gx_path_copy_reversed() 491 segment_notes
|
| H A D | gxclpath.c | 45 bool implicit_close, segment_notes keep_notes); 771 false, (segment_notes)~0); in clist_stroke_path() 884 segment_notes notes; 895 const fixed * operands, segment_notes notes) in cmd_put_segment() 1032 bool implicit_close, segment_notes keep_notes) in cmd_put_path() 1083 segment_notes out_notes = 0x7badf00d; /* Initialize against indeterminizm. */ in cmd_put_path() 1164 segment_notes notes = in cmd_put_path() 1268 segment_notes notes = in cmd_put_path()
|
| H A D | gxpdash.c | 63 segment_notes notes = ~sn_not_first; in subpath_expand_dashes()
|
| H A D | gxpflat.c | 506 int count, segment_notes notes) in generate_segments() 530 segment_notes notes, gs_fixed_point *points) 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 | gxclrast.c | 198 segment_notes *pnotes); 228 segment_notes); 294 segment_notes notes; in clist_playback_band() 1786 read_set_misc2(command_buf_t *pcb, gs_imager_state *pis, segment_notes *pnotes) in read_set_misc2() 1840 *pnotes = (segment_notes)(cb & 0x3f); in read_set_misc2() 2370 gs_fixed_point * ppos, int x0, int y0, segment_notes notes) in clist_decode_segment()
|
| H A D | gxpcopy.c | 86 segment_notes notes = pseg->notes; in gx_path_copy_reducing() 343 segment_notes notes = pc->notes; in gx_curve_monotonize()
|
| H A D | gxstroke.c | 333 segment_notes not_first = in gx_stroke_path_only_aux() 336 const segment_notes not_first = sn_not_first; in gx_stroke_path_only_aux()
|
| H A D | gspath1.c | 50 segment_notes notes;
|
| H A D | gxcpath.c | 935 segment_notes
|