Searched defs:Resize (Results 1 - 25 of 53) sorted by last modified time

123

/external/skia/src/core/
H A DSkBitmapScaler.cpp217 // The call to SkBitmapScalerGtv::Resize() above took care of
245 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, function in class:SkBitmapScaler
/external/lldb/source/Core/
H A DValueObjectList.cpp71 ValueObjectList::Resize (size_t size) function in class:ValueObjectList
/external/lldb/source/Symbol/
H A DSymtab.cpp51 Symtab::Resize(size_t count) function in class:Symtab
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp70 virtual UBool Resize(int32_t appendCapacity, int32_t length);
86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { function in class:__anon21908::FixedSortKeyByteSink
102 virtual UBool Resize(int32_t appendCapacity, int32_t length);
112 if (Resize(n, length)) {
118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { function in class:CollationKeyByteSink
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector.h80 void Resize(uptr size) { function in class:__tsan::Vector
/external/chromium_org/v8/src/compiler/
H A Dnode-cache.cc45 bool NodeCache<Key>::Resize(Zone* zone) { function in class:v8::internal::compiler::NodeCache
104 if (!Resize(zone)) break; // Don't grow past the maximum size.
/external/chromium_org/v8/src/
H A Dhashmap.h93 void Resize(AllocationPolicy allocator);
132 Resize(allocator);
275 void TemplateHashMapImpl<AllocationPolicy>::Resize(AllocationPolicy allocator) { function in class:v8::TemplateHashMapImpl
H A Dhydrogen-gvn.cc23 Resize(kInitialSize, zone);
54 void Resize(int new_size, Zone* zone);
214 void HInstructionMap::Resize(int new_size, Zone* zone) { function in class:v8::internal::BASE_EMBEDDED::HInstructionMap
285 if (count_ >= array_size_ >> 1) Resize(array_size_ << 1, zone);
H A Dlist-inl.h35 if (capacity_ < result_length) Resize(result_length, alloc);
60 Resize(new_capacity, alloc);
66 void List<T, P>::Resize(int new_capacity, P alloc) { function in class:v8::internal::List
155 Resize(capacity_ / 2, alloc);
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc89 Resize(width_, height_);
119 void GlxRenderer::Resize(size_t width, size_t height) { function in class:webrtc::test::GlxRenderer
150 Resize(static_cast<size_t>(frame.width()),
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.cc127 Resize(width_, height_);
162 void D3dRenderer::Resize(size_t width, size_t height) { function in class:webrtc::test::D3dRenderer
198 Resize(static_cast<size_t>(frame.width()),
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc184 Resize(Length() + len);
191 void ByteBuffer::Resize(size_t size) { function in class:rtc::ByteBuffer
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapScaler.cpp217 // The call to SkBitmapScalerGtv::Resize() above took care of
245 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, function in class:SkBitmapScaler
324 SkBitmap SkBitmapScaler::Resize(const SkBitmap& source, function in class:SkBitmapScaler
329 if (!Resize(&result, source, method, destWidth, destHeight, allocator)) {
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc55 HandleTable() : length_(0), elems_(0), list_(NULL) { Resize(); }
72 Resize();
107 void Resize() { function in class:leveldb::__anon12466::HandleTable
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp4202 if (appended_ < capacity_ || Resize(1, appended_)) {
4209 if (a2 <= capacity_ || Resize(2, appended_)) {
4227 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
4277 } else if (Resize(desired_capacity_hint, appended_)) {
4294 virtual UBool Resize(int32_t appendCapacity, int32_t length);
4310 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { function in class:FixedSortKeyByteSink
4323 virtual UBool Resize(int32_t appendCapacity, int32_t length);
4333 if (Resize(n, length)) {
4339 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { function in class:CollationKeyByteSink
/external/chromium_org/ui/gl/
H A Dgl_surface.cc168 bool GLSurface::Resize(const gfx::Size& size) { function in class:gfx::GLSurface
278 bool GLSurfaceAdapter::Resize(const gfx::Size& size) { function in class:gfx::GLSurfaceAdapter
279 return surface_->Resize(size);
H A Dgl_surface_egl.cc475 bool NativeViewGLSurfaceEGL::Resize(const gfx::Size& size) { function in class:gfx::NativeViewGLSurfaceEGL
612 bool PbufferGLSurfaceEGL::Resize(const gfx::Size& size) { function in class:gfx::PbufferGLSurfaceEGL
694 bool SurfacelessEGL::Resize(const gfx::Size& size) { function in class:gfx::SurfacelessEGL
H A Dgl_surface_glx.cc436 // extra blits in the driver), that we can resize exactly in Resize(),
496 bool NativeViewGLSurfaceGLX::Resize(const gfx::Size& size) { function in class:gfx::NativeViewGLSurfaceGLX
H A Dgl_surface_osmesa.cc32 return Resize(size_);
39 bool GLSurfaceOSMesa::Resize(const gfx::Size& new_size) { function in class:gfx::GLSurfaceOSMesa
H A Dgl_surface_x11.cc33 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
139 bool NativeViewGLSurfaceOSMesa::Resize(const gfx::Size& new_size) { function in class:gfx::NativeViewGLSurfaceOSMesa
140 if (!GLSurfaceOSMesa::Resize(new_size))
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc647 void ColumnSet::Resize(int delta) { function in class:views::ColumnSet
870 (*i)->Resize(width - (*i)->LayoutWidth() - insets_.left() -
/external/chromium_org/url/
H A Durl_canon.h40 virtual void Resize(int sz) = 0;
131 Resize(new_len);
157 virtual void Resize(int sz) { function in class:url::RawCanonOutputT
H A Durl_canon_stdstring.cc26 void StdStringCanonOutput::Resize(int sz) { function in class:url::StdStringCanonOutput

Completed in 479 milliseconds

123