/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | gsimpath.c | 33 int dx, dy; /* X/Y increment of current run */ member 48 #define add_deltas(s, dx, dy, n)\ argument 100 int dx = -1, dy = 0; /* initially going west */ in trace_from() local 165 add_dxdy(register status * out, int dx, int dy, int count) in add_dxdy()
|
H A D | gscoord.c | 228 gs_translate(gs_state * pgs, floatp dx, floatp dy) in gs_translate() 304 gs_dtransform(gs_state * pgs, floatp dx, floatp dy, gs_point * pt) in gs_dtransform() 322 gs_idtransform(gs_state * pgs, floatp dx, floatp dy, gs_point * pt) in gs_idtransform() 335 gs_imager_idtransform(const gs_imager_state * pis, floatp dx, floatp dy, in gs_imager_idtransform() 352 fixed dx, dy; in gx_translate_to_fixed() local
|
H A D | gsmatrix.c | 43 gs_make_translation(floatp dx, floatp dy, gs_matrix * pmat) in gs_make_translation() 147 gs_matrix_translate(const gs_matrix * pm, floatp dx, floatp dy, gs_matrix * pmr) in gs_matrix_translate() 246 gs_distance_transform(floatp dx, floatp dy, const gs_matrix * pmat, in gs_distance_transform() 261 gs_distance_transform_inverse(floatp dx, floatp dy, in gs_distance_transform_inverse() 471 floatp dx, floatp dy, gs_fixed_point * ppt) in gs_distance_transform2fixed()
|
H A D | gxclrect.c | 54 int dx = x - pcls->rect.x; in cmd_write_rect_cmd() local 244 int dx = data_x & 7; in clist_copy_mono() local 340 int dx = (data_x_bit & 7) / depth; in clist_copy_color() local 440 int dx = (data_x_bit & 7) >> log2_depth; in clist_copy_alpha() local
|
H A D | gxidata.c | 322 int dx = src_planes[pi].data_x; in repack_bit_planes() local 355 int dx = pp->data_x; in repack_bit_planes() local
|
H A D | gsropc.c | 279 int dx, int raster, gx_bitmap_id id, int x, int y, int w, int h, in dcr_copy_mono() 289 int dx, int raster, gx_bitmap_id id, in dcr_copy_color()
|
/plan9-contrib/sys/src/cmd/unix/drawterm/libmemdraw/ |
H A D | draw.c | 431 int dx; /* of r */ member 627 int y, dir, dx, dy; in alphadraw() local 791 alphacalc0(Buffer bdst, Buffer b1, Buffer b2, int dx, int grey, int op) in alphacalc0() 844 alphacalc14(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc14() 896 alphacalc2810(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc2810() 950 alphacalc3679(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc3679() 1012 alphacalc5(Buffer bdst, Buffer b1, Buffer b2, int dx, int grey, int op) in alphacalc5() 1021 alphacalc11(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc11() 1113 alphacalcS(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalcS() 1152 boolcalc14(Buffer bdst, Buffer b1, Buffer bmask, int dx, int grey, int op) in boolcalc14() [all …]
|
/plan9-contrib/sys/src/libmemdraw/ |
H A D | draw.c | 413 int dx; /* of r */ member 616 int y, dir, dx, dy, ndrawbuf; in alphadraw() local 793 alphacalc0(Buffer bdst, Buffer b1, Buffer b2, int dx, int grey, int op) in alphacalc0() 804 alphacalc14(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc14() 856 alphacalc2810(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc2810() 910 alphacalc3679(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc3679() 972 alphacalc5(Buffer bdst, Buffer b1, Buffer b2, int dx, int grey, int op) in alphacalc5() 983 alphacalc11(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalc11() 1075 alphacalcS(Buffer bdst, Buffer bsrc, Buffer bmask, int dx, int grey, int op) in alphacalcS() 1114 boolcalc14(Buffer bdst, Buffer b1, Buffer bmask, int dx, int grey, int op) in boolcalc14() [all …]
|
/plan9-contrib/sys/src/cmd/unix/drawterm/libmemlayer/ |
H A D | unload.c | 13 int dx; in memunload() local
|
H A D | load.c | 14 int dx; in memload() local
|
/plan9-contrib/sys/src/libmemlayer/ |
H A D | unload.c | 13 int dx; in memunload() local
|
H A D | load.c | 14 int dx; in memload() local
|
/plan9-contrib/sys/src/cmd/pic/ |
H A D | print.c | 26 double x0, y0, x1, y1, ox, oy, dx, dy, ndx, ndy; in print() local 181 double a, b, dx, dy; in dotline() local
|
H A D | movegen.c | 9 double defx, defy, dx, dy; in movegen() local
|
/plan9-contrib/sys/src/9/port/ |
H A D | devmouse.c | 36 int dx; member 568 mousetrack(int dx, int dy, int b, int msec) in mousetrack() 630 int dx, dy, newbuttons; in m3mouseputc() local 696 schar dx,dy,newbuttons; in m5mouseputc() local 722 int dx, dy, newbuttons; in mouseputc() local
|
/plan9-contrib/sys/src/9k/port/ |
H A D | devmouse.c | 36 int dx; member 556 mousetrack(int dx, int dy, int b, int msec) in mousetrack() 618 int dx, dy, newbuttons; in m3mouseputc() local 684 schar dx,dy,newbuttons; in m5mouseputc() local 710 int dx, dy, newbuttons; in mouseputc() local
|
/plan9-contrib/sys/src/cmd/6c/ |
H A D | div.c | 83 sdivgen(Node *l, Node *r, Node *ax, Node *dx) in sdivgen() 107 udivgen(Node *l, Node *r, Node *ax, Node *dx) in udivgen()
|
/plan9-contrib/sys/src/cmd/8c/ |
H A D | div.c | 83 sdivgen(Node *l, Node *r, Node *ax, Node *dx) in sdivgen() 107 udivgen(Node *l, Node *r, Node *ax, Node *dx) in udivgen()
|
/plan9-contrib/sys/src/cmd/plot/libplot/ |
H A D | rarc.c | 9 register double dx, dy, a, b; in rarc() local
|
/plan9-contrib/sys/src/cmd/jpg/ |
H A D | readpng.c | 42 int dx; /* width of image */ member 213 int dx; member 304 int bits, n, adx, dx; in scanbytes() local 385 int bpc, colorfmt, dx, dy, err, n, nchan, nout, useadam7; in readslave() local
|
H A D | onechan.c | 49 int depth, ndata, dx, dy, i, v; in load() local
|
/plan9-contrib/sys/src/games/mahjongg/ |
H A D | graphics.c | 16 int dx, dy; in markabove() local 29 int dx, dy; in markbelow() local
|
/plan9-contrib/sys/src/cmd/astro/ |
H A D | occ.c | 11 double x, di, dx, x1; in occult() local
|
/plan9-contrib/sys/src/9/pc/ |
H A D | apm.c | 67 static ulong ax, cx, dx, di, ebx, esi; variable
|
/plan9-contrib/sys/src/libcontrol/ |
H A D | keyboard.c | 193 int row, col, dx, dy, x, n, maxx; in whichkey() local 231 int i, x, n, dx; in keyrect() local 260 int row, col, x, dx, dy, nexty, n; in keydraw() local
|