/plan9/sys/src/cmd/gs/src/ |
H A D | gsserial.h | 71 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument 104 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument 143 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument 144 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument 190 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument 207 #define enc_s_putxy(xy, p) \ argument 241 #define enc_s_getxy(xy, p) \ argument 247 #define enc_s_getxy_nc(xy, p) \ argument
|
H A D | gsmatrix.h | 39 #define constant_matrix_body(xx, xy, yx, yy, tx, ty)\ argument
|
H A D | gxmatrix.h | 67 long xx, xy, yx, yy; member
|
H A D | gdevpdtt.h | 141 gs_point xy; member
|
H A D | gxstroke.c | 48 # define STROKE_ADJUSTMENT(thin, pis, xy)\ argument 51 # define STROKE_ADJUSTMENT(thin, pis, xy) fixed_0 argument 299 float xx = pis->ctm.xx, xy = pis->ctm.xy; in gx_stroke_path_only_aux() local
|
H A D | gxcldev.h | 431 #define cmd_sizexy(xy) cmd_size2w((xy).x, (xy).y) argument 444 #define cmd_putxy(xy,dp) cmd_put2w((xy).x, (xy).y, dp) argument
|
H A D | gxhintn.h | 76 double xx, xy, yx, yy; member 80 int19 xx, xy, yx, yy; member
|
H A D | gspath.c | 78 #define clamp_coord(xy)\ in clamp_point() argument
|
/plan9/sys/src/cmd/graph/ |
H A D | graph.c | 8 struct xy { struct 9 int xlbf; /*flag:explicit lower bound*/ 10 int xubf; /*flag:explicit upper bound*/ 11 int xqf; /*flag:explicit quantum*/ 12 double (*xf)(double); /*transform function, e.g. log*/ 13 float xa,xb; /*scaling coefficients*/ 14 float xlb,xub; /*lower and upper bound*/ 15 float xquant; /*quantum*/ 16 float xoff; /*screen offset fraction*/ 17 float xsize; /*screen fraction*/ [all …]
|
/plan9/sys/src/cmd/abaco/ |
H A D | wind.c | 309 wintext(Window *w, Point xy) in wintext() 325 wintype(Window *w, Point xy, Rune r) in wintype() 339 winmouse(Window *w, Point xy, int but) in winmouse()
|
H A D | page.c | 578 Point xy; in pagedoubleclick() local 660 pagewhich(Page *p, Point xy) in pagewhich() 675 pagemouse(Page *p, Point xy, int but) in pagemouse() 706 pagetype(Page *p, Rune r, Point xy) in pagetype()
|
H A D | html.c | 739 pttobox(Line *l, Point xy) in pttobox() 752 tbtoline(Itable *i, Point xy) in tbtoline() 764 linewhich(Lay *lay, Point xy) in linewhich() 783 boxwhich(Lay *lay, Point xy) in boxwhich()
|
H A D | text.c | 852 textmouse(Text *t, Point xy, int but) in textmouse()
|
/plan9/sys/src/ape/lib/ap/math/ |
H A D | pow.c | 8 double xy, y1, ye; in pow() local
|
/plan9/sys/src/libc/port/ |
H A D | pow.c | 7 double xy, y1, ye; in pow() local
|
/plan9/sys/include/ |
H A D | mouse.h | 11 Point xy; member
|
H A D | event.h | 23 Point xy; member
|
/plan9/sys/src/cmd/unix/drawterm/kern/ |
H A D | screen.h | 11 Point xy; member
|
/plan9/sys/src/cmd/vnc/ |
H A D | wsys.c | 10 Point xy; member
|
H A D | devmouse.c | 17 Point xy; /* mouse.xy */ member
|
/plan9/sys/src/cmd/proof/ |
H A D | screen.c | 161 Point dd, xy, lastxy, min, max; in pan() local
|
/plan9/sys/src/cmd/sam/ |
H A D | xec.c | 416 looper(File *f, Cmd *cp, int xy) in looper()
|
/plan9/sys/src/cmd/rio/ |
H A D | wctl.c | 195 int cmd, param, xy, sign; in parsewctl() local
|
/plan9/sys/src/cmd/unix/drawterm/gui-win32/ |
H A D | screen.c | 475 mouseset(Point xy) in mouseset()
|
/plan9/sys/src/cmd/unix/drawterm/gui-osx/ |
H A D | screen.c | 709 mouseset(Point xy) in mouseset()
|