HomeSort by relevance Sort by last modified time
    Searched defs:resize (Results 76 - 100 of 546) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 38 * Contains a resize policy implementation.
185 resize(size_type new_size) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/go/darwin-x86/src/os/user/
cgo_lookup_unix.go 239 func (mb *memBuffer) resize(newSize C.size_t) { func
263 buf.resize(newSize)
  /prebuilts/go/linux-x86/src/os/user/
cgo_lookup_unix.go 239 func (mb *memBuffer) resize(newSize C.size_t) { func
263 buf.resize(newSize)
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 51 mockShape.resize(200f, 300f);
56 mockShape.resize(0f, 0f);
60 mockShape.resize(Float.MAX_VALUE, Float.MAX_VALUE);
64 mockShape.resize(-1, -1);
74 mockShape.resize(200f, 300f);
79 mockShape.resize(200f, 300f);
84 mockShape.resize(100f, 200f);
91 shape.resize(100f, 200f);
115 shape.resize(TEST_WIDTH, TEST_HEIGHT);
ArcShapeTest.java 77 arcShape.resize(TEST_WIDTH, TEST_HEIGHT);
86 arcShape.resize(SQUARE, SQUARE); // half circle
OvalShapeTest.java 62 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT);
70 ovalShape.resize(SQUARE, SQUARE); // circle
96 shape.resize(100, 100);
107 shape.resize(100, 200);
117 shape.resize(100, 100);
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 493 mShapeState.mShape.resize(w, h);
495 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
633 * is resized (has a new width or height). Its resize() method returns a
649 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
  /art/runtime/native/
libcore_util_CharsetUtils.cc 58 if (mOffset == mSize && !resize(mSize * 2)) {
65 bool resize(int newSize) { function in class:art::NativeUnsafeByteSequence
97 bool okay = resize(mOffset);
203 if (!out.resize(length)) {
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 95 s.resize(width, s.getHeight());
104 s.resize(s.getWidth(), height);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 86 s.resize(width, s.getHeight());
94 s.resize(s.getWidth(), height);
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 60 void resize (const UVec2& newSize) function in class:tcu::win32::VulkanWindow
  /external/eigen/Eigen/src/Core/
Transpositions.h 74 inline void resize(Index newSize) function in class:Eigen::TranspositionsBase
76 indices().resize(newSize);
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 42 resize(size);
53 resize(other.size());
89 void resize(Index size, double reserveSizeFactor = 0) function in class:Eigen::internal::CompressedStorage
104 resize(m_size+1, 1);
223 resize(k,0);
  /external/libchrome/base/memory/
scoped_vector.h 88 // Resize, deleting elements in the disappearing range if we are shrinking.
89 void resize(size_t new_size) { function in class:ScopedVector
94 v_.resize(new_size);
  /external/libvncserver/client_examples/
vnc2mpg.c 317 static rfbBool resize(rfbClient* client) { function
402 client->MallocFrameBuffer=resize;
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 125 /// resize() initializes DFSResult, while compute() populates it.
137 void resize(unsigned NumSUnits) { function in class:llvm::SchedDFSResult
138 DFSNodeData.resize(NumSUnits);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 84 that.resize();
242 bool BitSet::resize(unsigned int nBits) function in class:nv50_ir::BitSet
  /external/python/cpython3/Lib/turtledemo/
__main__.py 297 def resize(size=size): function in function:DemoWindow.makeFontMenu
300 font=menufont, command=resize)
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 71 bitmap.resize((int)texture.width, (int)texture.height);
  /external/skia/include/private/
SkTHash.h 55 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
170 void resize(int capacity) { function in class:SkTHashTable
  /external/skqp/include/private/
SkTHash.h 55 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
170 void resize(int capacity) { function in class:SkTHashTable
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 136 void resize(void) function
261 resize();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 197 /// resize - Grow or shrink the bitvector.
198 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
323 resize(RHS.size());
331 resize(RHS.size());
DenseSet.h 37 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::DenseSet
  /frameworks/base/core/java/android/util/
IntArray.java 78 public void resize(int newSize) { method in class:IntArray

Completed in 1622 milliseconds

1 2 34 5 6 7 8 91011>>