Lines Matching refs:offset1
86 int offset1, offset2, offset3;
91 offset1 = offset2 >> 1;
92 offset3 = offset2 - offset1;
112 else if (height < offset2 || width < offset1)
121 MINBOUND (t->x, x - offset1)
131 MINBOUND (t->y, y - offset1)
138 MINBOUND(t->x, x - offset1)
139 MINBOUND(t->y, y - offset1)
143 MINBOUND(t->x, x - offset1)
148 MAXBOUND(t->x, x + width - offset1);
153 MINBOUND(t->x, x - offset1)
154 MAXBOUND(t->y, y + height - offset1)