Searched refs:Resize (Results 151 - 175 of 182) sorted by last modified time

12345678

/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.cc189 SkBitmap resized_image(skia::ImageOperations::Resize(
193 // There are cases where Resize returns an empty bitmap, for example if you
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc59 SkBitmap bmp = skia::ImageOperations::Resize(*image.ToSkBitmap(),
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.cc102 SkBitmap bmp = skia::ImageOperations::Resize(
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc671 skia::ImageOperations::Resize(favicon,
/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 Dbookmark_app_helper.cc142 // Resize the bitmap if it does not exactly match the desired size.
145 : skia::ImageOperations::Resize(
H A Dextension_action_icon_factory_unittest.cc50 SkBitmap resized = skia::ImageOperations::Resize(
H A Dextension_icon_manager.cc122 result = skia::ImageOperations::Resize(
/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/drag_drop/
H A Ddrag_image_view.cc125 SkBitmap scaled = skia::ImageOperations::Resize(
/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
H A Dmulti_window_resize_controller.h132 void Resize(const gfx::Point& location_in_screen, int event_flags);
/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));
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);
H A Dpickle_unittest.cc244 TEST(PickleTest, Resize) {
/external/chromium_org/cc/output/
H A Doutput_surface.cc239 software_device_->Resize(size, scale_factor);
H A Dsoftware_output_device.cc19 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size, function in class:cc::SoftwareOutputDevice
H A Dsoftware_output_device.h37 virtual void Resize(const gfx::Size& pixel_size, float scale_factor);
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc37 void Display::Resize(SurfaceId id, const gfx::Size& size) { function in class:cc::Display
H A Ddisplay.h46 void Resize(SurfaceId id, const gfx::Size& new_size);
/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);
H A Dpixel_test_software_output_device.h14 virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
/external/ceres-solver/internal/ceres/
H A Dblock_sparse_matrix.cc189 matrix->Resize(num_rows_, num_cols_);
H A Dcompressed_row_sparse_matrix_test.cc144 tsm->Resize(num_rows - i, num_cols);
157 tsm_appendage.Resize(i, num_cols);

Completed in 408 milliseconds

12345678