Searched refs:frame (Results 401 - 425 of 954) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/input/
H A DMouseView.h35 virtual void Draw(BRect frame);
H A DInputDeviceView.h49 void DrawItem(BView* owner, BRect frame,
/haiku/src/apps/haiku3d/
H A DRenderView.h22 RenderView(BRect frame);
/haiku/src/apps/deskbar/
H A DBarMenuBar.h60 TBarMenuBar(BRect frame, const char* name,
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.h15 InputTextView(BRect frame,
/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.cpp57 BRect frame = Frame(); local
63 BRect cadre = bar_rect(frame, &font);
136 BRect trect(cadre.left - kMargin - gMemoryTextWidth, frame.top,
137 cadre.left - kMargin, frame.bottom);
H A DUtilities.h34 BRect bar_rect(BRect& frame, BFont* font);
/haiku/src/apps/mediaplayer/settings/
H A DSettings.h75 void SetAudioPlayerWindowFrame(BRect frame);
/haiku/src/apps/webpositive/
H A DCookieWindow.h26 CookieWindow(BRect frame,
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h47 void STrap(iframe* frame);
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp50 stackFrameInfo->frame = stackFrameAddress;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.h27 virtual void DrawItem(BView* owner, BRect frame,
/haiku/src/apps/people/
H A DPersonWindow.h32 PersonWindow(BRect frame, const char* title,
/haiku/src/apps/overlayimage/
H A DOverlayView.h34 OverlayView(BRect frame);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp54 BRect frame)
55 : BWindow(frame,
53 InfoWindow( BRect frame) argument
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h37 virtual BRect layout(BRect frame);
60 virtual void DrawSlider(BRect frame, bool enabled);
/haiku/src/apps/resedit/
H A DInlineEditor.cpp50 InlineEditor::InlineEditor(BMessenger target, const BRect &frame, argument
52 : BWindow(frame, "InlineEditor", B_NO_BORDER_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/tests/libs/alm/
H A DAreas.cpp11 AreasWindow(BRect frame) argument
13 BWindow(frame, "ALM Areas", B_TITLED_WINDOW, B_QUIT_ON_WINDOW_CLOSE)
H A DComplexButtons.cpp20 ComplexButtonsWindow(BRect frame) argument
22 BWindow(frame, "ALM Complex Buttons", B_TITLED_WINDOW,
H A DHelloWorld.cpp24 HelloWorldWindow(BRect frame) argument
26 BWindow(frame, "ALM Hello World", B_TITLED_WINDOW,
H A DPinwheel.cpp21 PinwheelWindow(BRect frame) argument
23 BWindow(frame, "ALM Pinwheel", B_TITLED_WINDOW, B_QUIT_ON_WINDOW_CLOSE)
/haiku/src/tests/servers/app/async_drawing/
H A Dmain.cpp16 View(BRect frame, uint8 r, uint8 g, uint8 b, uint8 a) argument
17 : BView(frame, "view", B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.cpp10 WinBorder::WinBorder(BRect frame, const char* name, argument
12 : Layer(frame, name, rm, flags, c)
40 // NOTE: frame is in screen coords
/haiku/src/kits/interface/
H A DZombieReplicantView.cpp32 _BZombieReplicantView_::_BZombieReplicantView_(BRect frame, status_t error) argument
34 BBox(frame, "<Zombie>", B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp26 VolumeWindow::VolumeWindow(BRect frame, bool dontBeep, int32 volumeWhich) argument
27 : BWindow(frame, "VolumeWindow", B_BORDERED_WINDOW_LOOK,

Completed in 144 milliseconds

<<11121314151617181920>>