Lines Matching defs:offset2
86 int offset1, offset2, offset3;
90 offset2 = pGC->lineWidth;
91 offset1 = offset2 >> 1;
92 offset3 = offset2 - offset1;
112 else if (height < offset2 || width < offset1)
122 MAXUBOUND (t->width, width + offset2)
132 MAXUBOUND (t->height, height + offset2)
140 MAXUBOUND(t->width, width + offset2)
141 t->height = offset2;
145 t->width = offset2;
146 t->height = height - offset2;
150 t->width = offset2;
151 t->height = height - offset2;
155 MAXUBOUND(t->width, width + offset2)
156 t->height = offset2;