HomeSort by relevance Sort by last modified time
    Searched defs:resize (Results 101 - 125 of 382) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 197 public void resize(int width, int height) { method in class:MagicSmokeRS
198 super.resize(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 114 public void resize(int width, int height) { method in class:Visualization5RS
115 super.resize(width, height);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 137 void Renderer::resize(int w, int h) { function in class:Renderer
275 g_renderer->resize(width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java 121 circle.resize(BALL_SIZE, BALL_SIZE);
AnimationSeeking.java 128 circle.resize(BALL_SIZE, BALL_SIZE);
  /external/clang/include/clang/AST/
ASTVector.h 338 void resize(ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /external/eigen/Eigen/src/Core/
DenseBase.h 203 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
204 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
207 void resize(Index size) function in class:Eigen::DenseBase
211 && "DenseBase::resize() does not actually allow to resize.");
213 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
214 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
217 void resize(Index rows, Index cols function in class:Eigen::DenseBase
    [all...]
PermutationMatrix.h 142 inline void resize(Index size) function in class:Eigen::PermutationBase
144 indices().resize(size);
158 resize(size);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 57 resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), other.lowerSize());
98 void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor = 0) { function in class:Eigen::SkylineStorage
  /external/icu4c/common/
cmemory.h 318 inline T *resize(int32_t newCapacity, int32_t length=0);
363 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { function in class:MaybeStackArray
366 ::fprintf(::stderr,"MaybeStacArray (resize) alloc %d * %lu\n", newCapacity,sizeof(T));
496 inline H *resize(int32_t newCapacity, int32_t length=0);
538 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, function in class:MaybeStackHeaderAndArray
  /external/llvm/include/llvm/ADT/
BitVector.h 202 /// resize - Grow or shrink the bitvector.
203 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
416 resize(RHS.size());
424 resize(RHS.size());
488 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
495 /// Don't resize. This computes "*this &= ~Mask".
501 /// Don't resize. This computes "*this |= ~Mask".
507 /// Don't resize. This computes "*this &= Mask".
  /external/regex-re2/util/
sparse_array.h 88 // array through a call to erase(), erase_existing() or resize(). They
137 void resize(int max_size);
269 void SparseArray<Value>::resize(int new_max_size) { function in class:re2::SparseArray
284 dense_.resize(new_max_size);
422 dense_.resize(max_size);
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 161 public void resize(int width, int height) { method in class:DrawableBitmap
FadeDrawableComponent.java 115 bitmap.resize((int)mTexture.width, (int)mTexture.height);
  /external/skia/include/core/
SkString.h 152 void resize(size_t len) { this->set(NULL, len); } function in class:SkString
  /external/skia/legacy/include/core/
SkString.h 101 void resize(size_t len) { this->set(NULL, len); } function in class:SkString
  /external/skia/legacy/src/views/
SkWindow.cpp 90 this->resize(fBitmap.width(), fBitmap.height(), config);
93 void SkWindow::resize(int width, int height, SkBitmap::Config config) function in class:SkWindow
  /external/skia/src/views/
SkWindow.cpp 94 this->resize(fBitmap.width(), fBitmap.height(), config);
97 void SkWindow::resize(int width, int height, SkBitmap::Config config) function in class:SkWindow
  /external/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
_valarray.h 363 void resize(size_t __n, value_type __x = value_type()) { function in class:valarray
    [all...]
  /external/stlport/stlport/stl/debug/
_hashtable.h 306 void resize(size_type __num_elements_hint) { _M_non_dbg_impl.resize(__num_elements_hint); } function in class:hashtable
_list.h 289 void resize(size_type __new_size, const _Tp& __x = _Tp()) { function in class:list
291 void resize(size_type __new_size, const _Tp& __x) {
304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:list
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) { function in class:slist
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
_string.h 198 void resize(size_type __n, _CharT __c) { function in class:basic_string
203 _M_non_dbg_impl.resize(__n, __c);
205 void resize(size_type __n) { resize(__n, _STLP_DEFAULT_CONSTRUCTED(_CharT)); } function in class:basic_string

Completed in 1064 milliseconds

1 2 3 45 6 7 8 91011>>