Searched defs:resize (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java56 void resize(int width, int height) { method in class:GLES20RenderLayer
H A DGLES20TextureLayer.java50 void resize(int width, int height) { method in class:GLES20TextureLayer
H A DHardwareLayer.java103 abstract void resize(int width, int height); method in class:HardwareLayer
142 * To change the underlying storage, use the {@link #resize(int, int)}
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java49 * Before calling this, you must call {@link #resize(float,float)}.
64 public final void resize(float width, float height) { method in class:Shape
89 * Callback method called when {@link #resize(float,float)} is executed.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h61 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm_2_7::BitcodeReaderValueList
81 ValuePtrs.resize(N);
108 void resize(unsigned N) { MDValuePtrs.resize(N); }
122 MDValuePtrs.resize(N);
/frameworks/base/libs/hwui/
H A DLayerCache.cpp131 bool LayerCache::resize(Layer* layer, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::LayerCache
H A DTextureCache.cpp208 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
225 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), texture->height,
230 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
235 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), texture->height,
243 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
255 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap, argument
266 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), height,
270 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height, argument
272 if (resize) {
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java239 * Override the Allocation resize. Resizing adapters is not
244 public synchronized void resize(int dimX) { method in class:AllocationAdapter
H A DAllocation.java826 public synchronized void resize(int dimX) { method in class:Allocation
831 mRS.finish(); // Necessary because resize is fifoed and update is async.
840 public void resize(int dimX, int dimY) {
/frameworks/base/libs/rs/
H A Drs_hal.h113 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon291::__anon293
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java359 mShapeState.mShape.resize(w, h);
361 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
433 * is resized (has a new width or height). Its resize() method returns a
451 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
455 // resize params (e.g. scaletofit, etc.). This could be used to scale
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java613 final void resize(int newWidth, int newHeight) { method in class:Keyboard
641 // also recalculate the vertical sizes/positions when we get this resize call.

Completed in 205 milliseconds