Searched refs:widthOffset (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp134 float widthOffset = rintf((frame.Width() - iconRect.Width()) / 2); local
140 iconRect.OffsetBy(widthOffset, frame.Height() - iconRect.Height() + 2);
142 iconRect.OffsetBy(widthOffset, heightOffset);
/haiku/headers/os/interface/
H A DWindow.h255 int32 width = 0, int32 widthOffset = 0,
262 int32* widthOffset = NULL,
/haiku/src/kits/interface/
H A DWindow.cpp2256 int32 h, int32 hOffset, int32 width, int32 widthOffset,
2262 || (widthOffset >= 0 && widthOffset <= width)
2276 fLink->Attach<int32>(widthOffset);
2293 int32* h, int32* hOffset, int32* width, int32* widthOffset,
2307 fLink->Read<int32>(widthOffset);
2255 SetWindowAlignment(window_alignment mode, int32 h, int32 hOffset, int32 width, int32 widthOffset, int32 v, int32 vOffset, int32 height, int32 heightOffset) argument
2292 GetWindowAlignment(window_alignment* mode, int32* h, int32* hOffset, int32* width, int32* widthOffset, int32* v, int32* vOffset, int32* height, int32* heightOffset) const argument

Completed in 180 milliseconds