Searched refs:resizeMask (Results 1 - 25 of 64) sorted by relevance

123

/haiku-fatelf/headers/libs/print/libprint/
H A DHalftoneView.h16 uint32 resizeMask, uint32 flags);
25 HalftoneView(BRect frame, const char* name, uint32 resizeMask,
H A DPagesView.h14 PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags);
/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.h20 VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node);
H A DVideoView.cpp21 VideoView::VideoView(BRect frame, const char *name, uint32 resizeMask, uint32 flags, VideoNode *node) argument
22 : BView(frame, name, resizeMask, flags)
/haiku-fatelf/src/apps/tv/
H A DVideoView.h36 VideoView(BRect frame, const char *name, uint32 resizeMask,
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.h41 PrinterSelectionView(BRect rect, const char *name, uint32 resizeMask, uint32 flags);
H A DPPDConfigView.h46 PPDConfigView(BRect rect, const char *name, uint32 resizeMask, uint32 flags);
H A DPrinterSelection.cpp33 PrinterSelectionView::PrinterSelectionView(BRect bounds, const char *name, uint32 resizeMask, uint32 flags) argument
34 : BView(bounds, name, resizeMask, flags)
/haiku-fatelf/src/bin/desklink/
H A DDeskButton.h20 BList& actionList, uint32 resizeMask = B_FOLLOW_ALL,
H A DDeskButton.cpp39 BList& titles, BList& actions, uint32 resizeMask, uint32 flags)
40 : BView(frame, name, resizeMask, flags),
38 DeskButton(BRect frame, entry_ref* ref, const char* name, BList& titles, BList& actions, uint32 resizeMask, uint32 flags) argument
/haiku-fatelf/src/kits/tracker/
H A DDesktopPoseView.h51 uint32 resizeMask = B_FOLLOW_ALL);
H A DNavigator.h88 uint32 resizeMask = B_FOLLOW_LEFT_RIGHT);
H A DDesktopPoseView.cpp59 uint32 resizeMask)
61 BPoseView(model, frame, viewMode, resizeMask)
58 DesktopPoseView(Model* model, BRect frame, uint32 viewMode, uint32 resizeMask) argument
/haiku-fatelf/headers/os/interface/
H A DOptionPopUp.h19 uint32 resizeMask = B_FOLLOW_LEFT
24 bool fixed, uint32 resizeMask
/haiku-fatelf/src/libs/print/libprint/
H A DHalftoneView.cpp8 uint32 resizeMask, uint32 flags)
10 BView(frame, name, resizeMask, flags)
129 HalftoneView::HalftoneView(BRect frame, const char* name, uint32 resizeMask, argument
132 BView(frame, name, resizeMask, flags)
187 fPreview = new HalftonePreviewView(r, "preview", resizeMask, flags);
7 HalftonePreviewView(BRect frame, const char* name, uint32 resizeMask, uint32 flags) argument
H A DPagesView.cpp12 PagesView::PagesView(BRect frame, const char* name, uint32 resizeMask, uint32 flags) argument
13 : BView(frame, name, resizeMask, flags),
/haiku-fatelf/src/apps/aboutsystem/
H A DHyperTextView.h36 BRect textRect, uint32 resizeMask,
H A DHyperTextView.cpp99 uint32 resizeMask, uint32 flags)
101 BTextView(frame, name, textRect, resizeMask, flags),
98 HyperTextView(BRect frame, const char* name, BRect textRect, uint32 resizeMask, uint32 flags) argument
/haiku-fatelf/src/apps/cdplayer/
H A DCDPlayer.h31 CDPlayer(BRect frame, const char *name, uint32 resizeMask = B_FOLLOW_ALL,
/haiku-fatelf/src/apps/mail/
H A DBmapButton.h54 uint32 resizeMask,
H A DButtonBar.h49 uint32 resizeMask = B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP,
/haiku-fatelf/src/apps/mandelbrot/
H A Dtsb.h36 TShowBit(BRect r, uint32 resizeMask, uint32 flags);
/haiku-fatelf/src/apps/mediaplayer/
H A DVideoView.h26 uint32 resizeMask);
/haiku-fatelf/src/kits/interface/
H A DTextInput.h24 uint32 resizeMask,
H A DTextInput.cpp30 _BTextInput_::_BTextInput_(BRect frame, BRect textRect, uint32 resizeMask, argument
32 : BTextView(frame, "_input_", textRect, resizeMask, flags),

Completed in 100 milliseconds

123