Searched refs:rotate (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libsum/
H A Dsum-crc.c32 [+rotate?XOR each input character with the high order crc byte (instead of the low order).]\
53 unsigned int rotate; member in struct:Crc_s
90 else if (strneq(t, "rotate", i))
91 sum->rotate = 1;
101 if (sum->rotate)
152 if (sum->rotate)
175 if (sum->rotate)
/ast/src/lib/libtk/generic/
H A DtkCanvPs.c45 int rotate; /* Non-zero means output should be rotated member in struct:TkPostscriptInfo
97 {TK_CONFIG_BOOLEAN, "-rotate", (char *) NULL, (char *) NULL,
98 "", Tk_Offset(TkPostscriptInfo, rotate), 0},
188 psInfo.rotate = 0;
362 if (!psInfo.rotate) {
383 psInfo.rotate ? "Landscape\n" : "Portrait\n", (char *) NULL);
425 * Page setup: move to page positioning point, rotate if
435 if (psInfo.rotate) {
436 Tcl_AppendResult(canvasPtr->interp, "90 rotate\n", (char *) NULL);

Completed in 13 milliseconds