Lines Matching refs:tf

156 extern FILE		*tf;
184 if ( tf == stdout ) in getdraw()
208 else fprintf(tf, "%d %d %d %d Dl\n", hpos + dx, vpos + dy, hpos, vpos); in drawline()
259 fprintf(tf, "%d %d %d %d De\n", hpos, vpos, a, b); in drawellip()
296 fprintf(tf, "%d %d %d %d %d %d Da\n", hpos, vpos, dx1, dy1, dx2, dy2); in drawarc()
297 else fprintf(tf, "%d %d %d %d %d %d DA\n", hpos+dx1+dx2, vpos+dy1+dy2, in drawarc()
387 fprintf(tf, "%d %d %d %d %d %d Ds\n", x[i], y[i], x[i+1], y[i+1], x[i+2], y[i+2]); in drawspline()
436 fprintf(tf, "gsave\n"); in beginpath()
437 fprintf(tf, "newpath\n"); in beginpath()
438 fprintf(tf, "%d %d m\n", hpos, vpos); in beginpath()
439 fprintf(tf, "/inpath true def\n"); in beginpath()
441 fprintf(tf, "%s", buf); in beginpath()
479 fprintf(tf, "%s", buf); in drawpath()
481 fprintf(tf, "grestore\n"); in drawpath()
482 fprintf(tf, "/inpath false def\n"); in drawpath()
547 fprintf(tf, "gsave\n"); in parsebuf()
551 fprintf(tf, "closepath stroke\ngrestore\n"); in parsebuf()
554 fprintf(tf, "stroke\ngrestore\n"); in parsebuf()
557 fprintf(tf, "eofill\ngrestore\n"); in parsebuf()
560 fprintf(tf, "fill\ngrestore\n"); in parsebuf()
563 fprintf(tf, "eofill\ngrestore\ngsave\nstroke\ngrestore\n"); in parsebuf()
567 fprintf(tf, "%s setgray\n", p1); in parsebuf()
570 fprintf(tf, "/%s setcolor\n", p1); in parsebuf()
573 fprintf(tf, "%s resolution mul 2 div setlinewidth\n", p1); in parsebuf()
575 fprintf(tf, "reversepath\n"); in parsebuf()
578 fprintf(tf, "grestore\n"); in parsebuf()
582 fprintf(tf, "%s\n", p); in parsebuf()
588 fprintf(tf, "grestore\n"); in parsebuf()
611 if ( tf == stdout ) in getbaseline()
669 fprintf(tf, "mark resolution %s newbaseline\n", p); in newbaseline()
720 fprintf(tf, "mark %s drawfunnytext\n", p); in drawtext()
769 fprintf(tf, "mark resolution %s newbaseline\n", buf); in settext()
772 fprintf(tf, "%d setdecoding\n", encoding); in settext()