/frameworks/base/libs/hwui/ |
D | TextureCache.cpp | 226 const bool resize = !regenerate || bitmap->width() != int(texture->width) || in generateTexture() local 285 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap, in uploadLoFiTexture() 300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height, in uploadToTexture()
|
D | LayerCache.cpp | 131 bool LayerCache::resize(Layer* layer, const uint32_t width, const uint32_t height) { in resize() function in android::uirenderer::LayerCache
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | Shape.java | 64 public final void resize(float width, float height) { in resize() method in Shape
|
/frameworks/base/core/java/android/view/ |
D | GLES20RenderLayer.java | 57 boolean resize(int width, int height) { in resize() method in GLES20RenderLayer
|
D | GLES20TextureLayer.java | 51 boolean resize(int width, int height) { in resize() method in GLES20TextureLayer
|
D | HardwareLayer.java | 140 abstract boolean resize(int width, int height); in resize() method in HardwareLayer
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.h | 61 void resize(unsigned N) { ValuePtrs.resize(N); } in resize() function 108 void resize(unsigned N) { MDValuePtrs.resize(N); } in resize() function
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.h | 61 void resize(unsigned N) { ValuePtrs.resize(N); } in resize() function 108 void resize(unsigned N) { MDValuePtrs.resize(N); } in resize() function
|
/frameworks/base/core/java/android/util/ |
D | LruCache.java | 94 public void resize(int maxSize) { in resize() method in LruCache
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | LruCache.java | 98 public void resize(int maxSize) { in resize() method in LruCache
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | AllocationAdapter.java | 244 public synchronized void resize(int dimX) { in resize() method in AllocationAdapter
|
/frameworks/base/graphics/java/android/renderscript/ |
D | AllocationAdapter.java | 244 public synchronized void resize(int dimX) { in resize() method in AllocationAdapter
|
D | Allocation.java | 951 public synchronized void resize(int dimX) { in resize() method in Allocation 978 public void resize(int dimX, int dimY) { in resize() method in Allocation
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ShapeDrawable.java | 459 public abstract Shader resize(int width, int height); in resize() method in ShapeDrawable.ShaderFactory
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 613 final void resize(int newWidth, int newHeight) { in resize() method in Keyboard
|
/frameworks/rs/ |
D | rs_hal.h | 144 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rs_hal.h | 143 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | ScreenMagnifier.java | 1651 private void resize(Rect bounds, boolean animate) { in resize() method in ScreenMagnifier.Viewport
|