Searched defs:rot (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c107 double rot = 0; /* rotation in clockwise degrees */ local
188 case 'a': if ( sscanf(&flags[i+1], "%lf", &rot) != 1 )
189 rot += 90;
195 frame[3]+frame[1]/2, -vpos-frame[2]-frame[0]/2, frame[1], frame[0], adjx, adjy, -rot);
H A Dps_include.c69 * rot - rotation - in clockwise degrees
74 double sx, double sy, double ax, double ay, double rot)
174 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot);
72 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c131 static int rot = -1; /* rotational delay (msecs) */ variable
132 static int rot_set = 0; /* true if the user specified rot */
220 rot = number("rotdelay", optarg, NR_NONE, 0);
222 if (rot < 0 || rot > 1000)
465 rot = -1;
629 density, optim == FS_OPTSPACE ? "s" : "t", apc, rot, nrpos,
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c389 int b8, whl, rot; local
418 rot = PACKET_BITS(1, 0, 7);
419 uwacom_event(usbwcmp, EVT_ABS, ABS_WHEEL, rot);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h94 FNPROTO(rot); variable
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c1238 rot(fcode_env_t *env) function
1242 CHECK_DEPTH(env, 3, "rot");
1254 CHECK_DEPTH(env, 3, "-rot");
1378 CHECK_DEPTH(env, 6, "2rot");
2547 ANSI(0x04a, 0, "rot", rot);
2548 ANSI(0x04b, 0, "-rot", minus_rot);
2559 ANSI(0x056, 0, "2rot", two_rot);

Completed in 114 milliseconds