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