/haiku/src/apps/resedit/ |
H A D | BitmapView.h | 40 border_style Style(void) const { return fBorderStyle; } in Style() 78 border_style fBorderStyle; variable
|
H A D | BitmapView.cpp | 56 fBorderStyle = borderstyle; in BitmapView() 161 if (fBorderStyle != style) { in SetStyle() 162 fBorderStyle = style; in SetStyle() 293 if (fBorderStyle == B_FANCY_BORDER) { in Draw() 401 uint8 borderwidth = (fBorderStyle == B_FANCY_BORDER) ? 5 : 1; in CalculateBitmapRect()
|
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/ |
H A D | ColorPreview.cpp | 35 fBorderStyle(B_FANCY_BORDER) in ColorPreview() 49 fBorderStyle(B_FANCY_BORDER) in ColorPreview() 92 if (fBorderStyle == B_FANCY_BORDER) { in Draw()
|
H A D | ColorPreview.h | 58 border_style fBorderStyle; variable
|
H A D | AlphaSlider.h | 56 border_style fBorderStyle; variable
|
H A D | AlphaSlider.cpp | 29 , fBorderStyle(border) in AlphaSlider() 167 if (fBorderStyle == B_FANCY_BORDER) { in Draw() 384 if (fBorderStyle == B_FANCY_BORDER) in _BitmapRect()
|
H A D | ColorField.h | 83 border_style fBorderStyle; variable
|
H A D | ColorSlider.h | 97 border_style fBorderStyle; variable
|
H A D | ColorField.cpp | 155 if (fBorderStyle == B_FANCY_BORDER) { in Draw() 395 fBorderStyle = border; in _Init() 434 if (fBorderStyle == B_FANCY_BORDER) in _BitmapRect()
|
H A D | ColorSlider.cpp | 149 if (fBorderStyle == B_FANCY_BORDER) { in Draw() 416 fBorderStyle = border; in _Init() 450 if (fBorderStyle == B_FANCY_BORDER) in _BitmapRect()
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/ |
H A D | BoxTest.cpp | 34 fBorderStyle(style) in BorderStyleRadioButton() 38 border_style fBorderStyle; member in BoxTest::BorderStyleRadioButton 217 fBox->SetBorder(button->fBorderStyle); in _UpdateBorderStyle()
|
/haiku/src/kits/interface/ |
H A D | TabView.cpp | 455 if (archive->FindInt32("_border_style", (int32*)&fBorderStyle) != B_OK) in BTabView() 456 fBorderStyle = B_FANCY_BORDER; in BTabView() 520 if (result == B_OK && fBorderStyle != B_FANCY_BORDER) in Archive() 521 result = archive->AddInt32("_border_style", fBorderStyle); in Archive() 937 borders, fBorderStyle, fTabSide); in DrawTabs() 979 if (fBorderStyle == B_FANCY_BORDER) in DrawBox() 981 else if (fBorderStyle == B_PLAIN_BORDER) { in DrawBox() 1293 if (fBorderStyle == borderStyle) in SetBorder() 1296 fBorderStyle = borderStyle; in SetBorder() 1305 return fBorderStyle; in Border() [all …]
|
H A D | ColumnListView.cpp | 868 fBorderStyle(border), in BColumnListView() 883 fBorderStyle(border), in BColumnListView() 1123 if (fBorderStyle == B_PLAIN_BORDER) in AddStatusView() 1125 else if (fBorderStyle == B_FANCY_BORDER) in AddStatusView() 1776 if (fBorderStyle != B_NO_BORDER) { in MakeFocus() 1966 if (fBorderStyle == B_NO_BORDER) { in Draw() 1981 base, fBorderStyle, flags); in Draw() 1989 BRect(), BRect(), base, fBorderStyle, flags); in Draw() 2172 if (fBorderStyle == B_PLAIN_BORDER) { in DoLayout() 2174 } else if (fBorderStyle == B_FANCY_BORDER) { in DoLayout() [all …]
|
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/ |
H A D | ScrollView.cpp | 331 if (fBorderStyle == B_NO_BORDER) in Draw() 348 if (fBorderStyle == B_PLAIN_BORDER) { in Draw() 364 if (fBorderStyle == B_PLAIN_BORDER) in Draw() 623 fBorderStyle = borderStyle; in _Init() 892 switch (fBorderStyle) { in _InnerRect() 978 switch (fBorderStyle) { in _Size()
|
H A D | ScrollView.h | 116 uint32 fBorderStyle; variable
|
/haiku/headers/os/interface/ |
H A D | TabView.h | 221 border_style fBorderStyle; variable
|
/haiku/headers/private/interface/ |
H A D | ColumnListView.h | 418 border_style fBorderStyle; variable
|