OffsetBySelf
BRect& OffsetBySelf(BPoint offset);
BRect& OffsetBySelf(float dx, float dy);
frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2,
r.OffsetBySelf(0, CSEP + CSEP);
r.OffsetBySelf(0, CSEP + CSEP);
buttonRect.OffsetBySelf(CSEP, -CSEP);
buttonRect.OffsetBySelf(CSEP + fHaltButton->Frame().Width(), 0);
infoRect.OffsetBySelf(fRebootButton->Frame().Width() + CSEP, 0);
.OffsetBySelf(itemRect.left, itemRect.top)
.OffsetBySelf(indentOffset, heightOffset);
BWindow(BRect(0, 0, 250, 10).OffsetBySelf(where), "tool tip",
return frame.OffsetBySelf(offsetX, offsetY);
thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight()
thumbBounds.OffsetBySelf(floorf((icon->Bounds().IntegerWidth()
fLayoutItem->AlignInFrame(areaFrame.OffsetBySelf(offset));
BWindow(BRect(0.0f, 0.0f, 300.0f, 200.0f).OffsetBySelf(position),
IntRect& OffsetBySelf(const IntPoint& p);
IntRect& OffsetBySelf(int32 dx, int32 dy);
return rect.OffsetBySelf(xOffset, yOffset);
return rect.OffsetBySelf(-LocationInContainer());
return rect.OffsetBySelf(LocationInContainer());