/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
|
H A D | blockgen.c | 89 double x0, y0, x1, y1, cx, cy; in blockgen() local
|
/plan9/sys/src/cmd/gs/src/ |
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 123 # define vd_square(x0,y0,w,c) BEGIN if (vd_trace1) vd_impl_square(x0,y0,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 168 # define vd_square(x0,y0,w,c) DO_NOTHING argument 169 # define vd_rect(x0,y0,x1,y1,w,c) DO_NOTHING argument [all …]
|
H A D | gxfillsl.h | 146 int x0 = pcr->rmin, x1 = pcr->rmax; in TEMPLATE_spot_into_scanlines() local 188 int x0 = fixed2int_pixround(alp->x_current - fo.adjust_left); in TEMPLATE_spot_into_scanlines() local
|
H A D | gxshade1.c | 180 double x0 = psh->params.Coords[0] + pfs->delta.x * pfs->v0; in A_fill_region() local 313 double x0, double y0, double r0, double t0, in R_tensor_annulus() 401 double x0, double y0, double r0, in R_outer_circle() 447 R_rect_radius(const gs_rect *rect, double x0, double y0) in R_rect_radius() 463 double x0, double y0, double x1, double y1, double x2, double y2, double t) in R_fill_triangle_new() 501 double x0, double y0, double r0, in R_obtuse_cone() 578 double x0, double y0, double r0, in R_tensor_cone_apex() 593 float x0 = psh->params.Coords[0], y0 = psh->params.Coords[1]; in R_extensions() local 681 float x0 = psh->params.Coords[0], y0 = psh->params.Coords[1]; in gs_shading_R_fill_rectangle_aux() local 724 float x0 = psh->params.Coords[0], y0 = psh->params.Coords[1]; in gs_shading_R_fill_rectangle_aux() local
|
H A D | gdevpsdu.c | 110 psdf_dorect(gx_device_vector * vdev, fixed x0, fixed y0, fixed x1, fixed y1, in psdf_dorect() 130 psdf_moveto(gx_device_vector * vdev, floatp x0, floatp y0, floatp x, floatp y, in psdf_moveto() 138 psdf_lineto(gx_device_vector * vdev, floatp x0, floatp y0, floatp x, floatp y, in psdf_lineto() 146 psdf_curveto(gx_device_vector * vdev, floatp x0, floatp y0, in psdf_curveto() 165 psdf_closepath(gx_device_vector * vdev, floatp x0, floatp y0, in psdf_closepath()
|
H A D | gxpflat.c | 51 gx_curve_log2_samples(fixed x0, fixed y0, const curve_segment * pc, in gx_curve_log2_samples() 107 split_curve_midpoint(fixed x0, fixed y0, const curve_segment * pc, in split_curve_midpoint() 154 curve_coeffs_ranged(fixed x0, fixed x1, fixed x2, fixed x3, in curve_coeffs_ranged() 186 fixed x0, fixed y0, const curve_segment *pc, int k) in gx_flattened_iterator__init() 287 fixed x0, fixed y0, fixed x1, fixed y1) in gx_flattened_iterator__init_line()
|
H A D | vdtrace.c | 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 | gxpcopy.c | 84 fixed x0 = ppath->position.x; in gx_path_copy_reducing() local 236 const fixed x0 = pseg->pt.x, y0 = pseg->pt.y; in adjust_point_to_tangent() local 342 fixed x0 = ppath->position.x, y0 = ppath->position.y; in gx_curve_monotonize() local
|
H A D | gxpdash.c | 58 fixed x0 = psub->pt.x, y0 = psub->pt.y; in subpath_expand_dashes() local
|
H A D | gdevbbox.c | 177 bbox_default_add_rect(void *pdata, fixed x0, fixed y0, fixed x1, fixed y1) in bbox_default_add_rect() 191 #define BBOX_ADD_RECT(bdev, x0, y0, x1, y1)\ argument 193 #define BBOX_ADD_INT_RECT(bdev, x0, y0, x1, y1)\ argument 626 fixed x0 = min(xminl, xminr), x1 = max(xmaxl, xmaxr); in bbox_fill_trapezoid() local 914 int x0, x1; member 1079 fixed x0 = float2fixed(corners[0].x), y0 = float2fixed(corners[0].y); in bbox_image_plane_data() local 1148 bbox_forward_add_rect(void *pdata, fixed x0, fixed y0, fixed x1, fixed y1) in bbox_forward_add_rect()
|
/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()
|
/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/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()
|
/plan9/sys/src/cmd/unix/drawterm/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()
|