Lines Matching defs:offset2
718 int offset1, offset2, offset3;
722 offset2 = pGC->lineWidth;
723 if(!offset2) offset2 = 1;
724 offset1 = offset2 >> 1;
725 offset3 = offset2 - offset1;
731 box.x2 = box.x1 + pRectsTmp->width + offset2;
732 box.y2 = box.y1 + offset2;
739 box.x2 = box.x1 + offset2;
740 box.y2 = box.y1 + pRectsTmp->height - offset2;
747 box.x2 = box.x1 + offset2;
748 box.y2 = box.y1 + pRectsTmp->height - offset2;
755 box.x2 = box.x1 + pRectsTmp->width + offset2;
756 box.y2 = box.y1 + offset2;