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

12

/frameworks/native/services/surfaceflinger/tests/resize/
H A DAndroid.mk5 resize.cpp
13 LOCAL_MODULE:= test-resize
/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/base/libs/hwui/
H A DTextureCache.cpp226 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
243 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), texture->height,
249 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
255 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), texture->height,
264 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
285 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap, argument
296 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), height,
300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height, argument
302 if (resize) {
H A DTextureCache.h127 void uploadLoFiTexture(bool resize, SkBitmap* bitmap, uint32_t width, uint32_t height);
128 void uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,
H A DLayerCache.h78 * @param layer The layer to resize
85 bool resize(Layer* layer, const uint32_t width, const uint32_t height);
H A DLayerCache.cpp131 bool LayerCache::resize(Layer* layer, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::LayerCache
/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);
H A DBitcodeReader.cpp254 resize(Idx+1);
279 resize(Idx + 1);
294 resize(Idx + 1);
399 resize(Idx+1);
418 resize(Idx + 1);
447 TypeList.resize(ID+1);
611 TypeList.resize(Record[0]);
838 TypeList.resize(Record[0]);
1113 Name.resize(NameLength);
1176 String.resize(MDStringLengt
[all...]
/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);
H A DBitcodeReader.cpp533 resize(Idx+1);
558 resize(Idx + 1);
573 resize(Idx + 1);
678 resize(Idx+1);
697 resize(Idx + 1);
726 TypeList.resize(ID+1);
890 TypeList.resize(Record[0]);
1136 TypeList.resize(Record[0]);
1428 Name.resize(NameLength);
1476 String.resize(MDStringLengt
[all...]
/frameworks/base/core/java/android/view/
H A DGLES20TextureLayer.java51 boolean resize(int width, int height) { method in class:GLES20TextureLayer
H A DHardwareLayer.java140 abstract boolean resize(int width, int height); method in class:HardwareLayer
179 * To change the underlying storage, use the {@link #resize(int, int)}
H A DGLES20RenderLayer.java57 boolean resize(int width, int height) { method in class:GLES20RenderLayer
/frameworks/compile/linkloader/include/impl/
H A DELFSectionStrTab.hxx34 st->buf.resize(sh->getSize());
/frameworks/rs/cpp/
H A DAllocation.h112 void resize(int dimX);
113 void resize(int dimX, int dimY);
/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));
441 * is resized (has a new width or height). Its resize() method returns a
459 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
463 // resize params (e.g. scaletofit, etc.). This could be used to scale
/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/base/core/java/android/util/
H A DLruCache.java94 public void resize(int maxSize) { method in class:LruCache
/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
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java98 public void resize(int maxSize) { method in class:LruCache
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java239 * Override the Allocation resize. Resizing adapters is not
244 public synchronized void resize(int dimX) { method in class:AllocationAdapter
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp563 frames.resize(rows);
591 frames[row].resize(cols);
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp80 m_PathName.resize(new_size);
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp516 Values.resize(NumModuleValues);
517 MDValues.resize(NumModuleMDValues);

Completed in 541 milliseconds

12