HomeSort by relevance Sort by last modified time
    Searched refs:Resize (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/content/browser/compositor/
surface_display_output_surface.cc 52 display_->Resize(surface_id_, frame_size);
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 34 virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 67 void ForwardRenderSimulator::Resize(int width, int height) {
  /external/chromium_org/net/disk_cache/blockfile/
bitmap.h 34 void Resize(int num_bits, bool clear_bits);
bitmap_unittest.cc 68 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/
crazy_linker_util.h 110 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) {
crazy_linker_system.cpp 64 result.Resize(capacity);
crazy_linker_util_unittest.cpp 75 TEST(String, Resize) {
77 s.Resize(10);
84 s.Resize(0);
  /external/chromium_org/ui/gl/
gl_surface_glx.h 60 virtual bool Resize(const gfx::Size& size) OVERRIDE;
gl_surface_ozone.cc 36 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);
  /external/chromium_org/url/
url_canon_stdstring.h 26 // they expect to be written. We will resize if necessary, but that's slow.
30 // with (by |initial_size|). This ends up being important because resize
44 virtual void Resize(int sz) OVERRIDE;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.h 110 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) {
crazy_linker_system.cpp 64 result.Resize(capacity);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 98 Resize(len_ + len);
102 void Resize(size_t len) {
113 Resize(128);
122 Resize(len_ * 2);
197 path.Resize(PATH_MAX);
215 path.Resize(p - path.c_str());
  /ndk/sources/android/crazy_linker/tests/
test_util.h 98 Resize(len_ + len);
102 void Resize(size_t len) {
113 Resize(128);
122 Resize(len_ * 2);
197 path.Resize(PATH_MAX);
215 path.Resize(p - path.c_str());
  /external/chromium_org/net/tools/flip_server/
ring_buffer.cc 181 Resize(ReadableBytes() + size);
207 void RingBuffer::Resize(int buffer_size) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 75 RESIZE_BI_SCRIPT ("Resize BiCubic Script", RELAXED_FP, 253.f),
76 RESIZE_BI_INTRINSIC ("Resize BiCubic Intrinsic", INTRINSIC, 255.f),
185 return new Resize(false);
187 return new Resize(true);
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.h 45 // If necessary, shows the resize widget. |window| is the window the mouse
49 // Hides the resize widget.
73 // The left/top window to resize.
76 // Other window to resize.
83 // the resize starts.
91 // to test if the return value is a valid multi window resize location.
97 // to determine the resize windows.
128 // Initiates a resize.
132 void Resize(const gfx::Point& location_in_screen, int event_flags);
134 // Completes the resize
    [all...]
  /external/chromium_org/cc/surfaces/
display.h 46 void Resize(SurfaceId id, const gfx::Size& new_size);
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator_win.cc 44 // Maintain aspect ratio on resize.
50 SkBitmap sk_icon = skia::ImageOperations::Resize(
  /external/chromium_org/content/public/test/
render_view_test.h 120 // Resize the view.
121 void Resize(gfx::Size new_size,
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.h 73 // 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/
list-inl.h 35 if (capacity_ < result_length) Resize(result_length, alloc);
60 Resize(new_capacity, alloc);
66 void List<T, P>::Resize(int new_capacity, P alloc) {
155 Resize(capacity_ / 2, alloc);
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 80 void Resize(uptr size) {
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 74 base::Bind(&ImageTransportHelper::Resize, base::Unretained(this)));
203 void ImageTransportHelper::Resize(gfx::Size size, float scale_factor) {
289 Resize(size);

Completed in 415 milliseconds

1 23 4 5 6 7 8 910