Searched refs:frame (Results 226 - 250 of 954) sorted by relevance

1234567891011>>

/haiku/src/preferences/appearance/
H A DColorWhichItem.h25 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h58 HWindow(BRect frame, const char *title,
62 HWindow(BRect frame, const char *title,
81 BlockingWindow(BRect frame, const char *title,
85 BlockingWindow(BRect frame, const char *title,
/haiku/src/apps/processcontroller/
H A DIconMenuItem.cpp80 BRect frame = Frame(); local
82 loc.y = frame.top + (frame.bottom - frame.top - fIcon->Bounds().Height()) / 2;
/haiku/src/kits/shared/
H A DColorItem.cpp39 ColorItem::DrawItem(BView* owner, BRect frame, bool complete) argument
51 owner->FillRect(frame);
56 BRect colorRect(frame);
70 owner->MovePenTo(colorRect.right + spacer, frame.top + BaselineOffset());
/haiku/headers/private/shared/
H A DColorItem.h22 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/src/apps/mail/
H A DStatus.h49 TStatusWindow(BRect frame, BMessenger target, const char* status);
/haiku/src/apps/webpositive/
H A DConsoleWindow.h23 ConsoleWindow(BRect frame);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp139 virtual void SetFrame(BRect frame);
158 virtual void SetFrame(BRect frame);
439 ActivityView::HistoryLayoutItem::SetFrame(BRect frame) argument
441 fFrame = frame;
494 ActivityView::LegendLayoutItem::SetFrame(BRect frame) argument
496 fFrame = frame;
553 ActivityView::ActivityView(BRect frame, const char* name, argument
555 : BView(frame, name, resizingMode,
939 BRect frame = _HistoryFrame(); local
940 frame
1088 BRect frame = _LegendColorFrameAt(legendFrame, i); local
1219 BRect frame = Bounds(); local
1261 BRect frame = Bounds(); local
1270 _LegendFrameAt(BRect frame, int32 index) const argument
1294 _LegendColorFrameAt(BRect frame, int32 index) const argument
1337 BRect frame = _HistoryFrame(); local
1487 BRect frame = _LegendFrameAt(legendFrame, i); local
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamBufferedFilterInterface.cpp97 CamBufferedFilterInterface::SetVideoFrame(BRect frame) argument
99 fVideoFrame = frame;
102 return fNextOfKin->SetVideoFrame(frame);
/haiku/src/apps/clock/
H A Dcl_view.h19 TOffscreenView(BRect frame, const char *name, short mRadius,
49 TOnscreenView(BRect frame, const char *name,
56 void InitObject(BRect frame, short mRadius, short hRadius,
/haiku/src/tests/servers/app/draw_string_offsets/
H A Dmain.cpp16 TestView(BRect frame, const char* name,
23 TestView::TestView(BRect frame, const char* name, uint32 resizeFlags, argument
26 BView(frame, name, resizeFlags, flags)
/haiku/src/tests/servers/app/no_pointer_history/
H A DNoPointerHistory.cpp9 MouseView(BRect frame, bool noHistory);
23 MouseView::MouseView(BRect frame, bool noHistory) argument
24 : BView(frame, "MouseView", B_FOLLOW_ALL, B_WILL_DRAW),
/haiku/src/tests/servers/app/resize_limits/
H A DResizeLimits.cpp8 View(BRect frame);
14 View::View(BRect frame) argument
15 : BView(frame, NULL, B_FOLLOW_NONE, B_FRAME_EVENTS)
/haiku/src/tests/kits/interface/
H A DListViewTest.cpp20 virtual void DrawItem(BView* owner, BRect frame,
37 ColorfulItem::DrawItem(BView* owner, BRect frame, bool complete) argument
40 BStringItem::DrawItem(owner, frame, complete);
/haiku/headers/private/kernel/arch/x86/
H A Darch_user_debugger.h120 extern void x86_init_user_debug_at_kernel_exit(struct iframe *frame);
123 extern void x86_handle_debug_exception(struct iframe *frame);
124 extern void x86_handle_breakpoint_exception(struct iframe *frame);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp235 BRect frame(0, 0, format.u.raw_video.display.line_width - 1,
244 err = CreateBuffers(frame, B_YCbCr422, true);
248 err = CreateBuffers(frame, B_RGBA32, false);
252 err = CreateBuffers(frame, B_YCbCr422, true);
258 err = CreateBuffers(frame, format.u.raw_video.display.format,
301 BRect frame(0, 0, format.u.raw_video.display.line_width - 1,
309 err = CreateBuffers(frame, colorspace, true); // try overlay
312 err = CreateBuffers(frame, colorspace, false); // no overlay
315 err = CreateBuffers(frame, colorspace, false); // no overlay
389 VideoNode::CreateBuffers(BRect frame, color_spac argument
[all...]
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp222 BatteryTab::DrawFocusMark(BView* owner, BRect frame) argument
226 float width = frame.Width() - horzOffset * 2;
227 BPoint pt1((frame.left + frame.right - width) / 2.0 + horzOffset,
228 frame.bottom - vertOffset);
229 BPoint pt2((frame.left + frame.right + width) / 2.0,
230 frame.bottom - vertOffset);
237 BatteryTab::DrawLabel(BView* owner, BRect frame) argument
239 BRect rect = frame;
290 ExtPowerStatusView(PowerStatusDriverInterface* interface, BRect frame, int32 resizingMode, int batteryID, BatteryInfoView* batteryInfoView, ExtendedInfoWindow* window) argument
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp59 BRect frame = fTextView->Bounds(); local
60 frame = fTextView->ConvertToScreen(frame);
61 frame.InsetBy(0, -3);
62 return frame;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp71 IconOptionsControl::layout(BRect frame) argument
73 if (frame.Width() < mpm.mini.x + 1)
74 frame.right = frame.left + mpm.mini.x + 1;
76 MoveTo(frame.LeftTop());
77 ResizeTo(frame.Width(), frame.Height());
261 IconOptionsControl::_LayoutIcons(BRect frame) argument
263 BPoint lt = frame.LeftTop();
275 lt.y = ceilf((frame
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp108 InputSlider::layout(BRect frame) argument
110 PopupSlider::layout(frame);
112 frame = SliderFrame();
114 frame.right -= 10.0;
115 frame.InsetBy(2, 2);
117 fTextView->MoveTo(frame.LeftTop());
118 fTextView->ResizeTo(frame.Width(), frame.Height());
168 InputSlider::DrawSlider(BRect frame, bool enabled) argument
187 // frame aroun
[all...]
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp81 BRect frame(0.0f, 0.0f, bounds.Width(), 20.0f);
84 fAdditiveCB = new BCheckBox(frame, "additive setting",
97 fSpeedS = new BSlider(frame, "speed setting",
199 IFSSaver::Draw(BView* view, int32 frame) argument
201 if (frame == 0) {
207 int32 frames = frame - fLastDrawnFrame;
211 fLastDrawnFrame = frame;
218 IFSSaver::DirectDraw(int32 frame) argument
220 if (frame == 0)
224 fIFS->Draw(NULL, &fDirectInfo, frame
[all...]
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp19 TestView(BRect frame, const char* name,
39 TestView::TestView(BRect frame, const char* name, argument
41 : BView(frame, name, resizeFlags, flags),
144 show_window(BRect frame, const char* name) argument
146 BWindow* window = new BWindow(frame, name,
180 BRect frame(50.0, 50.0, 300.0, 250.0);
181 show_window(frame, "BView Archiving Test");
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp49 WonderBrushView::WonderBrushView(const BRect &frame, const char *name, argument
51 : BView(frame, name, resize, flags),
109 BRect frame = view->Frame(); local
112 if (frame.Width() < x || (frame.Height() - 48) < y) {
113 x -= frame.Width();
114 y -= frame.Height() - 48;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp68 StackFrame* frame local
70 if (frame == NULL)
75 value.SetTo(frame->FrameAddress());
78 value.SetTo(frame->InstructionPointer());
83 value.SetTo(UiUtils::FunctionNameForFrame(frame, buffer,
223 StackFrame* frame
226 fListener->StackFrameSelectionChanged(frame);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp30 OverlayView::OverlayView(BRect frame) argument
32 BView(frame, "OverlayImage", B_FOLLOW_NONE, B_WILL_DRAW)
37 frame.left = frame.right - kDraggerSize;
38 frame.top = frame.bottom - kDraggerSize;
39 BDragger* dragger = new BDragger(frame, this, B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);

Completed in 100 milliseconds

1234567891011>>