Lines Matching refs:offset2
893 int offset1, offset2, offset3; in RootlessPolyRectangle() local
895 offset2 = pGC->lineWidth; in RootlessPolyRectangle()
896 if (!offset2) in RootlessPolyRectangle()
897 offset2 = 1; in RootlessPolyRectangle()
898 offset1 = offset2 >> 1; in RootlessPolyRectangle()
899 offset3 = offset2 - offset1; in RootlessPolyRectangle()
904 box.x2 = box.x1 + pRects->width + offset2; in RootlessPolyRectangle()
905 box.y2 = box.y1 + offset2; in RootlessPolyRectangle()
912 box.x2 = box.x1 + offset2; in RootlessPolyRectangle()
913 box.y2 = box.y1 + pRects->height - offset2; in RootlessPolyRectangle()
920 box.x2 = box.x1 + offset2; in RootlessPolyRectangle()
921 box.y2 = box.y1 + pRects->height - offset2; in RootlessPolyRectangle()
928 box.x2 = box.x1 + pRects->width + offset2; in RootlessPolyRectangle()
929 box.y2 = box.y1 + offset2; in RootlessPolyRectangle()