/external/chromium_org/ash/desktop_background/ |
D | wallpaper_resizer_unittest.cc | 66 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()
|
D | wallpaper_resizer.cc | 29 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/ |
D | crazy_linker_util.cpp | 55 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));
|
D | crazy_linker_search_path_list.cpp | 15 list_.Resize(0); in Reset() 16 env_list_.Resize(0); in Reset() 17 full_path_.Resize(0); in Reset()
|
D | crazy_linker_util.h | 110 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
|
D | crazy_linker_util_unittest.cpp | 75 TEST(String, Resize) { in TEST() argument 77 s.Resize(10); in TEST() 84 s.Resize(0); in TEST()
|
/external/chromium_org/base/ |
D | pickle.cc | 194 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/ |
D | pixel_test_software_output_device.cc | 9 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/ |
D | mem_fs_node.cc | 76 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/ |
D | gl_surface_ozone.cc | 36 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()
|
D | gl_surface_egl.h | 66 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;
|
D | gl_surface_osmesa.cc | 32 return Resize(size_); in Initialize() 39 bool GLSurfaceOSMesa::Resize(const gfx::Size& new_size) { in Resize() function in gfx::GLSurfaceOSMesa
|
D | gl_surface_x11.cc | 33 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()
|
D | gl_surface.cc | 168 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/ |
D | software_output_device_ozone_unittest.cc | 112 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/ |
D | SkBitmapScaler.h | 82 static bool Resize(SkBitmap* result, 88 static SkBitmap Resize(const SkBitmap& source,
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
D | test_util.h | 98 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/ |
D | image_operations.h | 101 static SkBitmap Resize(const SkBitmap& source, 109 static SkBitmap Resize(const SkBitmap& source,
|
D | image_operations_unittest.cc | 220 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/ |
D | glx_renderer.cc | 89 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/ |
D | d3d_renderer.cc | 127 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/ |
D | bitmap_unittest.cc | 68 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/ |
D | list-inl.h | 35 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/ |
D | node-cache.cc | 45 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/ |
D | url_canon_icu.cc | 141 output->Resize(begin_offset + dest_capacity); in ConvertFromUTF16() 183 output->Resize(output_length); in IDNToASCII()
|