Searched refs:view (Results 26 - 50 of 493) sorted by relevance

1234567891011>>

/haiku/src/kits/screensaver/
H A DDefaultSettingsView.cpp19 // Provides a consistent look for the settings view for screen savers
22 BuildDefaultSettingsView(BView* view, const char* moduleName, const char* info) argument
24 view->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
31 BLayoutBuilder::Group<>(view, B_VERTICAL, B_USE_SMALL_SPACING)
/haiku/src/kits/tracker/
H A DTextWidget.cpp70 BTextWidget::BTextWidget(Model* model, BColumn* column, BPoseView* view) argument
72 fText(WidgetAttributeText::NewWidgetText(model, column, view)),
95 BTextWidget::Compare(const BTextWidget& with, BPoseView* view) const
97 return fText->Compare(*with.fText, view);
102 BTextWidget::Text(const BPoseView* view) const
109 return textAttribute->ValueAsText(view);
129 const BPoseView* view)
131 if (view->ViewMode() != kListMode) {
132 // ColumnRect only makes sense in list view, return
134 return CalcRect(poseLoc, column, view);
128 ColumnRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
147 CalcRectCommon(BPoint poseLoc, const BColumn* column, const BPoseView* view, float textWidth) argument
210 CalcRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
218 CalcOldRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
226 CalcClickRect(BPoint poseLoc, const BColumn* column, const BPoseView* view) argument
274 MouseUp(BRect bounds, BPoseView* view, BPose* pose, BPoint) argument
319 BPoseView* view = window->PoseView(); local
367 BPoseView* view = window->PoseView(); local
438 StartEdit(BRect bounds, BPoseView* view, BPose* pose) argument
538 StopEdit(bool saveChanges, BPoint poseLoc, BPoseView* view, BPose* pose, int32 poseIndex) argument
582 CheckAndUpdate(BPoint loc, const BColumn* column, BPoseView* view, bool visible) argument
600 SelectAll(BPoseView* view) argument
610 Draw(BRect eraseRect, BRect textRect, float, BPoseView* view, BView* drawView, bool selected, uint32 clipboardMode, BPoint offset, bool direct) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollableView.cpp28 if (BView* view = dynamic_cast<BView*>(this)) {
32 BRect bounds(view->Bounds());
33 view->CopyBits(bounds.OffsetByCopy(newOffset - oldOffset), bounds);
35 for (int32 i = 0; BView* child = view->ChildAt(i); i++)
/haiku/src/apps/debugger/user_interface/gui/util/
H A DGuiSettingsUtils.cpp16 GuiSettingsUtils::ArchiveSplitView(BMessage& settings, BSplitView* view) argument
19 for (int32 i = 0; i < view->CountItems(); i++) {
20 if (settings.AddFloat("weight", view->ItemWeight(i)) != B_OK)
23 if (settings.AddBool("collapsed", view->IsItemCollapsed(i)) != B_OK)
33 BSplitView* view)
35 for (int32 i = 0; i < view->CountItems(); i++) {
38 view->SetItemWeight(i, weight, i == view->CountItems() - 1);
42 view->SetItemCollapsed(i, collapsed);
32 UnarchiveSplitView(const BMessage& settings, BSplitView* view) argument
/haiku/headers/os/interface/
H A DSplitLayoutBuilder.h15 BSplitLayoutBuilder(BSplitView* view);
18 BSplitLayoutBuilder& GetSplitView(BSplitView** view);
20 BSplitLayoutBuilder& Add(BView* view);
21 BSplitLayoutBuilder& Add(BView* view, float weight);
/haiku/headers/private/screen_saver/
H A DDefaultSettingsView.h17 BuildDefaultSettingsView(BView* view, const char* moduleName, const char* info);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp20 BView *view = new Svg2PictureView(Bounds(), filename); local
21 AddChild(view);
47 DrawStuff(BView *view) argument
56 view->StrokeShape(&shape);
59 view->PushState();
61 view->SetHighColor(blue);
62 view->SetLineMode(B_BUTT_CAP, B_BEVEL_JOIN);
63 view->SetPenSize(7);
64 view->StrokeRect(BRect(10, 220, 50, 260));
65 view
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp54 FlatControlLook::DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, argument
58 _DrawButtonFrame(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, background,
64 FlatControlLook::DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, argument
68 _DrawButtonFrame(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, background,
74 FlatControlLook::DrawButtonFrame(BView* view, BRect& rect, argument
80 _DrawButtonFrame(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, background,
86 FlatControlLook::DrawButtonBackground(BView* view, BRect& rect, argument
90 _DrawButtonBackground(view, rect, updateRect, kRadius, kRadius, kRadius, kRadius, base, false,
96 FlatControlLook::DrawButtonBackground(BView* view, BRect& rect, argument
100 _DrawButtonBackground(view, rec
106 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
117 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
167 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
177 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
187 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
199 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
209 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
229 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
241 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
269 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
307 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
362 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
403 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
413 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
454 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
633 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
726 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
771 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
922 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1000 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1182 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
1297 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
1312 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1321 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1362 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
1376 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1386 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1396 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1411 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
1572 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
1596 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1644 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1801 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
1828 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
1885 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
[all...]
/haiku/src/tests/servers/app/playground/
H A DStates.cpp132 State::Draw(BView* view) const
135 _RenderDot(view, fStartPoint);
136 _RenderDot(view, fEndPoint);
152 State::_RenderDot(BView* view, BPoint where) const argument
154 view->SetHighColor(0, 0, 0, 255);
155 view->SetPenSize(1.0);
156 view->SetDrawingMode(B_OP_COPY);
159 view->StrokeRect(r);
160 view->SetHighColor(255, 255, 255, 255);
162 view
[all...]
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoWindow.cpp11 VideoWindow::VideoWindow(BRect size, VideoView* view) argument
13 , fVideoView(view)
/haiku/src/tests/servers/app/benchmark/
H A DRandomLineTest.cpp37 RandomLineTest::Prepare(BView* view) argument
39 fViewBounds = view->Bounds();
48 RandomLineTest::RunIteration(BView* view) argument
55 view->SetHighColor(rand() % 255, rand() % 255, rand() % 255);
64 view->StrokeLine(a, b);
69 view->Sync();
79 RandomLineTest::PrintResults(BView* view) argument
87 Test::PrintResults(view);
H A DTest.cpp26 Test::SetupClipping(BView* view) argument
28 BRect bounds = view->Bounds();
40 view->ConstrainClippingRegion(&fClippingRegion);
45 Test::PrintResults(BView* view) argument
51 if (ToString(view->DrawingMode(), string))
H A DStringTest.cpp37 StringTest::Prepare(BView* view) argument
39 // SetupClipping(view);
42 view->GetFontHeight(&fh);
46 fViewBounds = view->Bounds();
50 while (view->StringWidth(string.String()) < fViewBounds.Width() - 10)
52 while (view->StringWidth(string.String()) > fViewBounds.Width() - 10)
63 StringTest::RunIteration(BView* view) argument
80 view->DrawString(buffer, textLocation);
90 view->Sync();
100 StringTest::PrintResults(BView* view) argument
[all...]
H A DHorizontalLineTest.cpp36 HorizontalLineTest::Prepare(BView* view) argument
38 fViewBounds = view->Bounds();
47 HorizontalLineTest::RunIteration(BView* view) argument
54 view->StrokeLine(BPoint(fViewBounds.left + 1, y),
65 view->Sync();
75 HorizontalLineTest::PrintResults(BView* view) argument
83 Test::PrintResults(view);
H A DVerticalLineTest.cpp36 VerticalLineTest::Prepare(BView* view) argument
38 fViewBounds = view->Bounds();
47 VerticalLineTest::RunIteration(BView* view) argument
54 view->StrokeLine(BPoint(x, fViewBounds.top + 1),
65 view->Sync();
75 VerticalLineTest::PrintResults(BView* view) argument
83 Test::PrintResults(view);
/haiku/src/kits/interface/
H A DSplitLayoutBuilder.cpp22 BSplitLayoutBuilder::BSplitLayoutBuilder(BSplitView* view) argument
23 : fView(view)
36 BSplitLayoutBuilder::GetSplitView(BSplitView** view) argument
38 *view = fView;
44 BSplitLayoutBuilder::Add(BView* view) argument
46 fView->AddChild(view);
52 BSplitLayoutBuilder::Add(BView* view, float weight) argument
54 fView->AddChild(view, weight);
H A DHaikuControlLook.cpp96 // against the already existing view contents of the parent view.
108 HaikuControlLook::DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, argument
112 _DrawButtonFrame(view, rect, updateRect, 0.0f, 0.0f, 0.0f, 0.0f, base,
118 HaikuControlLook::DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, argument
122 _DrawButtonFrame(view, rect, updateRect, radius, radius, radius, radius,
128 HaikuControlLook::DrawButtonFrame(BView* view, BRect& rect, argument
134 _DrawButtonFrame(view, rect, updateRect, leftTopRadius, rightTopRadius,
141 HaikuControlLook::DrawButtonBackground(BView* view, BRect& rect, argument
145 _DrawButtonBackground(view, rec
151 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
161 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
173 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
229 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
239 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
252 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
262 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
272 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
282 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
294 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
326 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
366 DrawStatusBar(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& barColor, float progressPosition) argument
419 DrawCheckBox(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
491 DrawRadioButton(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
562 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
617 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
645 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
655 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
751 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
940 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
1024 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
1113 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
1153 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
1306 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1390 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1399 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
1517 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
1607 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1641 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1823 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1925 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
2040 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2064 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2085 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2155 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
2174 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
2184 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2194 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
2316 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2461 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2471 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2481 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2496 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2666 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
2692 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
2728 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) argument
2779 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2814 _DrawFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2839 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
3000 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
3029 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
3078 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
3278 _DrawRoundCornerLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3291 _DrawRoundCornerFrameLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
3328 _DrawRoundCornerBackgroundLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3354 _DrawRoundCornerRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
3370 _DrawRoundCornerFrameRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeTopColor, const rgb_color& edgeRightColor, const rgb_color& frameTopColor, const rgb_color& frameRightColor) argument
3420 _DrawRoundCornerBackgroundRightTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelTopColor, const rgb_color& bevelRightColor, const BGradientLinear& fillGradient) argument
3450 _DrawRoundCornerLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
3466 _DrawRoundCornerFrameLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeLeftColor, const rgb_color& edgeBottomColor, const rgb_color& frameLeftColor, const rgb_color& frameBottomColor) argument
3516 _DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelLeftColor, const rgb_color& bevelBottomColor, const BGradientLinear& fillGradient) argument
3546 _DrawRoundCornerRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3559 _DrawRoundCornerFrameRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
3596 _DrawRoundCornerBackgroundRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3622 _DrawRoundBarCorner(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& edgeLightColor, const rgb_color& edgeShadowColor, const rgb_color& frameLightColor, const rgb_color& frameShadowColor, const rgb_color& fillLightColor, const rgb_color& fillShadowColor, float leftInset, float topInset, float rightInset, float bottomInset, orientation orientation) argument
3842 _FillGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float bottomTint, orientation orientation) argument
3853 _FillGlossyGradient(BView* view, const BRect& rect, const rgb_color& base, float topTint, float middle1Tint, float middle2Tint, float bottomTint, orientation orientation) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.h18 static void DrawString(BView* view, BRect rect,
23 static float PreferredStringWidth(BView* view,
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp82 BView *view = new BView(rect.InsetByCopy(-15, -15), NULL, B_FOLLOW_NONE, B_WILL_DRAW); local
83 view->SetViewColor(240, 180, 20);
84 AddChild(view);
87 view->AddChild(checkBox);
100 view = new DividedBackgroundView(rect.InsetByCopy(-15, -15));
101 AddChild(view);
104 view->AddChild(checkBox);
107 view = new DividedBackgroundView(rect.InsetByCopy(-15, -15));
108 AddChild(view);
112 view
[all...]
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp59 view = new ErrorPanel(rect);
60 AddChild(new BScrollView("ErrorScroller", view, B_FOLLOW_ALL_SIDES, 0, false, true));
69 ErrorPanel *panel = (ErrorPanel *)view;
109 while (view->CountChildren() != 0) {
110 BView* child = view->ChildAt(0);
111 view->RemoveChild(child);
115 ErrorPanel *panel = (ErrorPanel *)(view);
119 view->ResizeToPreferred();
127 ErrorPanel *panel = (ErrorPanel *)view;
163 BTextView *view local
201 BTextView *view = static_cast<BTextView *>(FindView("error_display")); local
218 BTextView *view = static_cast<BTextView *>(FindView("error_display")); local
[all...]
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp60 MidiEventMeter::Pulse(BView* view) argument
69 view->Invalidate(BRect(METER_BOUNDS).InsetBySelf(1, 1));
82 MidiEventMeter::Draw(BView* view) argument
88 view->PushState();
93 view->BeginLineArray(4);
94 view->AddLine(BPoint(lt.x, lt.y), BPoint(rb.x - 1, lt.y), METER_BLACK);
95 view->AddLine(BPoint(rb.x, lt.y), BPoint(rb.x, rb.y - 1), METER_BLACK);
96 view->AddLine(BPoint(rb.x, rb.y), BPoint(lt.x + 1, rb.y), METER_BLACK);
97 view->AddLine(BPoint(lt.x, rb.y), BPoint(lt.x, lt.y + 1), METER_BLACK);
98 view
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp72 for (int32 i = 0; settings.FindMessage("activity view", i, &viewState)
74 ActivityView* view = new ActivityView("ActivityMonitor", &viewState); local
75 fLayout->AddItem(view->CreateHistoryLayoutItem());
76 fLayout->AddItem(view->CreateLegendLayoutItem());
148 BView* view; local
149 if (message->FindPointer("view", (void**)&view) != B_OK)
152 view->RemoveSelf();
153 ResizeBy(0, -view->Bounds().Height() - fLayout->Spacing());
154 delete view;
231 BView* view; local
242 ActivityView* view = ActivityViewAt(0); local
300 ActivityView* view = dynamic_cast<ActivityView*>(top->ChildAt(i)); local
325 ActivityView* view = new ActivityView("ActivityMonitor", &settings); local
[all...]
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp43 BTextView* view = new BTextView(Bounds(), "", rect, B_FOLLOW_ALL, local
45 view->MakeEditable(false);
46 view->SetAlignment(B_ALIGN_CENTER);
47 view->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
48 view->SetText("The window will be hidden and shown every 2 seconds.");
49 AddChild(view);
82 BTextView* view = dynamic_cast<BTextView*>(ChildAt(0)); local
83 if (view == NULL)
91 view->SetTextRect(rect);
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.h19 virtual void StartConfig(BView* view);
20 virtual status_t StartSaver(BView* view, bool preview);
21 virtual void Draw(BView* view, int32 frame);
32 // transformation from graph coordinates to view coordinates
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartLegend.h34 virtual void GetMinimumLegendSpacing(BView* view,
38 BView* view) = 0;
39 virtual void RenderLegend(ChartLegend* legend, BView* view,

Completed in 124 milliseconds

1234567891011>>