Searched refs:Resize (Results 76 - 100 of 182) sorted by relevance

12345678

/external/chromium_org/ui/snapshot/
H A Dsnapshot_async.cc30 return skia::ImageOperations::Resize(input_bitmap,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector.h80 void Resize(uptr size) { function in class:__tsan::Vector
/external/lldb/source/Core/
H A DValueObjectList.cpp71 ValueObjectList::Resize (size_t size) function in class:ValueObjectList
/external/chromium_org/base/
H A Dpickle.h317 // Resize the capacity, note that the input value should not include the size
319 void Resize(size_t new_capacity);
357 FRIEND_TEST_ALL_PREFIXES(PickleTest, Resize);
/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/skia/ext/
H A Dimage_operations.cc313 // The call to ImageOperationsGtv::Resize() above took care of
337 // Resize ----------------------------------------------------------------------
340 SkBitmap ImageOperations::Resize(const SkBitmap& source, function in class:skia::ImageOperations
382 // Resize the image.
530 SkBitmap ImageOperations::Resize(const SkBitmap& source,
535 return Resize(source, method, dest_width, dest_height, dest_subset,
/external/chromium_org/ui/gl/
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
/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.cc125 SkBitmap scaled = skia::ImageOperations::Resize(
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc37 void Display::Resize(SurfaceId id, const gfx::Size& size) { function in class:cc::Display
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_loader.cc115 skia::ImageOperations::Resize(cropped_image,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_icon_manager.cc122 result = skia::ImageOperations::Resize(
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.cc94 void PanelResizeController::Resize(const gfx::Point& mouse_location) { function in class:PanelResizeController
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_win.cc32 void SoftwareOutputDeviceWin::Resize(const gfx::Size& viewport_pixel_size, function in class:content::SoftwareOutputDeviceWin
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.h157 void Resize(gfx::Size size, float scale_factor);
/external/chromium_org/mojo/public/cpp/bindings/
H A Darray.h89 Traits::Resize(&vec_, size);
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control_v3.cc98 children_map_.Resize(num_bits, false);
384 children_map_.Resize(kNumSparseBits, true);
441 children_map_.Resize(map_len * 8, false);
660 children_map_.Resize(Bitmap::RequiredArraySize(child_bit + 1) * 32, true);
/external/chromium_org/net/quic/
H A Diovector.h182 void Resize(size_t count) { function in class:net::IOVector
/external/chromium_org/ui/gfx/android/
H A Djava_bitmap.cc105 return skia::ImageOperations::Resize(
/external/chromium_org/ui/ozone/demo/
H A Dozone_demo.cc102 surface_->Resize(GetSize());
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.h355 void Resize(int delta);
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix_test.cc298 TEST(TripletSparseMatrix, Resize) {
309 m.Resize(5, 6);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.cpp27 exe_path->Resize(512);
35 exe_path->Resize(static_cast<size_t>(ret));
/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
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
143 case SWT.Resize :
494 // Resize support
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs164 Array.Resize(ref _bits, nwords);

Completed in 5769 milliseconds

12345678