Searched refs:resize (Results 1 - 25 of 105) sorted by relevance

12345

/haiku-fatelf/src/add-ons/translators/hpgs/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
H A DConfigView.cpp22 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
23 : BView(frame, B_TRANSLATE("HPGSTranslator Settings"), resize, flags)
/haiku-fatelf/src/add-ons/translators/pcx/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
H A DConfigView.cpp23 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
24 : BView(frame, B_TRANSLATE("PCXTranslator Settings"), resize, flags)
/haiku-fatelf/src/add-ons/translators/rtf/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
H A DConfigView.cpp19 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
20 : BView(frame, B_TRANSLATE("RTF-Translator Settings"), resize, flags)
/haiku-fatelf/src/apps/cdplayer/
H A DDoubleShotDrawButton.cpp16 BBitmap *up, BBitmap *down,BMessage *msg, int32 resize, int32 flags)
17 : DrawButton(frame, name, up,down, msg, resize, flags)
15 DoubleShotDrawButton(BRect frame, const char *name, BBitmap *up, BBitmap *down,BMessage *msg, int32 resize, int32 flags) argument
H A DDoubleShotDrawButton.h23 BBitmap *down,BMessage *msg, int32 resize,
H A DDrawButton.h23 BBitmap *down,BMessage *msg, int32 resize,
H A DDrawButton.cpp11 BMessage *msg, int32 resize, int32 flags)
12 : BButton(frame, name, "", msg, resize, flags)
10 DrawButton(BRect frame, const char *name, BBitmap *up, BBitmap *down, BMessage *msg, int32 resize, int32 flags) argument
H A DTrackMenu.h10 const int32 &resize = B_FOLLOW_LEFT | B_FOLLOW_TOP,
H A DTwoStateDrawButton.h22 BMessage *msg, const int32 &resize, const int32 &flags);
/haiku-fatelf/src/apps/resedit/
H A DResListView.cpp10 ResListView::ResListView(const BRect &frame, const char *name, int32 resize, int32 flags, argument
12 : BColumnListView(frame,name,resize,flags,border)
H A DResListView.h16 ResListView(const BRect &frame, const char *name, int32 resize, int32 flags,
/haiku-fatelf/src/apps/soundrecorder/
H A DDrawButton.cpp12 const unsigned char *off, BMessage *msg, int32 resize, int32 flags)
13 : BControl(frame, name, "", msg, resize, flags | B_WILL_DRAW),
11 DrawButton(BRect frame, const char *name, const unsigned char *on, const unsigned char *off, BMessage *msg, int32 resize, int32 flags) argument
H A DDrawButton.h18 const unsigned char *off, BMessage *msg, int32 resize = 0,
H A DSoundListView.h15 SoundListView(const BRect & area, const char * name, uint32 resize);
H A DSoundListView.cpp22 uint32 resize) :
23 BListView(area, name, B_SINGLE_SELECTION_LIST, resize)
19 SoundListView( const BRect & area, const char * name, uint32 resize) argument
/haiku-fatelf/headers/libs/agg/
H A Dagg_span_allocator.h38 m_span.resize(((span_len + 255) >> 8) << 8);
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.h19 WonderBrushView(const BRect &frame, const char *name, uint32 resize,
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfStringAttribute.cpp72 _value.resize (size);
/haiku-fatelf/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.h57 SlideShowConfigView(const BRect &frame, const char *name, uint32 resize,
/haiku-fatelf/src/bin/rc/
H A Dcompile.h65 size_t resize; // if not 0, data will be resized member in struct:field_t
/haiku-fatelf/src/preferences/appearance/
H A DMenuView.h25 MenuView(BRect frame, const char *name, int32 resize, int32 flags);
/haiku-fatelf/src/servers/app/
H A Dagg_scanline_u_subpix.h53 m_spans.resize(max_len);
54 m_covers.resize(max_len);

Completed in 292 milliseconds

12345