/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/gs/src/ |
H A D | gxfdrop.c | 223 fixed xx0, fixed xx1, fixed yy0, fixed yy1, int dir, fixed y0, fixed y1) in margin_boundary() 302 …_common(line_list * ll, margin_set * set, active_line * flp, active_line * alp, fixed y0, fixed y1) in continue_margin_common() 344 …ine_list * ll, margin_set * set, active_line * flp, active_line * alp, fixed y, fixed y0, fixed y1) in mark_margin_interior() 368 int margin_interior(line_list * ll, active_line * flp, active_line * alp, fixed y0, fixed y1) in margin_interior() 388 active_line * plp, active_line * flp, int side, fixed y0, fixed y1) in process_h_sect() 413 active_line * plp, active_line * flp, active_line * alp, int side, fixed y0, fixed y1) in process_h_side() 433 active_line * flp, active_line * alp, int side, fixed y0, fixed y1) in process_h_list() 452 fixed y0, fixed y1) in process_h_lists() 492 int y0 = sect[i].y0, y1 = sect[i].y1, hh; in fill_margin() local
|
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 | 183 double y1 = psh->params.Coords[1] + pfs->delta.y * 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 | gxfillts.h | 32 const active_line *flp, const active_line *alp, fixed y, fixed y1) in TEMPLATE_slant_into_trapezoids()
|
H A D | gxfill.c | 336 fixed y1 = int2fixed(fixed2int(ibox.q.y + adjust.y + fixed_scale - fixed_epsilon)), k; in gx_general_fill_path() local 453 int y1 = fixed2int_pixround(rbox.q.y + fo.adjust_above); in gx_general_fill_path() local 703 compute_dir(const fill_options *fo, fixed y0, fixed y1) in compute_dir() 1242 add_margin(line_list * ll, active_line * flp, active_line * alp, fixed y0, fixed y1) in add_margin() 1249 continue_margin(line_list * ll, active_line * flp, active_line * alp, fixed y0, fixed y1) in continue_margin() 1255 complete_margin(line_list * ll, active_line * flp, active_line * alp, fixed y0, fixed y1) in complete_margin() 1267 const active_line *flp, const active_line *alp, fixed y, fixed y1) in fill_slant_adjust() 1400 move_al_by_y(line_list *ll, fixed y1) in move_al_by_y() 1477 …l_trap_np(const line_list *ll, const gs_fixed_edge *le, const gs_fixed_edge *re, fixed y, fixed y1) in loop_fill_trap_np() 1504 #define COVERING_PIXEL_CENTERS(y, y1, adjust_below, adjust_above)\ argument [all …]
|
H A D | gxpflat.c | 155 fixed y0, fixed y1, fixed y2, fixed y3, 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/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/ape/lib/ap/math/ |
H A D | pow.c | 8 double xy, y1, ye; in pow() local
|
H A D | j1.c | 173 y1(double arg) in y1() function
|
/plan9/sys/src/libc/port/ |
H A D | pow.c | 7 double xy, y1, ye; in pow() local
|
/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/cmd/upas/smtp/ |
H A D | smtpd.y | 228 cat(YYSTYPE *y1, YYSTYPE *y2, YYSTYPE *y3, YYSTYPE *y4, YYSTYPE *y5, YYSTYPE *y6, YYSTYPE *y7) in cat()
|