Searched refs:borderSize (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/screenshot/
H A DUtility.h40 float borderSize; member in class:Utility
H A DScreenshotApp.cpp79 status = message->FindFloat("borderSize", &fUtility->borderSize);
H A DUtility.cpp157 frame.InsetBy(-borderSize, -borderSize);
H A DScreenshot.cpp154 message.AddFloat("borderSize", fUtility->borderSize);
345 fUtility->borderSize = windowInfo->border_size;
/haiku/src/kits/interface/
H A DSeparatorView.cpp222 float borderSize = _BorderSize(); local
223 if (borderSize > 0.0f) {
225 bounds.top = floorf((bounds.top + bounds.bottom + 1 - borderSize)
227 bounds.bottom = bounds.top + borderSize - 1;
232 bounds.left = floorf((bounds.left + bounds.right + 1 - borderSize)
234 bounds.right = bounds.left + borderSize - 1;
286 float borderSize = _BorderSize(); local
291 height = max_c(height, borderSize - 1.0f);
294 width = max_c(width, borderSize - 1.0f);
H A DScrollView.cpp610 float borderSize = _BorderSize(); local
612 ? borderSize : 0, (fBorders & BControlLook::B_TOP_BORDER) != 0
613 ? borderSize : 0);
832 float borderSize = _BorderSize(); local
836 if (borderSize == 0)
841 if (borderSize == 0)
994 float borderSize = _BorderSize(border); local
996 borderSize = -borderSize;
998 frame.left += borderSize;
[all...]
H A DBox.cpp327 int32 borderSize = fStyle == B_PLAIN_BORDER ? 0 : 2; local
333 invalid.left = bounds.left + fBounds.right - borderSize;
339 invalid.left = bounds.left + bounds.right - borderSize;
348 invalid.top = bounds.top + fBounds.bottom - borderSize;
354 invalid.top = bounds.top + bounds.bottom - borderSize;
/haiku/src/servers/app/
H A DDesktop.cpp2408 float borderSize = 0.0; local
2416 message.FindFloat("border width", &borderSize);
2426 sender.Attach<float>(borderSize);

Completed in 63 milliseconds