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

/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp250 targetFrame.right -= 2 * (int32)decorator->BorderWidth();
251 targetFrame.bottom -= 2 * (int32)decorator->BorderWidth()
307 *minWidth += 2 * (int32)decorator->BorderWidth();
308 *minHeight += 2 * (int32)decorator->BorderWidth()
310 *maxWidth += 2 * (int32)decorator->BorderWidth();
311 *maxHeight += 2 * (int32)decorator->BorderWidth()
322 frame.left -= decorator->BorderWidth();
323 frame.right += decorator->BorderWidth() + 1;
324 frame.top -= decorator->BorderWidth() + decorator->TabHeight() + 1;
325 frame.bottom += decorator->BorderWidth();
[all...]
/haiku/src/servers/app/decorator/
H A DDecorator.h210 float BorderWidth();
H A DDecorator.cpp965 Decorator::BorderWidth() function in class:Decorator

Completed in 36 milliseconds