Searched refs:resize (Results 51 - 75 of 81) sorted by relevance

1234

/haiku/headers/cpp/std/
H A Dbastring.cc218 resize (size_type n, charT c) function in class:basic_string
439 s.resize (0);
481 s.resize (0);
H A Dbastring.h359 void resize (size_type n, charT c);
360 void resize (size_type n) function in class:basic_string
361 { resize (n, eos ()); }
H A Dstd_valarray.h224 void resize(size_t __size, _Tp __c = _Tp());
528 valarray<_Tp>::resize (size_t __n, _Tp __c) function in class:valarray
/haiku/src/apps/resedit/
H A DResView.cpp45 ResView::ResView(const BRect &frame, const char *name, const int32 &resize, argument
47 : BView(frame, name, resize, flags),
H A DBitmapView.cpp42 const char *label, border_style borderstyle, int32 resize, int32 flags)
43 : BView(frame, name, resize, flags)
41 BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap, const char *label, border_style borderstyle, int32 resize, int32 flags) argument
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp157 if (!fModule->resize)
167 result = fModule->resize(fd, partition->ID(), size, job);
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp158 ~_l() { _s.resize(_s.size() - 1); }
/haiku/headers/cpp/
H A Dstl_list.h396 void resize(size_type __new_size, const _Tp& __x);
397 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_slist.h610 void resize(size_type new_size, const _Tp& __x);
611 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
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_bvector.h793 void resize(size_type __new_size, bool __x = bool()) { function in class:vector
/haiku/headers/libs/agg/
H A Dagg_array.h127 void resize(unsigned size) function in class:agg::pod_array
137 resize(v.size());
184 void resize(unsigned new_size);
242 void pod_vector<T>::resize(unsigned new_size) function in class:agg::pod_vector
H A Dagg_pixfmt_amask_adaptor.h44 m_span.resize(len + span_extra_tail);
H A Dagg_renderer_outline_image.h115 m_data.resize((m_width + m_dilation * 2) * (m_height + m_dilation * 2));
/haiku/src/libs/agg/src/
H A Dagg_bspline.cpp62 m_am.resize(max * 3);
H A Dagg_gsv_text.cpp547 m_loaded_font.resize(0);
558 m_loaded_font.resize(len);
579 m_text_buf.resize(new_size);
/haiku/src/kits/interface/
H A DGridLayout.cpp128 Info* _InfoAt(int32 index, bool resize) argument
133 // resize, if necessary and desired
136 if (!resize)
641 // resize the grid
742 // resize the grid, if necessary
/haiku/src/apps/cortex/addons/common/
H A DAudioBuffer.cpp83 resize(frames);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c1573 if(state->callbacks && state->callbacks->resize)
1574 (*state->callbacks->resize)(rows, cols, &delta, state->cbdata);
1601 .resize = on_resize,
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp381 fileContents.resize(inputStream.tellg());
/haiku/headers/os/drivers/
H A Dfs_interface.h296 status_t (*resize)(int fd, partition_id partition, off_t size, member in struct:file_system_module_info
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h318 fssh_status_t (*resize)(int fd, fssh_partition_id partition, member in struct:fssh_file_system_module_info
/haiku/headers/os/interface/
H A DTextView.h205 void MakeResizable(bool resize,
/haiku/src/bin/
H A Dsetmime.cpp634 fUserAttributes.resize(fUserAttributes.size() + 1);

Completed in 304 milliseconds

1234