Searched defs:Resize (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/cc/test/
H A Dpixel_test_software_output_device.cc9 void PixelTestSoftwareOutputDevice::Resize(const gfx::Size& pixel_size, function in class:cc::PixelTestSoftwareOutputDevice
14 SoftwareOutputDevice::Resize(expanded_size, scale_factor);
/external/chromium_org/url/
H A Durl_canon_stdstring.cc26 void StdStringCanonOutput::Resize(int sz) { function in class:url::StdStringCanonOutput
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_ozone.cc33 void SoftwareOutputDeviceOzone::Resize(const gfx::Size& viewport_pixel_size, function in class:content::SoftwareOutputDeviceOzone
H A Dsoftware_output_device_win.cc32 void SoftwareOutputDeviceWin::Resize(const gfx::Size& viewport_pixel_size, function in class:content::SoftwareOutputDeviceWin
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc67 void ForwardRenderSimulator::Resize(int width, int height) { function in class:ForwardRenderSimulator
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.cc20 // The maximum size to reserve in addition to the requested size. Resize() will
65 Resize(count + attr.offs);
76 Resize(new_size);
80 void MemFsNode::Resize(off_t new_size) { function in class:nacl_io::MemFsNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dfifo_packet.cc28 bool FIFOPacket::Resize(size_t len) { function in class:nacl_io::FIFOPacket
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.cpp55 Resize(len);
66 Resize(size_ + len);
71 void String::Resize(size_t new_size) { function in class:crazy::String
118 result.Resize(static_cast<size_t>(ret));
/external/chromium_org/cc/output/
H A Dsoftware_output_device.cc20 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size, function in class:cc::SoftwareOutputDevice
/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/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_char.cc32 bool FIFOChar::Resize(size_t len) { function in class:nacl_io::FIFOChar
/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/ui/gl/
H A Dgl_surface_osmesa.cc24 return Resize(size_);
31 bool GLSurfaceOSMesa::Resize(const gfx::Size& new_size) { function in class:gfx::GLSurfaceOSMesa
H A Dgl_surface_x11.cc34 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
140 bool NativeViewGLSurfaceOSMesa::Resize(const gfx::Size& new_size) { function in class:gfx::NativeViewGLSurfaceOSMesa
141 if (!GLSurfaceOSMesa::Resize(new_size))
/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/ash/desktop_background/
H A Dwallpaper_resizer.cc30 void Resize(SkBitmap orig_bitmap, function in namespace:ash::__anon1879
58 new_bitmap = skia::ImageOperations::Resize(
83 new_bitmap = skia::ImageOperations::Resize(
121 base::Bind(&Resize, *image_.bitmap(), target_size_,
H A Dwallpaper_resizer_unittest.cc67 gfx::ImageSkia Resize(const gfx::ImageSkia& image, function in class:ash::WallpaperResizerTest
108 gfx::ImageSkia resized_small = Resize(small_image, gfx::Size(800, 600),
114 gfx::ImageSkia resized_large = Resize(large_image, gfx::Size(800, 600),
128 gfx::ImageSkia center = Resize(image, target_size, WALLPAPER_LAYOUT_CENTER);
130 gfx::ImageSkia center_cropped = Resize(image, target_size,
133 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH);
135 gfx::ImageSkia tile = Resize(image, target_size, WALLPAPER_LAYOUT_TILE);
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc47 void Display::Resize(const gfx::Size& size) { function in class:cc::Display
/external/chromium_org/net/quic/
H A Diovector.h182 void Resize(size_t count) { function in class:net::IOVector
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.cc181 Resize(ReadableBytes() + size);
207 void RingBuffer::Resize(int buffer_size) { function in class:net::RingBuffer
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc201 Resize(Length() + len);
208 void ByteBuffer::Resize(size_t size) { function in class:talk_base::ByteBuffer
/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/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.cc214 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { function in class:ceres::internal::TripletSparseMatrix
/external/chromium_org/base/
H A Dpickle.cc182 Resize(kPayloadUnit);
193 Resize(kPayloadUnit);
222 Resize(payload_size);
245 Resize(other.header_->payload_size);
293 Resize(capacity_after_header_ * 2 + new_size);
296 void Pickle::Resize(size_t new_capacity) { function in class:Pickle
342 Resize(std::max(capacity_after_header_ * 2, new_size));

Completed in 764 milliseconds

123