Searched refs:frame (Results 176 - 200 of 954) sorted by relevance

1234567891011>>

/haiku/src/apps/cortex/support/
H A DScrollHelpers.h53 ScrollProxyView(IScrollTarget* pTarget, BRect frame) : argument
55 BView(frame, "scrollProxy", B_FOLLOW_LEFT|B_FOLLOW_TOP, 0) {}
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp15 StringTextView::StringTextView(BRect frame, const char* name, argument
19 : InputTextView(frame, name, textRect, resizingMode, flags),
/haiku/src/apps/mediaplayer/supplier/
H A DVideoTrackSupplier.h28 virtual status_t FindKeyFrameForFrame(int64* frame) = 0;
30 virtual status_t SeekToFrame(int64* frame) = 0;
/haiku/src/tests/libs/alm/
H A DNestedLayout.cpp21 NestedLayoutWindow(BRect frame) argument
23 BWindow(frame, "ALM Nested Layout", B_TITLED_WINDOW,
/haiku/src/tests/servers/app/painter/
H A DBitmapView.cpp10 BitmapView::BitmapView(BRect frame, const char* name, argument
12 : BView(frame, name, B_FOLLOW_NONE, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackFrameCommand.cpp22 CliCommand("set current stack frame",
23 "%s [ <frame number> ]\n"
24 "Sets the current stack frame to <frame number>, if supplied. "
25 "Otherwise\n prints the current frame.")
43 printf("No current frame.\n");
45 StackFrame* frame = stackTrace->FrameAt(currentFrameIndex); local
46 printf("Current frame: %" B_PRId32 ": %s\n", currentFrameIndex,
47 frame->Function()->PrettyName().String());
/haiku/src/preferences/time/
H A DTimeZoneListItem.h26 virtual void DrawItem(BView* owner, BRect frame,
48 BRect frame, bool complete,
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp14 BlockingWindow::BlockingWindow(BRect frame, const char* title, uint32 flags) argument
16 BWindow(frame, title, B_MODAL_WINDOW,
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.h25 void stroke_frame(BView* view, BRect frame,
36 void make_sure_frame_is_on_screen(BRect& frame, BWindow* window);
/haiku/src/add-ons/translators/rtf/
H A DConfigView.cpp20 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
21 : BView(frame, B_TRANSLATE("RTF-Translator Settings"), resize, flags)
/haiku/src/add-ons/translators/stxt/
H A DSTXTView.cpp27 STXTView::STXTView(const BRect &frame, const char *name, uint32 resizeMode, argument
29 : BView(frame, name, resizeMode, flags)
/haiku/src/add-ons/translators/pcx/
H A DConfigView.cpp24 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
25 : BView(frame, B_TRANSLATE("PCXTranslator Settings"), resize, flags)
/haiku/src/preferences/screen/
H A DScreenSettings.cpp57 ScreenSettings::SetWindowFrame(BRect frame) argument
59 fWindowFrame = frame;
/haiku/src/kits/media/
H A DReaderPlugin.cpp35 Reader::Seek(void* cookie, uint32 flags, int64* frame, bigtime_t* time) argument
42 Reader::FindKeyFrame(void* cookie, uint32 flags, int64* frame, bigtime_t* time) argument
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp17 Svg2PictureWindow(BRect frame, const char *filename) argument
18 : BWindow(frame, "Svg2Picture", B_TITLED_WINDOW, 0) {
28 OriginalView(BRect frame);
35 PictureView(BRect frame);
93 OriginalView::OriginalView(BRect frame) argument
94 : BBox(frame, "original_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW)
107 PictureView::PictureView(BRect frame) argument
108 : BBox(frame, "pict_view", B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
/haiku/src/servers/app/
H A DScreenConfigurations.h21 BRect frame; member in struct:screen_configuration
39 const BRect& frame,
/haiku/src/preferences/printers/
H A DScreenSettings.cpp57 ScreenSettings::SetWindowFrame(BRect frame) argument
59 fWindowFrame = frame;
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp69 HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags, argument
71 : BWindow(frame, title, type, flags, workspace)
77 HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel, argument
79 : BWindow(frame, title, look, feel, flags, workspace)
142 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_type type, argument
144 : HWindow(frame, title, type, flags, workspace)
150 BlockingWindow::BlockingWindow(BRect frame, const char *title, window_look look, argument
152 : HWindow(frame, title, look, feel, flags, workspace)
/haiku/src/add-ons/translators/bmp/
H A DBMPView.cpp26 BMPView::BMPView(const BRect &frame, const char *name, uint32 resizeMode, argument
28 : BView(frame, name, resizeMode, flags)
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp30 GLifeConfig::GLifeConfig(BRect frame, GLifeState* pglsState) argument
32 BView(frame, "", B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
39 BStringView* name = new BStringView(frame, B_EMPTY_STRING,
41 BStringView* author = new BStringView(frame, B_EMPTY_STRING, B_TRANSLATE("by Aaron Hill"),
45 fGridDelay = new BSlider(frame, "GridDelay",
56 fGridBorder = new BSlider(frame, "GridBorder", B_TRANSLATE("Grid border: "),
64 fGridWidth = new BSlider(frame, "GridWidth", B_TRANSLATE("Grid width: "),
72 fGridHeight = new BSlider(frame, "GridHeight", B_TRANSLATE("Grid height: "),
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp237 BRect frame = Frame(); local
254 menu->StrokeLine(frame.LeftBottom(), frame.RightBottom());
255 frame.bottom--;
257 be_control_look->DrawMenuBarBackground(menu, frame, frame,
265 menu->StrokeLine(frame.LeftTop(), frame.LeftBottom());
266 frame.left++;
268 be_control_look->DrawButtonBackground(menu, frame, fram
283 BRect frame = Frame(); local
374 BRect frame = Frame(); local
[all...]
/haiku/headers/libs/print/libprint/
H A DPagesView.h14 PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags);
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread.h20 void mipsel_push_iframe(struct iframe_stack* stack, struct iframe* frame);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.h14 PenInputInkWindow(BRect frame);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.h55 BRect frame);
61 // remember that frame was changed manually

Completed in 187 milliseconds

1234567891011>>