/plan9/sys/src/cmd/pic/ |
H A D | print.c | 26 double x0, y0, x1, y1, ox, oy, dx, dy, ndx, ndy; in print() local 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 | pltroff.c | 74 void space(double x0, double y0, double x1, double y1) /* set limits of page */ in space() 224 void line(double x0, double y0, double x1, double y1) /* draw line from x0,y0 to x1,y1 */ in line() 230 void arrow(double x0, double y0, double x1, double y1, double w, double h, in arrow() 273 void box(double x0, double y0, double x1, double y1) in box() 339 void arc(double x, double y, double x0, double y0, double x1, double y1) /* draw arc with center x,… in arc()
|
H A D | boxgen.c | 11 double h, w, x0, y0, x1, y1; in boxgen() local
|
H A D | textgen.c | 8 double xwith, ywith, h, w, x0, y0, x1, y1; in textgen() local
|
/plan9/sys/src/cmd/plot/libplot/ |
H A D | box.c | 2 void box(double x0, double y0, double x1, double y1){ in box()
|
H A D | line.c | 2 void plotline(double x0, double y0, double x1, double y1){ in plotline()
|
H A D | range.c | 2 void range(double x0, double y0, double x1, double y1){ in range()
|
H A D | sbox.c | 3 int x0=SCX(xx0), y0=SCY(yy0), x1=SCX(xx1), y1=SCY(yy1); in sbox() local
|
H A D | machdep.c | 6 void m_clrwin(int x0, int y0, int x1, int y1, int c){ in m_clrwin() 27 void m_vector(int x0, int y0, int x1, int y1, int c){ in m_vector()
|
H A D | vec.c | 4 int x0, y0, x1, y1, c0, c1, c, tx, ty; in vec() local
|
H A D | parabola.c | 2 void parabola(double x0, double y0, double x1, double y1, double xb, double yb){ in parabola()
|
H A D | rarc.c | 8 void rarc(double x1, double y1, double x2, double y2, double xc, double yc, double rr){ in rarc()
|
/plan9/sys/src/cmd/map/libmap/ |
H A D | cubrt.c | 8 double x,y,x1; in cubrt() local
|
/plan9/sys/src/cmd/gs/src/ |
H A D | vdtrace.c | 97 void vd_impl_curveto(double x1, double y1, double x2, double y2, double x3, double y3) in vd_impl_curveto() 111 void vd_impl_bar(double x0, double y0, double x1, double y1, int w, unsigned long c) in vd_impl_bar() 136 void vd_impl_rect(double x0, double y0, double x1, double y1, int w, unsigned int c) in vd_impl_rect() 150 void vd_impl_quad(double x0, double y0, double x1, double y1, double x2, double y2, double x3, doub… in vd_impl_quad() 164 void vd_impl_curve(double x0, double y0, double x1, double y1, double x2, double y2, double x3, dou… in vd_impl_curve()
|
H A D | vdtrace.h | 120 # define vd_curveto(x0,y0,x1,y1,x2,y2) BEGIN if (vd_trace1) vd_impl_curveto(x0,y0,x1,y1,x2,y2);… argument 122 # define vd_bar(x0,y0,x1,y1,w,c) BEGIN if (vd_trace1) vd_impl_bar(x0,y0,x1,y1,w,c); END argument 124 # define vd_rect(x0,y0,x1,y1,w,c) BEGIN if (vd_trace1) vd_impl_rect(x0,y0,x1,y1,w,c); END argument 125 # define vd_quad(x0,y0,x1,y1,x2,y2,x3,y3,w,c) BEGIN if (vd_trace1) vd_impl_quad(x0,y0,x1,y1,x2,… argument 126 # define vd_curve(x0,y0,x1,y1,x2,y2,x3,y3,w,c) BEGIN if (vd_trace1) vd_impl_curve(x0,y0,x1,y1,x2… argument 165 # define vd_curveto(x0,y0,x1,y1,x2,y2) DO_NOTHING argument 167 # define vd_bar(x0,y0,x1,y1,w,c) DO_NOTHING argument 169 # define vd_rect(x0,y0,x1,y1,w,c) DO_NOTHING argument 170 # define vd_quad(x0,y0,x1,y1,x2,y2,x3,y3,w,c) DO_NOTHING argument 171 # define vd_curve(x0,y0,x1,y1,x2,y2,x3,y3,w,c) DO_NOTHING argument
|
H A D | gxshade1.c | 182 double x1 = psh->params.Coords[0] + pfs->delta.x * pfs->v1; in A_fill_region() local 314 double x1, double y1, double r1, double t1) in R_tensor_annulus() 402 double x1, double y1, double r1, in R_outer_circle() 463 double x0, double y0, double x1, double y1, double x2, double y2, double t) in R_fill_triangle_new() 502 double x1, double y1, double r1, double t1, double r) in R_obtuse_cone() 579 double x1, double y1, double r1, double t) in R_tensor_cone_apex() 595 float x1 = psh->params.Coords[3], y1 = psh->params.Coords[4]; in R_extensions() local 683 float x1 = psh->params.Coords[3], y1 = psh->params.Coords[4]; in gs_shading_R_fill_rectangle_aux() local 726 float x1 = psh->params.Coords[3], y1 = psh->params.Coords[4]; in gs_shading_R_fill_rectangle_aux() local
|
H A D | gdevpdfd.c | 131 pdf_dorect(gx_device_vector * vdev, fixed x0, fixed y0, fixed x1, fixed y1, in pdf_dorect() 571 max_subimage_width(int width, byte *base, int x0, long count1, int *x1, long *count) in max_subimage_width() 604 int x0, int y0, long MaxClipPathSize, int *x1, int *y1) in compute_subimage() 644 image_line_to_clip(gx_device_pdf *pdev, byte *base, int x0, int x1, int y0, int y1, bool started) in image_line_to_clip() 689 int raster, byte *base, int x0, int y0, int x1, int y1) in mask_to_clip() 712 write_subimage(gx_device_pdf *pdev, gx_device_memory *mdev, int x, int y, int x1, int y1) in write_subimage() 743 int x1, y1; in write_image_with_clip() local
|
H A D | gxfillsl.h | 146 int x0 = pcr->rmin, x1 = pcr->rmax; in TEMPLATE_spot_into_scanlines() local
|
H A D | gxpflat.c | 154 curve_coeffs_ranged(fixed x0, fixed x1, fixed x2, fixed x3, in curve_coeffs_ranged() 189 fixed x1, y1, x2, y2; in gx_flattened_iterator__init() local 287 fixed x0, fixed y0, fixed x1, fixed y1) in gx_flattened_iterator__init_line()
|
/plan9/sys/src/cmd/unix/drawterm/libmp/ |
H A D | mpeuclid.c | 14 mpint *tmp, *x0, *x1, *x2, *y0, *y1, *y2, *q, *r; in mpeuclid() local
|
/plan9/sys/src/libmp/port/ |
H A D | mpeuclid.c | 14 mpint *tmp, *x0, *x1, *x2, *y0, *y1, *y2, *q, *r; in mpeuclid() local
|
/plan9/sys/src/games/mp3enc/ |
H A D | pcm.c | 249 #define BYTES1(x1) ((((int8_t)(x1)) << 8)) argument 250 #define BYTES2(x1,x2) ((((int8_t)(x1)) << 8) + (uint8_t)(x2)) argument 251 #define BYTES3(x1,x2,x3) ((((int8_t)(x1)) << 8) + (uint8_t)(x2) + 1/256.*(uint8_t)(x3)) argument 252 #define BYTES4(x1,x2,x3,x4) ((((int8_t)(x1)) << 8) + (uint8_t)(x2) + 1/256.*(uint8_t)(x3) + 1/65536… argument 1374 IN int* const x1, in factorize()
|
/plan9/sys/src/cmd/astro/ |
H A D | occ.c | 11 double x, di, dx, x1; in occult() local
|
/plan9/sys/src/cmd/postscript/tr2post/ |
H A D | draw.c | 92 int r, x1, y1, x2, y2, i; in draw() local
|
/plan9/sys/src/libmemdraw/ |
H A D | ellipse.c | 208 erect(int x0, int y0, int x1, int y1, Param *p) in erect() 238 eline(int x0, int y0, int x1, int y1, Param *p) in eline()
|