Searched refs:border (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/apps/resedit/
H A DResListView.cpp11 border_style border)
12 : BColumnListView(frame,name,resize,flags,border)
10 ResListView(const BRect &frame, const char *name, int32 resize, int32 flags, border_style border) argument
H A DResListView.h17 border_style border);
/haiku/headers/os/interface/
H A DSeparatorView.h17 border_style border = B_PLAIN_BORDER);
21 border_style border = B_FANCY_BORDER,
28 border_style border = B_FANCY_BORDER,
34 border_style border = B_FANCY_BORDER,
40 border_style border = B_FANCY_BORDER,
62 void SetBorderStyle(border_style border);
88 BAlignment alignment, border_style border);
H A DScrollView.h21 border_style border = B_FANCY_BORDER);
24 bool vertical, border_style border
66 virtual void SetBorder(border_style border);
110 BScrollBar* vertical, border_style border,
113 BScrollBar* vertical, border_style border,
115 static float _BorderSize(border_style border);
117 border_style border);
118 static void _InsetBorders(BRect& frame, border_style border,
H A DBox.h18 border_style border = B_FANCY_BORDER);
22 border_style border = B_FANCY_BORDER,
24 BBox(border_style border, BView* child);
32 virtual void SetBorder(border_style border);
H A DMenuBar.h75 virtual void SetBorder(menu_bar_border border);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp171 // for the resize-border highlight dye everything bluish.
212 // Draw the border frame
213 BRect border = BRect(fTopBorder.LeftTop(), fBottomBorder.RightBottom());
227 BPoint(border.left + i, border.top + i),
228 BPoint(border.right - i, border.top + i),
251 BPoint(border.left + i, border.top + i),
252 BPoint(border
[all...]
H A DDecorManager.cpp204 BRegion border;
205 window->GetBorderRegion(&border);
216 border.Include(&newBorder);
217 window->Desktop()->RebuildAndRedrawAfterWindowChange(window, border);
/haiku/src/kits/interface/
H A DScrollView.cpp30 uint32 flags, bool horizontal, bool vertical, border_style border)
32 BView(BRect(), name, resizingMode, _ModifyFlags(flags, target, border)),
34 fBorder(border)
41 bool horizontal, bool vertical, border_style border)
43 BView(name, _ModifyFlags(flags, target, border)),
45 fBorder(border)
56 int32 border; local
57 fBorder = archive->FindInt32("_style", &border) == B_OK ?
58 (border_style)border : B_FANCY_BORDER;
304 float border local
29 BScrollView(const char* name, BView* target, uint32 resizingMode, uint32 flags, bool horizontal, bool vertical, border_style border) argument
40 BScrollView(const char* name, BView* target, uint32 flags, bool horizontal, bool vertical, border_style border) argument
467 SetBorder(border_style border) argument
916 _ComputeFrame(BRect frame, BScrollBar* horizontal, BScrollBar* vertical, border_style border, uint32 borders) argument
948 _ComputeFrame(BView *target, BScrollBar* horizontal, BScrollBar* vertical, border_style border, uint32 borders) argument
959 _BorderSize(border_style border) argument
974 _ModifyFlags(uint32 flags, BView* target, border_style border) argument
992 _InsetBorders(BRect& frame, border_style border, uint32 borders, bool expand) argument
[all...]
H A DSeparatorView.cpp27 BSeparatorView::BSeparatorView(orientation orientation, border_style border) argument
32 B_ALIGN_VERTICAL_CENTER), border);
37 orientation orientation, border_style border, const BAlignment& alignment)
41 _Init(label, NULL, orientation, alignment, border);
46 orientation orientation, border_style border, const BAlignment& alignment)
50 _Init(NULL, labelView, orientation, alignment, border);
55 orientation orientation, border_style border, const BAlignment& alignment)
59 _Init(label, NULL, orientation, alignment, border);
64 orientation orientation, border_style border, const BAlignment& alignment)
68 _Init(NULL, labelView, orientation, alignment, border);
36 BSeparatorView(const char* name, const char* label, orientation orientation, border_style border, const BAlignment& alignment) argument
45 BSeparatorView(const char* name, BView* labelView, orientation orientation, border_style border, const BAlignment& alignment) argument
54 BSeparatorView(const char* label, orientation orientation, border_style border, const BAlignment& alignment) argument
63 BSeparatorView(BView* labelView, orientation orientation, border_style border, const BAlignment& alignment) argument
374 SetBorderStyle(border_style border) argument
448 _Init(const char* label, BView* labelView, orientation orientation, BAlignment alignment, border_style border) argument
[all...]
H A DBox.cpp37 BRect insets; // insets induced by border and label
47 border_style border)
50 fStyle(border)
56 BBox::BBox(const char* name, uint32 flags, border_style border, BView* child) argument
59 fStyle(border)
68 BBox::BBox(border_style border, BView* child) argument
71 fStyle(border)
126 BBox::SetBorder(border_style border) argument
128 if (border == fStyle)
131 fStyle = border;
46 BBox(BRect frame, const char* name, uint32 resizingMode, uint32 flags, border_style border) argument
[all...]
H A DMenuBar.cpp89 int32 border; local
91 if (archive->FindInt32("_border", &border) == B_OK)
92 SetBorder((menu_bar_border)border);
237 // invalidate right border
244 // invalidate bottom border
360 BMenuBar::SetBorder(menu_bar_border border) argument
362 fBorder = border;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h27 border_style border = B_FANCY_BORDER);
32 border_style border = B_FANCY_BORDER);
70 border_style border);
H A DColorSlider.h25 border_style border = B_FANCY_BORDER);
30 border_style border = B_FANCY_BORDER);
67 orientation dir, border_style border);
H A DAlphaSlider.h15 border_style border = B_FANCY_BORDER);
H A DColorField.cpp35 float fixedValue, orientation orient, border_style border)
41 _Init(mode, fixedValue, orient, border);
47 orientation orient, border_style border)
51 _Init(mode, fixedValue, orient, border);
390 orientation orient, border_style border)
395 fBorderStyle = border;
34 ColorField(BPoint offsetPoint, SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
46 ColorField(SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
389 _Init(SelectedColorMode mode, float fixedValue, orientation orient, border_style border) argument
H A DColorSlider.cpp36 float value1, float value2, orientation dir, border_style border)
40 _Init(mode, value1, value2, dir, border);
46 float value1, float value2, orientation dir, border_style border)
51 _Init(mode, value1, value2, dir, border);
407 orientation dir, border_style border)
416 fBorderStyle = border;
35 ColorSlider(SelectedColorMode mode, float value1, float value2, orientation dir, border_style border) argument
45 ColorSlider(BPoint offsetPoint, SelectedColorMode mode, float value1, float value2, orientation dir, border_style border) argument
406 _Init(SelectedColorMode mode, float value1, float value2, orientation dir, border_style border) argument
H A DAlphaSlider.cpp22 border_style border)
29 , fBorderStyle(border)
21 AlphaSlider(orientation dir, BMessage* message, border_style border) argument
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css72 border-bottom-style:solid;
279 border-style: solid;
280 border-top-width: 2px;
281 border-left-width: 3px;
282 border-right-width: 3px;
283 border-bottom-width: 4px;
284 border-top-color: #eeeecc;
285 border-left-color: #eeeecc;
286 border-right-color: #999977;
287 border
[all...]
/haiku/src/preferences/input/
H A DMouseView.cpp255 // bottom button border
294 BRect border(fScaling * (offset[i] + 1), fScaling * (kButtonTop + 5),
298 border.left += fScaling * 5;
300 border.right -= fScaling * 4;
309 BPoint(border.left + (border.Width() - StringWidth(label)) / 2,
310 border.top + fDigitBaseline
311 + (border.IntegerHeight() - fDigitHeight) / 2));
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp86 // Show image border by default
252 BRect border = destRect, bounds = view->Bounds(); local
254 view->FillRect(BRect(0, 0, bounds.right, border.top-1), B_SOLID_LOW);
256 view->FillRect(BRect(0, border.top, border.left-1, border.bottom), B_SOLID_LOW);
258 view->FillRect(BRect(border.right+1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
260 view->FillRect(BRect(0, border
[all...]
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp37 const border_style border[] = {B_NO_BORDER, B_PLAIN_BORDER, B_FANCY_BORDER, B_FANCY_BORDER}; local
65 0, horiz[i % 4], vert[i % 4], border[i / 4]);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp171 rgb_color border = isSelected() ? M_BLUE_COLOR : M_DARK_GRAY_COLOR; local
175 view()->AddLine(m_startPoint, m_startOffset, border);
176 view()->AddLine(m_startOffset, m_endOffset, border);
177 view()->AddLine(m_endOffset, m_endPoint, border);
/haiku/src/apps/showimage/
H A DShowImageView.cpp613 ShowImageView::_DrawBackground(BRect border) argument
617 FillRect(BRect(0, 0, bounds.right, border.top - 1), B_SOLID_LOW);
619 FillRect(BRect(0, border.top, border.left - 1, border.bottom), B_SOLID_LOW);
621 FillRect(BRect(border.right + 1, border.top, bounds.right, border.bottom), B_SOLID_LOW);
623 FillRect(BRect(0, border.bottom + 1, bounds.right, bounds.bottom), B_SOLID_LOW);
645 rect.OffsetBy(-2, -2 - fontHeight.ascent); // -2 for border
[all...]
/haiku/src/add-ons/translators/raw/
H A DRAW.h103 void _BorderInterpolate(uint32 border);

Completed in 227 milliseconds

12