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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/util/
LruCache.java 94 public void resize(int maxSize) { method in class:LruCache
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 240 * Override the Allocation resize. Resizing adapters is not
245 public synchronized void resize(int dimX) { method in class:AllocationAdapter
246 throw new RSInvalidStateException("Resize not allowed for Adapters.");
  /frameworks/base/libs/hwui/
TextureCache.cpp 226 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
243 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), texture->height,
249 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
255 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), texture->height,
264 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
285 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap,
296 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), height,
300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
302 if (resize) {
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 98 public void resize(int maxSize) { method in class:LruCache
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 54 if (mOffset == mSize && !resize(mSize * 2)) {
61 bool resize(int newSize) { function in class:NativeUnsafeByteSequence
93 bool okay = resize(mOffset);
190 if (!out.resize(length)) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 26 CPPUNIT_TEST(resize);
41 void resize();
195 void ListTest::resize() function in class:ListTest
199 l.resize(5, 1);
209 l.resize(3);
220 l.resize(5);
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 26 CPPUNIT_TEST(resize);
41 void resize();
195 void ListTest::resize() function in class:ListTest
199 l.resize(5, 1);
209 l.resize(3);
220 l.resize(5);
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 85 mRenderer.resize(width, height);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 105 mWallpaperRS.resize(width, height);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralWallpaper.java 96 mWallpaperRS.resize(width, height);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 89 mRenderer.resize(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 88 mRenderer.resize(width, height);
GenericWaveRS.java 96 public void resize(int width, int height) { method in class:GenericWaveRS
97 super.resize(width, height);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 92 mWallpaperRS.resize(width, height);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 87 mWallpaperRS.resize(width, height);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 125 public void resize(int width, int height) { method in class:GalaxyRS
126 super.resize(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 83 public void resize(int width, int height) { method in class:Visualization4RS
84 super.resize(width, height);
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 174 filterCam.resize(originalWidth, originalHeight, true);
179 filterCam.resize(buff.getWidth(), buff.getHeight(), true);
300 viewPort.getCamera().resize(originalWidth, originalHeight, true);
314 viewPort.getCamera().resize(width, height, true);
359 viewPort.getCamera().resize(originalWidth, originalHeight, true);
375 cam.resize(w, h, false);
389 cam.resize(width, height, false);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 118 public void resize(int width, int height) { method in class:FallRS
119 super.resize(width, height);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 127 public void resize(int width, int height) { method in class:GrassRS
128 super.resize(width, height);

Completed in 806 milliseconds

1 2 34 5 6 7 8 91011>>