Home
last modified time | relevance | path

Searched defs:Resize (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dresize_uninitialized.h37 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist.go45 Resize(count int) methodSpec
129 func (l list) Resize(count int) { func
Dlist_test.go33 func (customList) Resize(count int) {} func
/third_party/cef/libcef/browser/osr/
Dsoftware_output_device_proxy.cc49 void SoftwareOutputDeviceProxy::Resize(const gfx::Size& viewport_pixel_size, in Resize() function in viz::SoftwareOutputDeviceProxy
/third_party/flutter/engine/flutter/fml/
Dmessage.cc58 bool Message::Resize(size_t size) { in Resize() function in fml::Message
/third_party/node/src/
Dallocated_buffer-inl.h58 void AllocatedBuffer::Resize(size_t len) { in Resize() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DFixedVector_unittest.cpp112 TEST(FixedVector, Resize) in TEST() argument
DFastVector_unittest.cpp153 TEST(FastVector, Resize) in TEST() argument
/third_party/skia/third_party/externals/angle2/src/common/
DFixedVector_unittest.cpp112 TEST(FixedVector, Resize) in TEST() argument
DFastVector_unittest.cpp176 TEST(FastVector, Resize) in TEST() argument
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.cc263 bool AndroidContextGL::Resize(const SkISize& size) { in Resize() function in flutter::AndroidContextGL
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationKeys.java136 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java129 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
/third_party/icu/icu4c/source/i18n/
Drulebasedcollator.cpp86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon61a0d94f0111::FixedSortKeyByteSink
118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
/third_party/node/deps/icu-small/source/i18n/
Drulebasedcollator.cpp86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon0b3cc75e0111::FixedSortKeyByteSink
118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
/third_party/skia/third_party/externals/icu/source/i18n/
Drulebasedcollator.cpp86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon006db39d0111::FixedSortKeyByteSink
118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drulebasedcollator.cpp86 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { in Resize() function in __anon0557e4320111::FixedSortKeyByteSink
118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize() function in CollationKeyByteSink
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc267 TYPED_TEST(TwoSizeTest, Resize) { in TYPED_TEST() argument
Dinlined_vector_test.cc554 TEST(IntVec, Resize) { in TEST() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1118 protected boolean Resize(int appendCapacity, int length) { in Resize() method in RuleBasedCollator.CollationKeyByteSink
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedCollator.java1090 protected boolean Resize(int appendCapacity, int length) { in Resize() method in RuleBasedCollator.CollationKeyByteSink
/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc260 TEST(RepeatedField, Resize) { in TEST() argument
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h249 …void Resize(int sz) { Storage.resize((sz + 31) >> 5); memset(Storage.Data, 0, … in Resize() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h256 …void Resize(int sz) { Storage.resize((sz + 31) >> 5); memset(Storage.Data, 0, … in Resize() function