Searched defs:ddval (Results 1 – 6 of 6) sorted by relevance
/plan9/sys/src/cmd/pic/ |
H A D | print.c | 177 void dotline(double x0, double y0, double x1, double y1, int ddtype, double ddval) /* dotted line */ in dotline() 220 void dotbox(double x0, double y0, double x1, double y1, int ddtype, double ddval) /* dotted or dash… in dotbox()
|
H A D | circgen.c | 11 double r, r2, ddval, fillval; in circgen() local
|
H A D | boxgen.c | 10 double ddval, fillval, xwith, ywith; in boxgen() local
|
H A D | blockgen.c | 88 double ddval, h, w, xwith, ywith; in blockgen() local
|
H A D | linegen.c | 15 double ddval, chop1, chop2, x0, y0, x1, y1; in linegen() local
|
H A D | pltroff.c | 306 void spline(double x, double y, double n, ofloat *p, int dashed, double ddval) in spline()
|