Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/libs/hwui/
DTextureCache.cpp226 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()
DLayerCache.cpp131 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/
DShape.java64 public final void resize(float width, float height) { in resize() method in Shape
/frameworks/base/core/java/android/view/
DGLES20RenderLayer.java57 boolean resize(int width, int height) { in resize() method in GLES20RenderLayer
DGLES20TextureLayer.java51 boolean resize(int width, int height) { in resize() method in GLES20TextureLayer
DHardwareLayer.java140 abstract boolean resize(int width, int height); in resize() method in HardwareLayer
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h61 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/
DBitcodeReader.h61 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/
DLruCache.java94 public void resize(int maxSize) { in resize() method in LruCache
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DLruCache.java98 public void resize(int maxSize) { in resize() method in LruCache
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
DAllocationAdapter.java244 public synchronized void resize(int dimX) { in resize() method in AllocationAdapter
/frameworks/base/graphics/java/android/renderscript/
DAllocationAdapter.java244 public synchronized void resize(int dimX) { in resize() method in AllocationAdapter
DAllocation.java951 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/
DShapeDrawable.java459 public abstract Shader resize(int width, int height); in resize() method in ShapeDrawable.ShaderFactory
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java613 final void resize(int newWidth, int newHeight) { in resize() method in Keyboard
/frameworks/rs/
Drs_hal.h144 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member
/frameworks/support/renderscript/v8/rs_support/
Drs_hal.h143 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member
/frameworks/base/services/java/com/android/server/accessibility/
DScreenMagnifier.java1651 private void resize(Rect bounds, boolean animate) { in resize() method in ScreenMagnifier.Viewport