Searched refs:resize (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/native/services/surfaceflinger/tests/resize/
H A DAndroid.mk5 resize.cpp
13 LOCAL_MODULE:= test-resize
/frameworks/native/libs/ui/
H A DFrameStats.cpp70 desiredPresentTimesNano.resize(frameCount);
74 actualPresentTimesNano.resize(frameCount);
78 frameReadyTimesNano.resize(frameCount);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java69 public void resize(int[] newDimensions) { method in class:FrameBuffer1D
70 super.resize(newDimensions);
H A DTransformUtils.java50 current.resize(pow2Dims);
61 current.resize(dimensions);
H A DFrame.java185 void resize(int[] newDims) { method in class:Frame
190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional "
193 mBackingStore.resize(newDims);
/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 DTextureCache.h144 void uploadLoFiTexture(bool resize, const SkBitmap* bitmap, uint32_t width, uint32_t height);
145 void uploadToTexture(bool resize, GLenum format, GLsizei stride, GLsizei bpp,
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...]
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 DLayer.cpp117 bool Layer::resize(const uint32_t width, const uint32_t height) { function in class:android::uirenderer::Layer
152 stencil->resize(desiredWidth, desiredHeight);
/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/compile/mclinker/lib/Support/Unix/
H A DSystem.inc59 Triple.resize(DarwinDashIdx + strlen("-darwin"));
/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/packages/SystemUI/src/com/android/systemui/recents/model/
H A DKeyStoreLruCache.java92 mCache.resize(cacheSize);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionStrTab.hxx33 st->buf.resize(sh->getSize());
/frameworks/av/media/libstagefright/
H A DClockEstimator.cpp36 mXHistory.resize(mHistoryLength);
37 mYHistory.resize(mHistoryLength);
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.h80 void resize(int CHANNELS, int halfNumCoefs);
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp18 mConfigs.resize(N);
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp72 buffer_.resize(kBitcodeWrappererBufferSize);
212 buffer_.resize(buffer_needed +
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp46 parameters_.resize(num_classes_);
48 parameters_[i].resize(num_dimensions_);
/frameworks/rs/
H A DrsCppUtils.h107 this->resize(capacity);
133 this->resize(capacity);
/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/core/java/android/util/
H A DLruCache.java93 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java234 * Override the Allocation resize. Resizing adapters is not
239 public synchronized void resize(int dimX) { method in class:AllocationAdapter

Completed in 6961 milliseconds

123