Lines Matching refs:offset2
84 int offset1, offset2, offset3;
88 offset2 = pGC->lineWidth;
89 offset1 = offset2 >> 1;
90 offset3 = offset2 - offset1;
108 else if (height < offset2 || width < offset1) {
115 MAXUBOUND(t->width, width + offset2)
123 MAXUBOUND(t->height, height + offset2)
130 MAXUBOUND(t->width, width + offset2)
131 t->height = offset2;
135 t->width = offset2;
136 t->height = height - offset2;
140 t->width = offset2;
141 t->height = height - offset2;
145 MAXUBOUND(t->width, width + offset2)
146 t->height = offset2;