Searched refs:Resize (Results 26 - 50 of 182) sorted by relevance

12345678

/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_win.h28 virtual void Resize(const gfx::Size& viewport_pixel_size,
H A Dsurface_display_output_surface.cc52 display_->Resize(surface_id_, frame_size);
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_surface_mock.h19 MOCK_METHOD1(Resize, bool(const gfx::Size& size));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dfifo_packet.cc28 bool FIFOPacket::Resize(size_t len) { function in class:nacl_io::FIFOPacket
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.h38 void Resize(size_t width, size_t height);
/external/chromium_org/ui/gl/
H A Dgl_surface_osmesa.h26 virtual bool Resize(const gfx::Size& new_size) OVERRIDE;
H A Dgl_surface_osmesa.cc32 return Resize(size_);
39 bool GLSurfaceOSMesa::Resize(const gfx::Size& new_size) { function in class:gfx::GLSurfaceOSMesa
H A 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;
H A Dgl_surface_ozone.cc36 virtual bool Resize(const gfx::Size& size) OVERRIDE {
43 return NativeViewGLSurfaceEGL::Resize(size);
118 virtual bool Resize(const gfx::Size& size) OVERRIDE {
122 return SurfacelessEGL::Resize(size);
H A Dgl_surface.h41 virtual bool Resize(const gfx::Size& size);
163 virtual bool Resize(const gfx::Size& size) OVERRIDE;
/external/lldb/include/lldb/Core/
H A DValueObjectList.h57 Resize (size_t size);
/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));
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc89 Resize(width_, height_);
119 void GlxRenderer::Resize(size_t width, size_t height) { function in class:webrtc::test::GlxRenderer
150 Resize(static_cast<size_t>(frame.width()),
/external/chromium_org/url/
H A Durl_canon_icu.cc141 output->Resize(begin_offset + dest_capacity);
183 output->Resize(output_length);
H A Durl_canon_stdstring.h44 virtual void Resize(int sz) OVERRIDE;
/external/chromium_org/v8/src/compiler/
H A Dnode-cache.cc45 bool NodeCache<Key>::Resize(Zone* zone) { function in class:v8::internal::compiler::NodeCache
104 if (!Resize(zone)) break; // Don't grow past the maximum size.
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.h86 // Resize the matrix. Entries which fall outside the new matrix
88 void Resize(int new_num_rows, int new_num_cols);
/external/chromium_org/cc/output/
H A Dsoftware_output_device.cc19 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size, function in class:cc::SoftwareOutputDevice
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc67 void ForwardRenderSimulator::Resize(int width, int height) { function in class:ForwardRenderSimulator
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.h34 void Resize(int num_bits, bool clear_bits);
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.h31 // Resize the buffer to the size specified here. If the buffer_size passed
36 void Resize(int buffer_size);
H A Dring_buffer.cc181 Resize(ReadableBytes() + size);
207 void RingBuffer::Resize(int buffer_size) { function in class:net::RingBuffer
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h110 void Resize(size_t new_size);
166 Resize(count_ - 1);
188 void Resize(size_t new_count);
244 void Vector<T>::Resize(size_t new_size) { function in class:crazy::Vector
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc220 SkBitmap results = skia::ImageOperations::Resize(src, method, src_w, src_h);
279 // Resize the src
282 SkBitmap dest = skia::ImageOperations::Resize(src, method, dest_w, dest_h);
390 SkBitmap actual_results = skia::ImageOperations::Resize(
434 SkBitmap full_results = skia::ImageOperations::Resize(
442 SkBitmap subset_results = skia::ImageOperations::Resize(
467 SkBitmap full_results = skia::ImageOperations::Resize(
587 // Resize the src using both methods.
588 SkBitmap dest_l2 = skia::ImageOperations::Resize(
595 SkBitmap dest_l3 = skia::ImageOperations::Resize(
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_util.h98 Resize(len_ + len);
102 void Resize(size_t len) { function in class:__anon11507::String
113 Resize(128);
122 Resize(len_ * 2);
197 path.Resize(PATH_MAX);
215 path.Resize(p - path.c_str());

Completed in 927 milliseconds

12345678