Searched defs:shift1 (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | modelib.h | 46 int shift1; /* first shift count */ member in struct:modeop
|
/ast/src/lib/libtk/generic/ |
H A D | tk3d.c | 762 XPoint perp, c, shift1, shift2; /* Used for handling parallel lines. */ 896 ShiftLine(p1Ptr, &perp, borderWidth, &shift1); 897 shift2.x = shift1.x + (perp.x - p1Ptr->x); 898 shift2.y = shift1.y + (perp.y - p1Ptr->y); 899 (void) Intersect(p1Ptr, p2Ptr, &shift1, &shift2, &poly[3]); 750 XPoint perp, c, shift1, shift2; /* Used for handling parallel lines. */ local
|
Completed in 24 milliseconds