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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/images/
SkPageFlipper.cpp 32 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);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 61 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);
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 284 mFuelDrawable.resize(tex.width, tex.height);
286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height);
302 bitmap.resize(barWidth, mFuelDrawable.getHeight());
324 bitmap.resize(tex.width, tex.height);
342 bitmap.resize(tex.width, tex.height);
356 mMovementSliderBaseDrawable.resize(tex.width, tex.height);
362 mMovementSliderButtonDrawable.resize(tex.width, tex.height);
368 mMovementSliderButtonDepressedDrawable.resize(tex.width, tex.height);
387 mCoinDrawable.resize(tex.width, tex.height);
407 mRubyDrawable.resize(tex.width, tex.height)
481 mDigitDrawables[x].resize(tex.width, tex.height); method
    [all...]
  /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
  /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 54 arcShape.resize(TEST_WIDTH, TEST_HEIGHT);
63 arcShape.resize(SQUARE, SQUARE); // half circle
OvalShapeTest.java 49 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT);
57 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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
TypesWriter.java 29 private void resize(int len) method in class:TypesWriter
56 resize(off + 32);
73 resize(arr.length + 32);
88 resize(arr.length + 32);
96 resize(off + 32);
125 resize(arr.length + len + 32);
  /external/regex-re2/util/
sparse_set.h 90 void resize(int new_max_size) { function in class:re2::SparseSet
  /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

Completed in 405 milliseconds

1 2 3 4 5 6 7 8 91011>>