Searched defs:resize (Results 1 - 25 of 38) sorted by path

12

/haiku/headers/cpp/std/
H A Dbastring.cc218 resize (size_type n, charT c) function in class:basic_string
H A Dstd_valarray.h528 valarray<_Tp>::resize (size_t __n, _Tp __c) function in class:valarray
/haiku/headers/cpp/
H A Dstl_bvector.h793 void resize(size_type __new_size, bool __x = bool()) { function in class:vector
H A Dstl_deque.h803 void resize(size_type __new_size, const value_type& __x) { function in class:_Deque_iterator::deque
811 void resize(size_type new_size) { resize(new_size, value_type()); } function in class:_Deque_iterator::deque
H A Dstl_hash_map.h197 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_map
378 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multimap
H A Dstl_hash_set.h192 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_set
364 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multiset
H A Dstl_hashtable.h918 ::resize(size_type __num_elements_hint) function in class:hashtable
[all...]
H A Dstl_list.h397 void resize(size_type __new_size) { resize(__new_size, _Tp()); } function in class:list
602 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) function in class:list
H A Dstl_rope.h2270 void resize(size_type __n, _CharT __c) {} function in class:rope
2271 void resize(size_type __n) {} function in class:rope
H A Dstl_slist.h611 void resize(size_type new_size) { resize(new_size, _Tp()); } function in class:slist
777 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) function in class:slist
H A Dstl_vector.h420 void resize(size_type __new_size, const _Tp& __x) { function in class:vector
426 void resize(size_type __new_size) { resize(__new_size, _Tp()); } function in class:vector
/haiku/headers/libs/agg/
H A Dagg_array.h127 void resize(unsigned size) function in class:agg::pod_array
242 void pod_vector<T>::resize(unsigned new_size) function in class:agg::pod_vector
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h82 status_t (*resize)(int fd, partition_id partition, off_t size, member in struct:partition_module_info
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp57 SlideShowConfigView(const BRect &frame, const char *name, uint32 resize, uint32 flags, LiveSettings *settings) argument
/haiku/src/add-ons/translators/pcx/
H A DConfigView.cpp24 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
/haiku/src/add-ons/translators/rtf/
H A DConfigView.cpp20 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) argument
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp49 WonderBrushView(const BRect &frame, const char *name, uint32 resize, uint32 flags, TranslatorSettings *settings) argument
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp123 void RawBuffer::resize(uint32 frames) { function in class:RawBuffer
/haiku/src/apps/glteapot/
H A Dutil.h412 void resize(int i) function in struct:BufferArray
/haiku/src/apps/resedit/
H A DBitmapView.cpp41 BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap, const char *label, border_style borderstyle, int32 resize, int32 flags) argument
H A DResListView.cpp10 ResListView::ResListView(const BRect &frame, const char *name, int32 resize, int32 flags, argument
H A DResView.cpp45 ResView::ResView(const BRect &frame, const char *name, const int32 &resize, argument
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h170 int (*resize)(int rows, int cols, void *user); member in struct:__anon12
192 int (*resize)(int rows, int cols, VTermPos *delta, void *user); member in struct:__anon13
239 int (*resize)(int rows, int cols, void *user); member in struct:__anon16
/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c482 static int resize(int new_rows, int new_cols, VTermPos *delta, void *user) function
/haiku/src/apps/soundrecorder/
H A DDrawButton.cpp11 DrawButton(BRect frame, const char *name, const unsigned char *on, const unsigned char *off, BMessage *msg, int32 resize, int32 flags) argument

Completed in 268 milliseconds

12