Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 86) sorted by relevance

1234

/plan9/sys/src/cmd/gs/src/
H A Dgxpdash.c63 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 Dgxpath.c420 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 Dgxpath2.c339 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 Dgxpcopy.c82 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 Dgxpflat.c506 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 Dgxclpath.c884 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 Dgspath1.c50 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 Dgxclrast.c294 segment_notes notes; in clist_playback_band() local
314 notes = sn_none; in clist_playback_band()
906 code = read_set_misc2(&cbuf, &imager_state, &notes); 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 Dnote.c20 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 Dnote.c18 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 Dnote29 cat |sed 's/^/ /'; echo } >>notes
34 cat |sed 's/^/ /'; echo } >>notes
H A Dlist42 if(test -f $i/notes){
44 cat $i/notes
/plan9/sys/lib/acid/
H A Dtrump12 if notes then {
13 if (notes[0]!="sys: breakpoint") then
18 l = notes;
135 if notes[0]!="sys: breakpoint" then {
H A Darm59 if notes then {
60 if notes[0] != "sys: breakpoint" then {
62 l = notes;
H A Dtruss11 if notes then {
12 if (notes[0]!="sys: breakpoint") then
17 l = notes;
212 if notes[0]!="sys: breakpoint" then {
H A D6802072 if notes then {
73 if notes[0] != "sys: breakpoint" then {
75 l = notes;
H A D386100 if notes then {
101 if notes[0] != "sys: breakpoint" then {
103 l = notes;
H A Dpower103 if notes then {
104 if notes[0] != "sys: breakpoint" then {
106 l = notes;
H A Damd64106 if notes then {
107 if notes[0] != "sys: breakpoint" then {
109 l = notes;
H A Dalpha96 if notes then {
97 if notes[0] != "sys: breakpoint" then {
99 l = notes;
/plan9/sys/src/cmd/db/
H A Dpcs.c136 notes(); in subpcs()
174 notes(); in subpcs()
H A Dtrcrun.c103 notes(void) in notes() function
251 notes(); in runrun()
H A Dfns.h43 void notes(void);
/plan9/sys/src/cmd/qi/
H A Dtiming26 notes
/plan9/lib/rfc/
H A Dgrabrfc13 cd /n/ftp/in-notes

1234