Searched refs:Resize (Results 1 - 25 of 182) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs727 Array.Resize(ref state.following, state.following.Length * 2);
H A DBitSet.cs164 Array.Resize(ref _bits, nwords);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs819 Array.Resize(ref state.following, state.following.Length * 2);
H A DBitSet.cs185 Array.Resize(ref _bits, nwords);
/external/ceres-solver/internal/ceres/
H A Dblock_sparse_matrix.cc189 matrix->Resize(num_rows_, num_cols_);
H A Dcompressed_row_sparse_matrix_test.cc144 tsm->Resize(num_rows - i, num_cols);
157 tsm_appendage.Resize(i, num_cols);
H A Dtriplet_sparse_matrix.cc214 void TripletSparseMatrix::Resize(int new_num_rows, int new_num_cols) { function in class:ceres::internal::TripletSparseMatrix
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);
H A Dtriplet_sparse_matrix_test.cc298 TEST(TripletSparseMatrix, Resize) {
309 m.Resize(5, 6);
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer.cc29 void Resize(SkBitmap orig_bitmap, function in namespace:ash::__anon1861
57 new_bitmap = skia::ImageOperations::Resize(
82 new_bitmap = skia::ImageOperations::Resize(
120 base::Bind(&Resize, *image_.bitmap(), target_size_,
H A Dwallpaper_resizer_unittest.cc66 gfx::ImageSkia Resize(const gfx::ImageSkia& image, function in class:ash::WallpaperResizerTest
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);
/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.cc125 SkBitmap scaled = skia::ImageOperations::Resize(
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc89 controller_->Resize(location, event.flags());
440 void MultiWindowResizeController::Resize(const gfx::Point& location_in_screen, function in class:ash::MultiWindowResizeController
H A Dmulti_window_resize_controller.h132 void Resize(const gfx::Point& location_in_screen, int event_flags);
/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));
H A Dpickle.h317 // Resize the capacity, note that the input value should not include the size
319 void Resize(size_t new_capacity);
357 FRIEND_TEST_ALL_PREFIXES(PickleTest, Resize);
H A Dpickle_unittest.cc244 TEST(PickleTest, Resize) {
/external/chromium_org/cc/output/
H A Doutput_surface.cc239 software_device_->Resize(size, scale_factor);
H A Dsoftware_output_device.cc19 void SoftwareOutputDevice::Resize(const gfx::Size& viewport_pixel_size, function in class:cc::SoftwareOutputDevice
H A Dsoftware_output_device.h37 virtual void Resize(const gfx::Size& pixel_size, float scale_factor);
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc37 void Display::Resize(SurfaceId id, const gfx::Size& size) { function in class:cc::Display
H A Ddisplay.h46 void Resize(SurfaceId id, const gfx::Size& new_size);
/external/chromium_org/cc/test/
H A Dpixel_test_software_output_device.cc9 void PixelTestSoftwareOutputDevice::Resize(const gfx::Size& pixel_size, function in class:cc::PixelTestSoftwareOutputDevice
14 SoftwareOutputDevice::Resize(expanded_size, scale_factor);
H A Dpixel_test_software_output_device.h14 virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE;
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc671 skia::ImageOperations::Resize(favicon,

Completed in 395 milliseconds

12345678