Searched refs:Resize (Results 101 - 125 of 182) sorted by relevance

12345678

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs185 Array.Resize(ref _bits, nwords);
/external/ceres-solver/internal/ceres/
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 Dcompressed_row_sparse_matrix_test.cc144 tsm->Resize(num_rows - i, num_cols);
157 tsm_appendage.Resize(i, num_cols);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dtaskbar_window_thumbnailer_win.cc129 scaled_bitmap = skia::ImageOperations::Resize(
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc198 decoded_image = skia::ImageOperations::Resize(
/external/chromium_org/components/favicon_base/
H A Dfavicon_util.cc128 return skia::ImageOperations::Resize(best_bitmap,
H A Dselect_favicon_frames.cc151 // Resize |source_bitmap|
164 return skia::ImageOperations::Resize(source_bitmap,
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc44 virtual void Resize(const gfx::Size& pixel_size,
/external/chromium_org/content/renderer/
H A Dchild_frame_compositing_helper.cc311 skia::ImageOperations::Resize(*bitmap,
H A Dimage_loading_helper.cc41 return skia::ImageOperations::Resize(
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc102 void CompositorSoftwareOutputDevice::Resize( function in class:content::CompositorSoftwareOutputDevice
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc201 surface_->Resize(size);
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.cc68 void Bitmap::Resize(int num_bits, bool clear_bits) { function in class:disk_cache::Bitmap
H A Dsparse_control.cc98 children_map_.Resize(num_bits, false);
382 children_map_.Resize(kNumSparseBits, true);
439 children_map_.Resize(map_len * 8, false);
560 children_map_.Resize(Bitmap::RequiredArraySize(child_bit + 1) * 32, true);
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc6 // resize algorithms offered by the ImageOperations::Resize function.
240 dest = skia::ImageOperations::Resize(source,
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp251 m_bitmap = skia::ImageOperations::Resize(
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_proc_maps.cpp181 entries_.Resize(0);
/external/chromium_org/ui/views/controls/
H A Dsingle_split_view_unittest.cc78 TEST(SingleSplitViewTest, Resize) {
99 // Resize the split view by secondary axis, divider should not move.
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc23 Resize(kInitialSize, zone);
54 void Resize(int new_size, Zone* zone);
214 void HInstructionMap::Resize(int new_size, Zone* zone) { function in class:v8::internal::BASE_EMBEDDED::HInstructionMap
285 if (count_ >= array_size_ >> 1) Resize(array_size_ << 1, zone);
H A Dlist.h176 // Resize the list.
177 void Resize(int new_capacity, AllocationPolicy allocator);
/external/lldb/include/lldb/Symbol/
H A DSymtab.h46 Symbol * Resize (size_t count);
/external/skia/src/core/
H A DSkBitmapScaler.cpp217 // The call to SkBitmapScalerGtv::Resize() above took care of
245 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, function in class:SkBitmapScaler
/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
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_browsertest.cc285 Resize(new_size, gfx::Rect(), false);
581 Resize(new_size, gfx::Rect(), false);
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h448 static inline void Resize(std::vector<T>* vec, size_t size) { function in class:mojo::internal::Array_Data
478 static inline void Resize(std::vector<StorageType>* vec, size_t size) { function in struct:mojo::internal::ArrayTraits

Completed in 1037 milliseconds

12345678