HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 426 - 450 of 872) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 199 m_backingStore.resize(newWidth * newHeight);
  /external/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 87 m_width.resize(nEffCols);
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 201 view->resize(size());
  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.cpp 96 m_magnitudeBuffer.resize(size);
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 235 // Build our View system, resize it to the given dimensions and release our
243 frameView->resize(width, height);
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp 137 void WebPopupMenuImpl::resize(const WebSize& newSize) function in class:WebKit::WebPopupMenuImpl
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 128 virtual void resize(const WebSize&) { } function in class:__anon13508::TestWebWidget
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 195 // Resize the rebar.
249 buffer.resize(textLength + 1);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 39 resize(400, 200);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 39 resize(400, 200);
  /frameworks/base/libs/rs/
rs_hal.h 113 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon14761::__anon14763
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 223 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_map
409 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multimap
_hash_set.h 218 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_set
400 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multiset
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
_list.h 536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size) function in class:list
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
_slist.c 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { function in class:_Alloc
_slist.h 682 void resize(size_type new_size, const value_type& __x = _Tp());
684 void resize(size_type new_size, const value_type& __x);
688 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
_vector.h 636 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) { function in class:vector
638 void resize(size_type __new_size, const _Tp& __x) {
647 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:vector
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 72 r.resize(COLOR_CHIP_SIZE, COLOR_CHIP_SIZE);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 181 // A resize trigger policy based on a load check. It keeps the
256 // signifying that a resize is needed.
296 // A resize trigger policy based on collision checks. It keeps the
320 // Sets the load; does not resize the container.
362 // signifying that a resize is needed.
471 // A resize policy which delegates operations to size and trigger policies.
533 resize(size_type suggested_new_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 181 // A resize trigger policy based on a load check. It keeps the
256 // signifying that a resize is needed.
296 // A resize trigger policy based on collision checks. It keeps the
320 // Sets the load; does not resize the container.
362 // signifying that a resize is needed.
471 // A resize policy which delegates operations to size and trigger policies.
533 resize(size_type suggested_new_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 223 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_map
409 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multimap
_hash_set.h 218 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_set
400 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multiset
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
_list.h 536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size) function in class:list
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }

Completed in 2268 milliseconds

<<11121314151617181920>>