Searched defs:resize (Results 26 - 38 of 38) sorted by relevance

12

/haiku/headers/cpp/std/
H A Dbastring.h360 void resize (size_type n) function in class:basic_string
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp980 bool resize = false; local
/haiku/src/kits/interface/
H A DScrollView.cpp482 float resize = 2 * offset; local
H A DGridLayout.cpp128 Info* _InfoAt(int32 index, bool resize) argument
H A DTextView.cpp2550 BTextView::MakeResizable(bool resize, BView* resizeView) argument
/haiku/headers/cpp/
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_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_rope.h2270 void resize(size_type __n, _CharT __c) {} function in class:rope
2271 void resize(size_type __n) {} function in class:rope
/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/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/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

Completed in 160 milliseconds

12