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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/cc/test/
pixel_test_software_output_device.cc 9 void PixelTestSoftwareOutputDevice::Resize(const gfx::Size& pixel_size,
14 SoftwareOutputDevice::Resize(expanded_size, scale_factor);
pixel_test_software_output_device.h 14 virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fifo_interface.h 24 virtual bool Resize(size_t len) = 0;
fifo_char.h 26 virtual bool Resize(size_t len);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.h 39 // on the fly based on the parameters for a given resize call.
82 static bool Resize(SkBitmap* result,
88 static SkBitmap Resize(const SkBitmap& source,
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.h 24 virtual void Resize(int width, int height) OVERRIDE;
render_models.h 26 virtual void Resize(int width, int height) = 0;
  /external/chromium_org/skia/ext/
image_operations.h 36 // on the fly based on the parameters for a given resize call.
93 // Resizes the given source bitmap using the specified resize method, so that
101 static SkBitmap Resize(const SkBitmap& source,
109 static SkBitmap Resize(const SkBitmap& source,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
fifo_packet.h 34 virtual bool Resize(size_t len);
  /external/skia/src/core/
SkBitmapScaler.h 39 // on the fly based on the parameters for a given resize call.
82 static bool Resize(SkBitmap* result,
  /frameworks/base/media/mca/filterfw/native/core/
native_frame.h 52 // Resize the frame. You can only resize to a size that fits within the frame's capacity.
53 // Returns true if the resize was successful.
54 bool Resize(int newSize);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list.cpp 15 list_.Resize(0);
16 env_list_.Resize(0);
17 full_path_.Resize(0);
crazy_linker_util.cpp 55 Resize(len);
66 Resize(size_ + len);
71 void String::Resize(size_t new_size) {
118 result.Resize(static_cast<size_t>(ret));
  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list.cpp 15 list_.Resize(0);
16 env_list_.Resize(0);
17 full_path_.Resize(0);
crazy_linker_util.cpp 55 Resize(len);
66 Resize(size_ + len);
71 void String::Resize(size_t new_size) {
118 result.Resize(static_cast<size_t>(ret));
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc 66 gfx::ImageSkia Resize(const gfx::ImageSkia& image,
107 gfx::ImageSkia resized_small = Resize(small_image, gfx::Size(800, 600),
113 gfx::ImageSkia resized_large = Resize(large_image, gfx::Size(800, 600),
127 gfx::ImageSkia center = Resize(image, target_size, WALLPAPER_LAYOUT_CENTER);
129 gfx::ImageSkia center_cropped = Resize(image, target_size,
132 gfx::ImageSkia stretch = Resize(image, target_size, WALLPAPER_LAYOUT_STRETCH);
134 gfx::ImageSkia tile = Resize(image, target_size, WALLPAPER_LAYOUT_TILE);
147 // both pre- and post-resize that matches the ID returned by GetImageId().
  /ndk/sources/android/support/tests/minitest/
minitest.cc 27 Resize(len);
34 Resize(old_size + other.size_);
42 Resize(old_size + len);
48 Resize(size_ + 1);
105 void String::Resize(size_t new_size) {
130 // Note: Resize(n) allocates at least n+1 bytes.
131 result.Resize(100);
141 result.Resize(result.size() * 2);
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.h 20 // Responsible for handling resize operations initiated for all panels.
25 // Resize the given panel.
30 void Resize(const gfx::Point& mouse_location);
46 // The part of the border used to resize the window.
53 // Bounds to restore the panel to if resize is cancelled.
  /external/chromium_org/chrome/utility/importer/
favicon_reencode.cc 32 decoded = skia::ImageOperations::Resize(
  /external/chromium_org/content/browser/compositor/
software_output_device_ozone.h 28 virtual void Resize(const gfx::Size& viewport_pixel_size,
software_output_device_win.h 28 virtual void Resize(const gfx::Size& viewport_pixel_size,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs_node.h 33 Error Resize(off_t size);
  /external/chromium_org/third_party/webrtc/test/linux/
glx_renderer.h 35 void Resize(size_t width, size_t height);
  /external/chromium_org/url/
url_canon_stdstring.cc 12 str_->resize(str_->capacity());
22 str_->resize(cur_len_);
26 void StdStringCanonOutput::Resize(int sz) {
27 str_->resize(sz);
  /external/chromium_org/v8/src/compiler/
node-cache.h 42 bool Resize(Zone* zone);

Completed in 1538 milliseconds

1 2 3 4 5 6 7 8 910