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

12

/external/skia/src/core/
H A DSkBitmapScaler.h82 static bool Resize(SkBitmap* result,
88 static SkBitmap Resize(const SkBitmap& source,
H A DSkBitmapScaler.cpp217 // The call to SkBitmapScalerGtv::Resize() above took care of
245 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, function in class:SkBitmapScaler
316 SkBitmap SkBitmapScaler::Resize(const SkBitmap& source, function in class:SkBitmapScaler
321 if (!Resize(&result, source, method, destWidth, destHeight, allocator)) {
/external/v8/src/compiler/
H A Dnode-cache.h42 bool Resize(Zone* zone);
H A Dnode-cache.cc45 bool NodeCache<Key>::Resize(Zone* zone) { function in class:v8::internal::compiler::NodeCache
104 if (!Resize(zone)) break; // Don't grow past the maximum size.
/external/lldb/include/lldb/Core/
H A DValueObjectList.h57 Resize (size_t size);
/external/ceres-solver/internal/ceres/
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);
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);
H A Dblock_sparse_matrix.cc189 matrix->Resize(num_rows_, num_cols_);
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h44 if (appended_ < capacity_ || Resize(1, appended_)) {
71 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h57 void Resize(ClockCache *c, uptr nclk);
H A Dtsan_vector.h80 void Resize(uptr size) { function in class:__tsan::Vector
H A Dtsan_clock.cc177 dst->Resize(c, nclk_);
224 dst->Resize(c, nclk_);
302 void SyncClock::Resize(ClockCache *c, uptr nclk) { function in class:__tsan::SyncClock
/external/v8/src/
H A Dlist-inl.h35 if (capacity_ < result_length) Resize(result_length, alloc);
60 Resize(new_capacity, alloc);
66 void List<T, P>::Resize(int new_capacity, P alloc) { function in class:v8::internal::List
155 Resize(capacity_ / 2, alloc);
H A Dhashmap.h93 void Resize(AllocationPolicy allocator);
132 Resize(allocator);
275 void TemplateHashMapImpl<AllocationPolicy>::Resize(AllocationPolicy allocator) { function in class:v8::TemplateHashMapImpl
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/source/Core/
H A DValueObjectList.cpp71 ValueObjectList::Resize (size_t size) function in class:ValueObjectList
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
143 case SWT.Resize :
494 // Resize support
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs164 Array.Resize(ref _bits, nwords);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs185 Array.Resize(ref _bits, nwords);
/external/lldb/include/lldb/Symbol/
H A DSymtab.h46 Symbol * Resize (size_t count);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h458 Resize(new_capacity);
487 void Resize(uptr new_capacity) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java84 if (appended_ < buffer_.length || Resize(1, appended_)) {
127 protected abstract boolean Resize(int appendCapacity, int length); method in class:CollationKeys.SortKeyByteSink

Completed in 1199 milliseconds

12