| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxpdash.c | 63 segment_notes notes = ~sn_not_first; in subpath_expand_dashes() local 124 notes & pseg->notes); in subpath_expand_dashes() 125 notes |= sn_not_first; in subpath_expand_dashes() 130 notes &= ~sn_not_first; in subpath_expand_dashes() 149 notes & pseg->notes) : in subpath_expand_dashes() 151 notes & pseg->notes)); in subpath_expand_dashes() 152 notes |= sn_not_first; in subpath_expand_dashes() 156 notes &= ~sn_not_first; in subpath_expand_dashes()
|
| H A D | gxpath.c | 420 pseg->type = stype, pseg->notes = snotes, pseg->next = 0 560 gx_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gx_path_add_line_notes() argument 562 return ppath->procs->add_line(ppath, x, y, 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() argument 573 path_alloc_segment(lp, line_segment, &st_line, s_line, 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() argument 593 segment_notes notes) in gx_path_add_lines_notes() argument 631 lp->notes = notes; in gx_path_add_lines_notes() 672 segment_notes notes) in gx_path_add_curve_notes() argument 674 return ppath->procs->add_curve(ppath, x1, y1, x2, y2, x3, y3, notes); in gx_path_add_curve_notes() [all …]
|
| H A D | gxpath2.c | 339 segment_notes notes = in gx_path_copy_reversed() local 341 psub->next->notes); in gx_path_copy_reversed() 359 prev_notes = notes; in gx_path_copy_reversed() 361 notes = pseg->notes; in gx_path_copy_reversed() 363 (notes & ~sn_not_first); in gx_path_copy_reversed() 441 penum->notes = sn_none; in gx_path_enum_init() 459 penum->notes = sn_none; in gx_path_enum_next() 466 penum->notes = pseg->notes; in gx_path_enum_next() 494 return penum->notes; in gx_path_enum_notes()
|
| H A D | gxpcopy.c | 82 pc->pt.x, pc->pt.y, pseg->notes); in gx_path_copy_reducing() 86 segment_notes notes = pseg->notes; in gx_path_copy_reducing() local 142 notes); in gx_path_copy_reducing() 147 notes |= sn_not_first; in gx_path_copy_reducing() 149 code = gx_subdivide_curve(ppath, k, &cseg, notes); in gx_path_copy_reducing() 161 pseg->notes | sn_not_first)) < 0) in gx_path_copy_reducing() 177 code = gx_subdivide_curve(ppath, k, &cseg, notes); in gx_path_copy_reducing() 184 pseg->pt.x, pseg->pt.y, pseg->notes); in gx_path_copy_reducing() 343 segment_notes notes = pc->notes; in gx_curve_monotonize() local 357 pc->p2.x, pc->p2.y, pc->pt.x, pc->pt.y, notes); in gx_curve_monotonize() [all …]
|
| H A D | gxpflat.c | 506 int count, segment_notes notes) in generate_segments() argument 509 if (notes & sn_not_first) { in generate_segments() 512 return gx_path_add_lines_notes(ppath, points, count, notes); in generate_segments() 518 code = gx_path_add_line_notes(ppath, points[0].x, points[0].y, notes); in generate_segments() 523 return gx_path_add_lines_notes(ppath, points + 1, count - 1, notes | sn_not_first); in generate_segments() 530 segment_notes notes, gs_fixed_point *points) in gx_subdivide_curve_rec() argument 542 code = gx_subdivide_curve_rec(this, ppath, k, &cseg, notes, points); in gx_subdivide_curve_rec() 545 notes |= sn_not_first; in gx_subdivide_curve_rec() 550 pc->pt.x, pc->pt.y, notes); in gx_subdivide_curve_rec() 563 code = generate_segments(ppath, points, pe - points, notes); in gx_subdivide_curve_rec() [all …]
|
| H A D | gxclpath.c | 884 segment_notes notes; member 895 const fixed * operands, segment_notes notes) in cmd_put_segment() argument 913 (int)notes); in cmd_put_segment() 937 if (notes != psw->notes) in cmd_put_segment() 942 if (notes != psw->notes) in cmd_put_segment() 996 if (notes != psw->notes) { in cmd_put_segment() 1004 dp[2] = notes; in cmd_put_segment() 1005 psw->notes = notes; in cmd_put_segment() 1022 #define cmd_put_rlineto(psw, operands, notes)\ argument 1023 cmd_put_segment(psw, cmd_opv_rlineto, operands, notes) [all …]
|
| H A D | gspath1.c | 50 segment_notes notes; member 218 arc.notes = sn_none; in gs_imager_arc_add() 244 arc.notes = sn_not_first; in gs_imager_arc_add() 252 arc.notes = sn_not_first; in gs_imager_arc_add() 274 arc.notes = sn_not_first; in gs_imager_arc_add() 282 arc.notes = sn_not_first; in gs_imager_arc_add() 338 arc.notes = sn_none; in gs_arcto() 437 arc->notes | sn_from_arc); in arc_add()
|
| H A D | gxclrast.c | 294 segment_notes notes; in clist_playback_band() local 314 notes = sn_none; in clist_playback_band() 906 code = read_set_misc2(&cbuf, &imager_state, ¬es); in clist_playback_band() 1284 notes = sn_none; in clist_playback_band() 1338 x0, y0, notes); in clist_playback_band() 2370 gs_fixed_point * ppos, int x0, int y0, segment_notes notes) in clist_decode_segment() argument 2388 code = gx_path_add_line_notes(ppath, px += A, py += B, notes); in clist_decode_segment() 2391 code = gx_path_add_line_notes(ppath, px += A, py, notes); in clist_decode_segment() 2394 code = gx_path_add_line_notes(ppath, px, py += A, notes); in clist_decode_segment() 2399 code = gx_path_add_line_notes(ppath, px += C, py += D, notes); in clist_decode_segment() [all …]
|
| /plan9/sys/src/cmd/execnet/ |
| H A D | note.c | 20 static Note notes[128]; variable 21 static Note *enotes = notes+nelem(notes); 63 for(n=notes; n<enotes; n++){ in delayednotes() 107 for(n=notes; n<enotes; n++) in _threadnote()
|
| /plan9/sys/src/libthread/ |
| H A D | note.c | 18 static Note notes[128]; variable 19 static Note *enotes = notes+nelem(notes); 61 for(n=notes; n<enotes; n++){ in delayednotes() 105 for(n=notes; n<enotes; n++) in _threadnote()
|
| /plan9/rc/bin/patch/ |
| H A D | note | 29 cat |sed 's/^/ /'; echo } >>notes 34 cat |sed 's/^/ /'; echo } >>notes
|
| H A D | list | 42 if(test -f $i/notes){ 44 cat $i/notes
|
| /plan9/sys/lib/acid/ |
| H A D | trump | 12 if notes then { 13 if (notes[0]!="sys: breakpoint") then 18 l = notes; 135 if notes[0]!="sys: breakpoint" then {
|
| H A D | arm | 59 if notes then { 60 if notes[0] != "sys: breakpoint" then { 62 l = notes;
|
| H A D | truss | 11 if notes then { 12 if (notes[0]!="sys: breakpoint") then 17 l = notes; 212 if notes[0]!="sys: breakpoint" then {
|
| H A D | 68020 | 72 if notes then { 73 if notes[0] != "sys: breakpoint" then { 75 l = notes;
|
| H A D | 386 | 100 if notes then { 101 if notes[0] != "sys: breakpoint" then { 103 l = notes;
|
| H A D | power | 103 if notes then { 104 if notes[0] != "sys: breakpoint" then { 106 l = notes;
|
| H A D | amd64 | 106 if notes then { 107 if notes[0] != "sys: breakpoint" then { 109 l = notes;
|
| H A D | alpha | 96 if notes then { 97 if notes[0] != "sys: breakpoint" then { 99 l = notes;
|
| /plan9/sys/src/cmd/db/ |
| H A D | pcs.c | 136 notes(); in subpcs() 174 notes(); in subpcs()
|
| H A D | trcrun.c | 103 notes(void) in notes() function 251 notes(); in runrun()
|
| H A D | fns.h | 43 void notes(void);
|
| /plan9/sys/src/cmd/qi/ |
| H A D | timing | 26 notes
|
| /plan9/lib/rfc/ |
| H A D | grabrfc | 13 cd /n/ftp/in-notes
|