HomeSort by relevance Sort by last modified time
    Searched defs:resize (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/skia/src/images/
SkPageFlipper.cpp 39 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuffer.h 60 void resize(unsigned newLength) function in class:WTF::StringBuffer
StringBuilder.cpp 54 void StringBuilder::resize(unsigned newSize) function in class:WTF::StringBuilder
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
RawURLBuffer.h 55 virtual void resize(int size) function in class:WTF::RawURLBuffer
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 56 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm::BitcodeReaderValueList
76 ValuePtrs.resize(N);
103 void resize(unsigned N) { MDValuePtrs.resize(N); }
117 MDValuePtrs.resize(N);
  /external/webkit/Source/WebCore/platform/animation/
AnimationList.h 50 void resize(size_t n) { m_animations.resize(n); } function in class:WebCore::AnimationList
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 51 void PlatformCanvas::resize(const IntSize& size) function in class:WebCore::PlatformCanvas
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp 134 bool ShareableBitmap::resize(const IntSize& size) function in class:WebKit::ShareableBitmap
136 // We can't resize backing stores that are backed by shared memory.
144 // Try to resize.
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 49 * 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/
BitcodeReader.h 61 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);
  /external/llvm/include/llvm/ADT/
IndexedMap.h 62 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
63 storage_.resize(s, nullVal_);
73 resize(NewSize);
PackedVector.h 107 void resize(unsigned N) { Bits.resize(N << (BitNum-1)); } function in class:llvm::PackedVector
117 resize(size()+1);
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 89 void TiledDrawingAreaTile::resize(const IntSize& newSize) function in class:WebKit::TiledDrawingAreaTile
  /frameworks/base/core/java/android/view/
GLES20RenderLayer.java 56 void resize(int width, int height) { method in class:GLES20RenderLayer
GLES20TextureLayer.java 50 void resize(int width, int height) { method in class:GLES20TextureLayer
HardwareLayer.java 97 * Resize the layer, if necessary, to be at least as large
103 abstract void resize(int width, int height); method in class:HardwareLayer
142 * To change the underlying storage, use the {@link #resize(int, int)}
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessageList.java 50 * Resize the message list.
53 public synchronized void resize(int n) { method in class:LogCatMessageList
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 359 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
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 68 arcShape.resize(TEST_WIDTH, TEST_HEIGHT);
77 arcShape.resize(SQUARE, SQUARE); // half circle
OvalShapeTest.java 63 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT);
71 ovalShape.resize(SQUARE, SQUARE); // circle
  /external/chromium/base/memory/
scoped_vector.h 58 void resize(size_t new_size) { v.resize(new_size); } function in class:ScopedVector
  /external/stlport/stlport/stl/
_slist.c 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { function in class:_Alloc
  /external/webkit/Source/WebCore/inspector/front-end/
PanelEnablerView.js 86 setTimeout(this.resize.bind(this), 0);
89 resize: function()
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.cpp 127 void WKCACFViewLayerTreeHost::resize() function in class:WebCore::WKCACFViewLayerTreeHost
  /frameworks/base/libs/hwui/
LayerCache.cpp 131 bool LayerCache::resize(Layer* layer, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::LayerCache

Completed in 5184 milliseconds

1 2 3 4 5 6 7 8 910