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

1234

/haiku/src/add-ons/translators/pcx/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
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/add-ons/translators/rtf/
H A DConfigView.h14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
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/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,
H A DResView.h36 const int32 &resize, const int32 &flags,
/haiku/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/headers/libs/agg/
H A Dagg_span_allocator.h38 m_span.resize(((span_len + 255) >> 8) << 8);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.h19 WonderBrushView(const BRect &frame, const char *name, uint32 resize,
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.cpp56 fBuffer.resize(fBuffer.capacity());
63 fBuffer.resize(currentSize);
71 fBuffer.resize(currentSize + bytesRead);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.h57 SlideShowConfigView(const BRect &frame, const char *name, uint32 resize,
/haiku/src/bin/rc/
H A Dcompile.h65 size_t resize; // if not 0, data will be resized member in struct:field_t
H A Dparser.y203 $$.resize = 0;
210 $$.resize = 0;
217 $$.resize = (size_t) $4;
218 $$.data = resize_data(make_default($1), $$.resize);
224 $$.resize = (size_t) $4;
225 $$.data = resize_data(cast($1, $7), $$.resize);
884 } else if (type.fields[k].resize != 0)
885 size += type.fields[k].resize;
898 } else if (type.fields[k].resize != 0) {
899 data_t temp = resize_data(slots[k], type.fields[k].resize);
[all...]
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_u_subpix.h53 m_spans.resize(max_len);
54 m_covers.resize(max_len);
H A Dagg_scanline_p_subpix.h61 m_spans.resize(max_len);
62 m_covers.resize(max_len);
H A Dagg_scanline_p_subpix_avrg_filtering.h62 m_spans.resize(max_len);
63 m_covers.resize(max_len);
H A Dagg_scanline_u_subpix_avrg_filtering.h55 m_spans.resize(max_len);
56 m_covers.resize(max_len);
/haiku/src/system/libroot/posix/musl/search/
H A Dhsearch.c11 after resize fails with ENOMEM the state of tab is still usable
49 static int resize(size_t nel, struct hsearch_data *htab) function
119 r = resize(nel, htab);
151 if (!resize(2*htab->__tab->used, htab)) {
/haiku/src/kits/interface/
H A DOptionControl.cpp22 \param resize Resize mask, passed to the base class's constructor.
26 BMessage *message, uint32 resize, uint32 flags)
28 BControl(frame, name, label, message, resize, flags)
25 BOptionControl(BRect frame, const char *name, const char *label, BMessage *message, uint32 resize, uint32 flags) argument
H A DOptionPopUp.cpp28 \param resize Resizing flags. They will be passed to the base class.
32 BMessage* message, uint32 resize, uint32 flags)
33 : BOptionControl(frame, name, label, message, resize, flags)
48 \param resize Resizing flags. They will be passed to the base class.
52 BMessage* message, bool fixed, uint32 resize, uint32 flags)
53 : BOptionControl(frame, name, label, message, resize, flags)
31 BOptionPopUp(BRect frame, const char* name, const char* label, BMessage* message, uint32 resize, uint32 flags) argument
51 BOptionPopUp(BRect frame, const char* name, const char* label, BMessage* message, bool fixed, uint32 resize, uint32 flags) argument
/haiku/src/libs/agg/src/
H A Dagg_image_filters.cpp35 m_weight_array.resize(size);

Completed in 149 milliseconds

1234