Searched refs:Resize (Results 1 - 25 of 182) sorted by relevance

12345678

/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/chromium_org/third_party/skia/src/core/
H A DSkBitmapScaler.h82 static bool Resize(SkBitmap* result,
88 static SkBitmap Resize(const SkBitmap& source,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_interface.h24 virtual bool Resize(size_t len) = 0;
H A Dfifo_char.h26 virtual bool Resize(size_t len);
/external/chromium_org/skia/ext/
H A Dimage_operations.h101 static SkBitmap Resize(const SkBitmap& source,
109 static SkBitmap Resize(const SkBitmap& source,
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.h24 virtual void Resize(int width, int height) OVERRIDE;
H A Drender_models.h26 virtual void Resize(int width, int height) = 0;
/external/skia/src/core/
H A DSkBitmapScaler.h82 static bool Resize(SkBitmap* result,
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_search_path_list.cpp15 list_.Resize(0);
16 env_list_.Resize(0);
17 full_path_.Resize(0);
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/ash/desktop_background/
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);
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_,
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.h25 // Resize the given panel.
30 void Resize(const gfx::Point& mouse_location);
/external/chromium_org/chrome/utility/importer/
H A Dfavicon_reencode.cc32 decoded = skia::ImageOperations::Resize(
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_ozone.h28 virtual void Resize(const gfx::Size& viewport_pixel_size,
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_ozone_unittest.cc112 output_device_->Resize(size, 1.f);
137 output_device_->Resize(size, 1.f);
146 output_device_->Resize(size, 1.f);
159 output_device_->Resize(area.size(), 1.f);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.h33 Error Resize(off_t size);
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.h34 virtual bool Resize(size_t len);
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.h35 void Resize(size_t width, size_t height);
/external/chromium_org/url/
H A Durl_canon_stdstring.cc26 void StdStringCanonOutput::Resize(int sz) { function in class:url::StdStringCanonOutput
/external/chromium_org/v8/src/compiler/
H A Dnode-cache.h42 bool Resize(Zone* zone);
/external/chromium_org/cc/output/
H A Dsoftware_output_device.h37 virtual void Resize(const gfx::Size& pixel_size, float scale_factor);

Completed in 860 milliseconds

12345678