Searched refs:fParentOffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DView.cpp611 ret = data->AddRect("_frame", Bounds().OffsetToCopy(fParentOffset));
830 point->x += -fBounds.left + fParentOffset.x;
831 point->y += -fBounds.top + fParentOffset.y;
862 point->x += -fParentOffset.x + fBounds.left;
863 point->y += -fParentOffset.y + fBounds.top;
893 rect->OffsetBy(-fBounds.left + fParentOffset.x,
894 -fBounds.top + fParentOffset.y);
917 rect->OffsetBy(-fParentOffset.x + fBounds.left,
918 -fParentOffset.y + fBounds.top);
1084 return Bounds().OffsetToCopy(fParentOffset
[all...]
/haiku/headers/os/interface/
H A DView.h762 BPoint fParentOffset; member in class:BView

Completed in 102 milliseconds