Searched defs:resize (Results 1 - 20 of 20) sorted by last modified time

/frameworks/rs/
H A Drs_hal.h169 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1535::__anon1537
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java60 public void resize(int maxSize) { method in class:LruCache
/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/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h61 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm_3_0::BitcodeReaderValueList
81 ValuePtrs.resize(N);
108 void resize(unsigned N) { MDValuePtrs.resize(N); }
122 MDValuePtrs.resize(N);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java98 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1351 public synchronized void resize(int dimX) { method in class:Allocation
1359 mRS.finish(); // Necessary because resize is fifoed and update is async.
H A DAllocationAdapter.java234 * Override the Allocation resize. Resizing adapters is not
239 public synchronized void resize(int dimX) { method in class:AllocationAdapter
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java217 void resize(Rect contentRect) { method in class:DisplayContent
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java136 public void resize(int[] newDimensions) { method in class:BackingStore
139 if (backing.resize(newDimensions)) {
392 public boolean resize(int[] newDimensions) { method in class:BackingStore.Backing
H A DFrame.java185 void resize(int[] newDims) { method in class:Frame
190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional "
193 mBackingStore.resize(newDims);
H A DFrameBuffer1D.java69 public void resize(int[] newDimensions) { method in class:FrameBuffer1D
70 super.resize(newDimensions);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java465 mShapeState.mShape.resize(w, h);
467 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
593 * is resized (has a new width or height). Its resize() method returns a
609 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
613 // resize params (e.g. scaletofit, etc.). This could be used to scale
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java50 * 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/base/libs/hwui/
H A DLayer.cpp117 bool Layer::resize(const uint32_t width, const uint32_t height) { function in class:android::uirenderer::Layer
152 stencil->resize(desiredWidth, desiredHeight);
H A DRenderBuffer.h70 * storage. See allocate() and resize().
92 void resize(uint32_t width, uint32_t height) { function in struct:android::uirenderer::RenderBuffer
H A DTextureCache.cpp288 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
305 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
311 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
317 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
326 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
347 void TextureCache::uploadLoFiTexture(bool resize, const SkBitmap* bitmap, argument
356 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), rgbaBitmap.bytesPerPixel(),
360 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei stride, GLsizei bpp, argument
368 if (resize) {
392 if (resize) {
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java83 * Asks the virtual display to resize.
90 public void resize(int width, int height, int densityDpi) { method in class:VirtualDisplay
/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.
/frameworks/base/core/java/android/util/
H A DLruCache.java93 public void resize(int maxSize) { method in class:LruCache
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp82 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) function in class:android::AudioResamplerDyn::InBuffer
390 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs);

Completed in 626 milliseconds