Searched refs:Resize (Results 51 - 75 of 182) sorted by relevance

12345678

/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h44 if (appended_ < capacity_ || Resize(1, appended_)) {
71 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/external/chromium_org/cc/surfaces/
H A Ddisplay.h46 void Resize(SurfaceId id, const gfx::Size& new_size);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator_win.cc50 SkBitmap sk_icon = skia::ImageOperations::Resize(
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.h34 virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap_unittest.cc68 TEST(BitmapTest, Resize) {
73 map.Resize(kSize1, true);
78 map.Resize(kSize2, true);
84 map.Resize(kSize3, true);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system.cpp64 result.Resize(capacity);
H A Dcrazy_linker_util_unittest.cpp75 TEST(String, Resize) {
77 s.Resize(10);
84 s.Resize(0);
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.h73 // Resize the buffer to the specified |size|. This invalidates any remembered
75 void Resize(size_t size);
96 // calls to Shift or Resize in the interim will invalidate the position.
/external/chromium_org/v8/src/
H A Dlist-inl.h35 if (capacity_ < result_length) Resize(result_length, alloc);
60 Resize(new_capacity, alloc);
66 void List<T, P>::Resize(int new_capacity, P alloc) { function in class:v8::internal::List
155 Resize(capacity_ / 2, alloc);
H A Dhashmap.h93 void Resize(AllocationPolicy allocator);
132 Resize(allocator);
275 void TemplateHashMapImpl<AllocationPolicy>::Resize(AllocationPolicy allocator) { function in class:v8::TemplateHashMapImpl
/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/third_party/skia/src/core/
H A DSkBitmapScaler.cpp217 // The call to SkBitmapScalerGtv::Resize() above took care of
245 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, function in class:SkBitmapScaler
324 SkBitmap SkBitmapScaler::Resize(const SkBitmap& source, function in class:SkBitmapScaler
329 if (!Resize(&result, source, method, destWidth, destHeight, allocator)) {
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.cc127 Resize(width_, height_);
162 void D3dRenderer::Resize(size_t width, size_t height) { function in class:webrtc::test::D3dRenderer
198 Resize(static_cast<size_t>(frame.width()),
/external/chromium_org/ui/gl/
H A Dgl_surface.cc168 bool GLSurface::Resize(const gfx::Size& size) { function in class:gfx::GLSurface
278 bool GLSurfaceAdapter::Resize(const gfx::Size& size) { function in class:gfx::GLSurfaceAdapter
279 return surface_->Resize(size);
H A Dgl_surface_x11.cc33 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
139 bool NativeViewGLSurfaceOSMesa::Resize(const gfx::Size& new_size) { function in class:gfx::NativeViewGLSurfaceOSMesa
140 if (!GLSurfaceOSMesa::Resize(new_size))
H A Dgl_surface_glx.h60 virtual bool Resize(const gfx::Size& size) OVERRIDE;
/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_);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc55 HandleTable() : length_(0), elems_(0), list_(NULL) { Resize(); }
72 Resize();
107 void Resize() { function in class:leveldb::__anon12466::HandleTable
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc177 dst->clk_.Resize(nclk_);
225 dst->clk_.Resize(nclk_);
337 clk_.Resize(0);
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.h132 void Resize(const gfx::Point& location_in_screen, int event_flags);
/external/chromium_org/chrome/renderer/
H A Dchrome_render_frame_observer.cc55 return skia::ImageOperations::Resize(image.getSkBitmap(),
/external/chromium_org/content/public/test/
H A Drender_view_test.h120 // Resize the view.
121 void Resize(gfx::Size new_size,
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc82 display_->Resize(cc_id, size.To<gfx::Size>());
/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/ui/base/cursor/
H A Dcursor_util.cc54 *bitmap = skia::ImageOperations::Resize(

Completed in 600 milliseconds

12345678