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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/images/
SkPageFlipper.cpp 32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
  /external/skia/src/images/
SkPageFlipper.cpp 32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNILib.java 28 public static native void resize(int width, int height); method in class:GLES3JNILib
GLES3JNIView.java 52 GLES3JNILib.resize(width, height);
  /external/eigen/Eigen/src/StlSupport/
StdVector.h 77 void resize(size_type new_size) function in class:std::vector
78 { resize(new_size, T()); }
82 void resize(size_type new_size, const value_type& x) function in class:std::vector
97 /* Note that before gcc-4.1 we already have: std::vector::resize(size_type,const T&).
99 void resize(size_type new_size, const value_type& x) function in class:std::vector
101 vector_base::resize(new_size,x);
105 void resize(size_type new_size, const value_type& x) function in class:std::vector
115 void resize(size_type new_size, const value_type& x) function in class:std::vector
StdDeque.h 56 #if !(defined(_GLIBCXX_DEQUE) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::deque::resize(size_type,const T&). */
88 void resize(size_type new_size) function in class:std::deque
89 { resize(new_size, T()); }
93 void resize(size_type new_size, const value_type& x) function in class:std::deque
111 void resize(size_type new_size, const value_type& x) function in class:std::deque
121 void resize(size_type new_size, const value_type& x) function in class:std::deque
StdList.h 55 #if !(defined(_GLIBCXX_VECTOR) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::list::resize(size_type,const T&). */
88 void resize(size_type new_size) function in class:std::list
89 { resize(new_size, T()); }
91 void resize(size_type new_size, const value_type& x) function in class:std::list
  /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/include/llvm/ADT/
IndexedMap.h 57 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
58 storage_.resize(s, nullVal_);
68 resize(NewSize);
  /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/eigen/Eigen/src/Core/
DenseStorage.h 97 inline void resize(DenseIndex,DenseIndex,DenseIndex) {} function in class:Eigen::DenseStorage
113 inline void resize(DenseIndex,DenseIndex,DenseIndex) {} function in class:Eigen::DenseStorage
144 inline void resize(DenseIndex, DenseIndex rows, DenseIndex cols) { m_rows = rows; m_cols = cols; } function in class:Eigen::DenseStorage
163 inline void resize(DenseIndex, DenseIndex rows, DenseIndex) { m_rows = rows; } function in class:Eigen::DenseStorage
182 inline void resize(DenseIndex, DenseIndex, DenseIndex cols) { m_cols = cols; } function in class:Eigen::DenseStorage
211 void resize(DenseIndex size, DenseIndex rows, DenseIndex cols) function in class:Eigen::DenseStorage
248 EIGEN_STRONG_INLINE void resize(DenseIndex size, DenseIndex, DenseIndex cols) function in class:Eigen::DenseStorage
284 EIGEN_STRONG_INLINE void resize(DenseIndex size, DenseIndex rows, DenseIndex) function in class:Eigen::DenseStorage
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 89 void TiledDrawingAreaTile::resize(const IntSize& newSize) function in class:WebKit::TiledDrawingAreaTile
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 362 mShapeState.mShape.resize(w, h);
364 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
444 * is resized (has a new width or height). Its resize() method returns a
462 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
466 // 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

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 91011>>