Searched refs:orientation (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp40 static int orientation = -1; // orientation variable
161 if (orientation < 0)
162 orientation = 0; // Default orientation is portrait
175 lbpprintf("\033[%dp", (papersize | orientation));
177 lbpprintf("\033[%d;%d;%dp", (papersize | orientation),
247 if (orientation) // Landscape
589 // orientation command
590 if (strcasecmp(command, "orientation")
[all...]
/freebsd-10.3-release/sys/dev/usb/input/
H A Dwsp.c204 int16_t orientation; /* 16384 when point, else 15 bit angle */ member in struct:tp_finger
901 f->orientation = le16toh((uint16_t)f->orientation);
912 f->rel_x, f->rel_y, f->tool_major, f->tool_minor, f->orientation,
H A Datp.c329 int16_t orientation; /* 16384 when point, else 15 bit angle */ member in struct:wsp_finger_sensor_data
1302 source_fingerp->orientation = le16toh((uint16_t)source_fingerp->orientation);
/freebsd-10.3-release/usr.sbin/bsdconfig/dot/
H A Ddot317 printf '\n\t/*\n\t * Graph setup and orientation\n\t */\n'

Completed in 62 milliseconds