Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 25 of 37) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Dgsserial.h71 #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 Dgsmatrix.h39 #define constant_matrix_body(xx, xy, yx, yy, tx, ty)\ argument
H A Dgxmatrix.h67 long xx, xy, yx, yy; member
H A Dgdevpdtt.h141 gs_point xy; member
H A Dgxstroke.c48 # 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 Dgxcldev.h431 #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 Dgxhintn.h76 double xx, xy, yx, yy; member
80 int19 xx, xy, yx, yy; member
H A Dgspath.c78 #define clamp_coord(xy)\ in clamp_point() argument
/plan9/sys/src/cmd/graph/
H A Dgraph.c8 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 Dwind.c309 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 Dpage.c578 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 Dhtml.c739 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 Dtext.c852 textmouse(Text *t, Point xy, int but) in textmouse()
/plan9/sys/src/ape/lib/ap/math/
H A Dpow.c8 double xy, y1, ye; in pow() local
/plan9/sys/src/libc/port/
H A Dpow.c7 double xy, y1, ye; in pow() local
/plan9/sys/include/
H A Dmouse.h11 Point xy; member
H A Devent.h23 Point xy; member
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Dscreen.h11 Point xy; member
/plan9/sys/src/cmd/vnc/
H A Dwsys.c10 Point xy; member
H A Ddevmouse.c17 Point xy; /* mouse.xy */ member
/plan9/sys/src/cmd/proof/
H A Dscreen.c161 Point dd, xy, lastxy, min, max; in pan() local
/plan9/sys/src/cmd/sam/
H A Dxec.c416 looper(File *f, Cmd *cp, int xy) in looper()
/plan9/sys/src/cmd/rio/
H A Dwctl.c195 int cmd, param, xy, sign; in parsewctl() local
/plan9/sys/src/cmd/unix/drawterm/gui-win32/
H A Dscreen.c475 mouseset(Point xy) in mouseset()
/plan9/sys/src/cmd/unix/drawterm/gui-osx/
H A Dscreen.c709 mouseset(Point xy) in mouseset()

12