Searched defs:Resize (Results 1 - 25 of 53) sorted by path

123

/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/ash/desktop_background/
H A Dwallpaper_resizer.cc29 void Resize(SkBitmap orig_bitmap, function in namespace:ash::__anon1861
57 new_bitmap = skia::ImageOperations::Resize(
82 new_bitmap = skia::ImageOperations::Resize(
120 base::Bind(&Resize, *image_.bitmap(), target_size_,
H A Dwallpaper_resizer_unittest.cc66 gfx::ImageSkia Resize(const gfx::ImageSkia& image, function in class:ash::WallpaperResizerTest
107 gfx::ImageSkia resized_small = Resize(small_image, gfx::Size(800, 600),
113 gfx::ImageSkia resized_large = Resize(large_image, gfx::Size(800, 600),
127 gfx::ImageSkia center = Resize(image, target_size, WALLPAPER_LAYOUT_CENTER);
129 gfx::ImageSkia center_cropped = Resize(image, target_size,
132 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH);
134 gfx::ImageSkia tile = Resize(image, target_size, WALLPAPER_LAYOUT_TILE);
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc89 controller_->Resize(location, event.flags());
440 void MultiWindowResizeController::Resize(const gfx::Point& location_in_screen, function in class:ash::MultiWindowResizeController
/external/chromium_org/base/
H A Dpickle.cc194 Resize(kPayloadUnit);
205 Resize(kPayloadUnit);
234 Resize(payload_size);
257 Resize(other.header_->payload_size);
305 Resize(capacity_after_header_ * 2 + new_size);
308 void Pickle::Resize(size_t new_capacity) { function in class:Pickle
354 Resize(std::max(capacity_after_header_ * 2, new_size));
/external/chromium_org/cc/output/
H A Dsoftware_output_device.cc19 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size, function in class:cc::SoftwareOutputDevice
/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/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/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_ozone.cc30 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/content/common/gpu/
H A Dimage_transport_surface.cc74 base::Bind(&ImageTransportHelper::Resize, base::Unretained(this)));
203 void ImageTransportHelper::Resize(gfx::Size size, float scale_factor) { function in class:content::ImageTransportHelper
289 Resize(size);
/external/chromium_org/content/public/test/
H A Drender_view_test.cc356 void RenderViewTest::Resize(gfx::Size new_size, function in class:content::RenderViewTest
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc102 void CompositorSoftwareOutputDevice::Resize( function in class:content::CompositorSoftwareOutputDevice
/external/chromium_org/content/renderer/
H A Drender_widget.cc248 widget_->Resize(original_size_,
327 widget_->Resize(applied_widget_rect_.size(), physical_backing_size,
649 void RenderWidget::Resize(const gfx::Size& new_size, function in class:content::RenderWidget
717 Resize(new_position.size(),
775 Resize(params.new_size, params.physical_backing_size,
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc138 Resize(e.xconfigure.width, e.xconfigure.height);
332 void Resize(int width, int height) { function in class:Simulator
336 current_sim_->Resize(window_width_, window_height_);
H A Dforward_render_model.cc67 void ForwardRenderSimulator::Resize(int width, int height) { function in class:ForwardRenderSimulator
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h448 static inline void Resize(std::vector<T>* vec, size_t size) { function in class:mojo::internal::Array_Data
478 static inline void Resize(std::vector<StorageType>* vec, size_t size) { function in struct:mojo::internal::ArrayTraits
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_char.cc35 bool FIFOChar::Resize(size_t len) { function in class:nacl_io::FIFOChar
40 // Resize buffer
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.cc26 // The maximum size to reserve in addition to the requested size. Resize() will
76 Error error = Resize(new_size);
91 return Resize(new_size);
94 Error MemFsNode::Resize(off_t new_length) { 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/net/disk_cache/blockfile/
H A Dbitmap.cc68 void Bitmap::Resize(int num_bits, bool clear_bits) { function in class:disk_cache::Bitmap
/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/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,

Completed in 1354 milliseconds

123