Searched defs:yx (Results 1 – 9 of 9) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
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 | gxhintn.h | 76 double xx, xy, yx, yy; member 80 int19 xx, xy, yx, yy; member
|
H A D | gsptype1.c | 405 double yx = pinst->template.YStep * saved->ctm.yx; in compute_inst_matrix() local
|
H A D | gxstroke.c | 300 float yx = pis->ctm.yx, yy = pis->ctm.yy; in gx_stroke_path_only_aux() local
|
H A D | ttobjs.h | 377 TT_Fixed yx, yy; /* matrix */ member
|
H A D | tttype.h | 148 TT_Fixed yx, yy; member
|
H A D | dscparse.h | 245 float yx; member
|
/plan9/sys/src/cmd/astro/ |
H A D | star.c | 7 double xx, yx, zx, yy, zy, zz, tau; in star() local
|