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

123

/external/chromium/chrome/browser/importer/
H A Dimporter.cc43 decoded = skia::ImageOperations::Resize(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc84 dst->clk_.Resize(nclk_);
96 dst->clk_.Resize(nclk_);
H A Dtsan_vector.h67 void Resize(uptr size) { function in class:__tsan::Vector
/external/chromium/net/spdy/
H A Dspdy_frame_builder.cc20 Resize(kInitialPayload);
151 if (needed_size > capacity_ && !Resize(std::max(capacity_ * 2, needed_size)))
164 bool SpdyFrameBuilder::Resize(size_t new_capacity) { function in class:spdy::SpdyFrameBuilder
H A Dspdy_frame_builder.h136 // Resize the capacity, note that the input value should include the size of
138 // A new failure will cause a Resize failure... and caller should check
140 bool Resize(size_t new_capacity);
/external/chromium/base/
H A Dpickle.cc27 Resize(kPayloadUnit);
38 Resize(kPayloadUnit);
67 bool resized = Resize(payload_size);
91 bool resized = Resize(other.header_size_ + other.header_->payload_size);
385 if (needed_size > capacity_ && !Resize(std::max(capacity_ * 2, needed_size)))
403 bool Pickle::Resize(size_t new_capacity) { function in class:Pickle
H A Dpickle.h207 // Resize the capacity, note that the input value should include the size of
209 // A realloc() failure will cause a Resize failure... and caller should check
211 bool Resize(size_t new_capacity);
241 FRIEND_TEST_ALL_PREFIXES(PickleTest, Resize);
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_favicon.cc67 icon = skia::ImageOperations::Resize(
/external/chromium/net/disk_cache/
H A Dbitmap.h34 void Resize(int num_bits, bool clear_bits);
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/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.cc214 Resize(ReadableBytes() + size);
246 void RingBuffer::Resize(int buffer_size) { function in class:net::RingBuffer
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h65 void Resize(size_t size);
H A Dbytebuffer.cc174 Resize(Length() + len);
180 void ByteBuffer::Resize(size_t size) { function in class:talk_base::ByteBuffer
/external/webkit/Source/WebCore/platform/chromium/
H A DDragImageChromiumSkia.cpp65 skia::ImageOperations::Resize(*image, skia::ImageOperations::RESIZE_LANCZOS3,
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DNativeImageSkia.cpp95 m_resizedImage = skia::ImageOperations::Resize(*this, skia::ImageOperations::RESIZE_LANCZOS3, w, h);
/external/chromium/googleurl/src/
H A Durl_canon_icu.cc129 output->Resize(begin_offset + dest_capacity);
160 output->Resize(output->capacity() * 2);
H A Durl_canon_stdstring.h78 virtual void Resize(int sz) { function in class:url_canon::StdStringCanonOutput
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.h45 void Resize(int width);
/external/v8/src/
H A Dhashmap.h99 void Resize();
136 Resize();
275 void TemplateHashMapImpl<P>::Resize() { function in class:v8::TemplateHashMapImpl
H A Dlist-inl.h56 if (capacity_ < result_length) Resize(result_length);
81 Resize(new_capacity);
87 void List<T, P>::Resize(int new_capacity) { function in class:v8::internal::List
/external/chromium/chrome/browser/chromeos/login/
H A Duser_image_loader.cc73 skia::ImageOperations::Resize(cropped_image,
H A Ddefault_images_view.cc159 SkBitmap resized_image = skia::ImageOperations::Resize(
/external/chromium/chrome/browser/extensions/
H A Dextension_icon_manager.cc110 result = skia::ImageOperations::Resize(
/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics_unittest.cc52 original.Resize(*histogram); // Ensure |original| size is same as |sample|.
85 original.Resize(*histogram);

Completed in 630 milliseconds

123