Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/chromium_org/ash/desktop_background/
Dwallpaper_resizer_unittest.cc66 gfx::ImageSkia Resize(const gfx::ImageSkia& image, in Resize() function in ash::WallpaperResizerTest
107 gfx::ImageSkia resized_small = Resize(small_image, gfx::Size(800, 600), in TEST_F()
113 gfx::ImageSkia resized_large = Resize(large_image, gfx::Size(800, 600), in TEST_F()
127 gfx::ImageSkia center = Resize(image, target_size, WALLPAPER_LAYOUT_CENTER); in TEST_F()
129 gfx::ImageSkia center_cropped = Resize(image, target_size, in TEST_F()
132 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH); in TEST_F()
134 gfx::ImageSkia tile = Resize(image, target_size, WALLPAPER_LAYOUT_TILE); in TEST_F()
Dwallpaper_resizer.cc29 void Resize(SkBitmap orig_bitmap, in Resize() function
57 new_bitmap = skia::ImageOperations::Resize( in Resize()
82 new_bitmap = skia::ImageOperations::Resize( in Resize()
120 base::Bind(&Resize, *image_.bitmap(), target_size_, in StartResize()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_util.cpp55 Resize(len); in Assign()
66 Resize(size_ + len); in Append()
71 void String::Resize(size_t new_size) { in Resize() function in crazy::String
118 result.Resize(static_cast<size_t>(ret));
Dcrazy_linker_search_path_list.cpp15 list_.Resize(0); in Reset()
16 env_list_.Resize(0); in Reset()
17 full_path_.Resize(0); in Reset()
Dcrazy_linker_util.h110 void Resize(size_t new_size);
166 Resize(count_ - 1); in PopLast()
188 void Resize(size_t new_count);
244 void Vector<T>::Resize(size_t new_size) { in Resize() function
Dcrazy_linker_util_unittest.cpp75 TEST(String, Resize) { in TEST() argument
77 s.Resize(10); in TEST()
84 s.Resize(0); in TEST()
/external/chromium_org/base/
Dpickle.cc194 Resize(kPayloadUnit); in Pickle()
205 Resize(kPayloadUnit); in Pickle()
234 Resize(payload_size); in Pickle()
257 Resize(other.header_->payload_size); in operator =()
305 Resize(capacity_after_header_ * 2 + new_size); in Reserve()
308 void Pickle::Resize(size_t new_capacity) { in Resize() function in Pickle
354 Resize(std::max(capacity_after_header_ * 2, new_size)); in WriteBytesCommon()
/external/chromium_org/cc/test/
Dpixel_test_software_output_device.cc9 void PixelTestSoftwareOutputDevice::Resize(const gfx::Size& pixel_size, in Resize() function in cc::PixelTestSoftwareOutputDevice
14 SoftwareOutputDevice::Resize(expanded_size, scale_factor); in Resize()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
Dmem_fs_node.cc76 Error error = Resize(new_size); in Write()
91 return Resize(new_size); in FTruncate()
94 Error MemFsNode::Resize(off_t new_length) { in Resize() function in nacl_io::MemFsNode
/external/chromium_org/ui/gl/
Dgl_surface_ozone.cc36 virtual bool Resize(const gfx::Size& size) OVERRIDE { in Resize() function in gfx::__anon562a44530111::GLSurfaceOzoneEGL
43 return NativeViewGLSurfaceEGL::Resize(size); in Resize()
118 virtual bool Resize(const gfx::Size& size) OVERRIDE { in Resize() function in gfx::__anon562a44530111::GLSurfaceOzoneSurfaceless
122 return SurfacelessEGL::Resize(size); in Resize()
Dgl_surface_egl.h66 virtual bool Resize(const gfx::Size& size) OVERRIDE;
108 virtual bool Resize(const gfx::Size& size) OVERRIDE;
136 virtual bool Resize(const gfx::Size& size) OVERRIDE;
Dgl_surface_osmesa.cc32 return Resize(size_); in Initialize()
39 bool GLSurfaceOSMesa::Resize(const gfx::Size& new_size) { in Resize() function in gfx::GLSurfaceOSMesa
Dgl_surface_x11.cc33 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
139 bool NativeViewGLSurfaceOSMesa::Resize(const gfx::Size& new_size) { in Resize() function in gfx::NativeViewGLSurfaceOSMesa
140 if (!GLSurfaceOSMesa::Resize(new_size)) in Resize()
Dgl_surface.cc168 bool GLSurface::Resize(const gfx::Size& size) { in Resize() function in gfx::GLSurface
278 bool GLSurfaceAdapter::Resize(const gfx::Size& size) { in Resize() function in gfx::GLSurfaceAdapter
279 return surface_->Resize(size); in Resize()
/external/chromium_org/content/browser/compositor/
Dsoftware_output_device_ozone_unittest.cc112 output_device_->Resize(size, 1.f); in SetUp()
137 output_device_->Resize(size, 1.f); in TEST_F()
146 output_device_->Resize(size, 1.f); in TEST_F()
159 output_device_->Resize(area.size(), 1.f); in TEST_F()
/external/chromium_org/third_party/skia/src/core/
DSkBitmapScaler.h82 static bool Resize(SkBitmap* result,
88 static SkBitmap Resize(const SkBitmap& source,
/external/chromium_org/third_party/android_crazy_linker/src/tests/
Dtest_util.h98 Resize(len_ + len); in Append()
102 void Resize(size_t len) { in Resize() function
113 Resize(128); in Format()
122 Resize(len_ * 2); in Format()
197 path.Resize(PATH_MAX); in GetCurrentExecutable()
215 path.Resize(p - path.c_str()); in GetCurrentExecutableDirectory()
/external/chromium_org/skia/ext/
Dimage_operations.h101 static SkBitmap Resize(const SkBitmap& source,
109 static SkBitmap Resize(const SkBitmap& source,
Dimage_operations_unittest.cc220 SkBitmap results = skia::ImageOperations::Resize(src, method, src_w, src_h); in CheckResampleToSame()
282 SkBitmap dest = skia::ImageOperations::Resize(src, method, dest_w, dest_h); in CheckResizeMethodShouldAverageGrid()
390 SkBitmap actual_results = skia::ImageOperations::Resize( in TEST()
434 SkBitmap full_results = skia::ImageOperations::Resize( in TEST()
442 SkBitmap subset_results = skia::ImageOperations::Resize( in TEST()
467 SkBitmap full_results = skia::ImageOperations::Resize( in TEST()
588 SkBitmap dest_l2 = skia::ImageOperations::Resize( in TEST()
595 SkBitmap dest_l3 = skia::ImageOperations::Resize( in TEST()
677 SkBitmap dst = skia::ImageOperations::Resize( in TEST()
/external/chromium_org/third_party/webrtc/test/linux/
Dglx_renderer.cc89 Resize(width_, height_); in Init()
119 void GlxRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::GlxRenderer
150 Resize(static_cast<size_t>(frame.width()), in RenderFrame()
/external/chromium_org/third_party/webrtc/test/win/
Dd3d_renderer.cc127 Resize(width_, height_); in Init()
162 void D3dRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::D3dRenderer
198 Resize(static_cast<size_t>(frame.width()), in RenderFrame()
/external/chromium_org/net/disk_cache/blockfile/
Dbitmap_unittest.cc68 TEST(BitmapTest, Resize) { in TEST() argument
73 map.Resize(kSize1, true); in TEST()
78 map.Resize(kSize2, true); in TEST()
84 map.Resize(kSize3, true); in TEST()
/external/chromium_org/v8/src/
Dlist-inl.h35 if (capacity_ < result_length) Resize(result_length, alloc); in AddAll()
60 Resize(new_capacity, alloc); in ResizeAddInternal()
66 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize() function
155 Resize(capacity_ / 2, alloc); in Trim()
/external/chromium_org/v8/src/compiler/
Dnode-cache.cc45 bool NodeCache<Key>::Resize(Zone* zone) { in Resize() function in v8::internal::compiler::NodeCache
104 if (!Resize(zone)) break; // Don't grow past the maximum size. in Find()
/external/chromium_org/url/
Durl_canon_icu.cc141 output->Resize(begin_offset + dest_capacity); in ConvertFromUTF16()
183 output->Resize(output_length); in IDNToASCII()

12345678910