Searched refs:fBorderWidth (Results 1 - 9 of 9) sorted by relevance

/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp243 fBorderWidth = 5;
249 fBorderWidth = 5;
254 fBorderWidth = 3;
258 fBorderWidth = 1;
262 fBorderWidth = 0;
265 fBorderWidth = int32(fBorderWidth * scaleFactor);
270 if (fBorderWidth > 0) {
273 fLeftBorder.Set(fFrame.left - fBorderWidth, fFrame.top,
277 fFrame.right + fBorderWidth, fFram
[all...]
H A DDefaultDecorator.cpp206 if (fBorderWidth <= 0)
224 for (int8 i = 0; i < fBorderWidth; i++) {
225 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5);
234 const int overdraw = (int)ceilf(fBorderWidth / 5.0f);
244 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
248 for (int8 i = 0; i < fBorderWidth; i++) {
249 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5);
261 for (int8 i = 0; i < fBorderWidth; i++) {
262 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5);
270 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
[all...]
H A DDecorator.cpp100 fBorderWidth(-1),
847 if (settings->AddFloat("border width", fBorderWidth) != B_OK)
874 minTabSize - 2 * fBorderWidth));
878 fResizeRect.Height() - fBorderWidth));
968 return fBorderWidth;
980 return fBorderWidth;
H A DDecorator.h311 int32 fBorderWidth; member in class:Decorator
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp188 fBorderWidth = kDefaultBorderWidth;
194 fBorderWidth = kDefaultBorderWidth;
199 fBorderWidth = 3;
203 fBorderWidth = 1;
207 fBorderWidth = 0;
210 fBorderWidth = 0;
212 fBorderRect = fFrame.InsetByCopy(-fBorderWidth, -fBorderWidth);
222 fTitleBarRect.Set(fFrame.left - fBorderWidth,
225 fFrame.left + 32.0 : fFrame.right) + fBorderWidth,
[all...]
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp199 fBorderWidth = 4;
205 fBorderWidth = 4;
208 fBorderWidth = 0;
213 fBorderWidth = 1;
217 fBorderWidth = 0;
221 fBorderRect.InsetBy(-fBorderWidth, -fBorderWidth);
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp283 if (fBorderWidth <= 0)
294 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
319 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
377 if (rect.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
408 if (rect.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp179 float GetBorderWidth() { return fBorderWidth; }
180 float GetScreenBorderOffset() { return 2.0 * fBorderWidth; }
186 float fBorderWidth; member in class:WorkspacesWindow
732 fBorderWidth = borderWidth;
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp343 if (fBorderWidth <= 0)
374 if (invalid.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
396 fRightBorder.InsetByCopy(0, -fBorderWidth))) {
433 if (invalid.Intersects(fLeftBorder.InsetByCopy(0, -fBorderWidth))) {
464 if (invalid.Intersects(fRightBorder.InsetByCopy(0, -fBorderWidth))) {

Completed in 180 milliseconds