Home
last modified time | relevance | path

Searched defs:resize (Results 51 - 75 of 117) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h193 void resize(unsigned N, bool t = false) { in resize() function in llvm::BitVector
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLiveness.h130 void resize(SizeT Index) { in resize() function in Ice::Liveness
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp197 void SkottieSlide::resize(SkScalar w, SkScalar h) { in resize() function in SkottieSlide
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h80 void resize(size_t Size) { TheMap.resize(Size); } in resize() function in llvm::detail::DenseSetImpl
H A DBitVector.h371 void resize(unsigned N, bool t = false) { in resize() function in llvm::BitVector
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h542 void resize(size_type n) { in resize() function in absl::InlinedVector
552 void resize(size_type n, const_reference v) { in resize() function in absl::InlinedVector
/third_party/spirv-tools/source/util/
H A Dsmall_vector.h419 void resize(size_t new_size, const T& v) { in resize() function in spvtools::utils::SmallVector
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp83 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowXlib
137 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowXcb
189 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowWayland
230 void resize (const UVec2&) in resize() function
255 void resize (const UVec2&) in resize() function
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp66 void resize (const UVec2& newSize) in resize() function in tcu::win32::VulkanWindow
/arkcompiler/runtime_core/libpandabase/utils/
H A Dsmall_vector.h468 void resize(size_t size) in resize() function in panda::SmallVector
494 void resize(size_t size, const value_type &val) in resize() function in panda::SmallVector
H A Dbit_vector.h357 void resize(size_t bits) in resize() function in panda::final
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsmall_vector.h472 void resize(size_t size) in resize() function in ark::SmallVector
500 void resize(size_t size, const value_type &val) in resize() function in ark::SmallVector
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h595 bool resize = false; in create_entry() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv_ext.cpp85 bool PixelYuvExt::resize(float xAxis, float yAxis) in resize() function in OHOS::Media::PixelYuvExt
91 bool PixelYuvExt::resize(int32_t dstW, int32_t dstH) in resize() function in OHOS::Media::PixelYuvExt
/third_party/icu/icu4c/source/common/
H A Dcmemory.h505 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize() function in MaybeStackArray
676 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize() function in MaybeStackHeaderAndArray
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h505 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize() function in MaybeStackArray
676 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize() function in MaybeStackHeaderAndArray
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc127 void UnicodeText::Repr::resize(int new_size) { in resize() function in i18n::phonenumbers::UnicodeText::Repr
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h287 void resize() in resize() function in nv50_ir::Stack
331 void resize(unsigned int index) in resize() function in nv50_ir::DynArray
/third_party/python/Tools/demo/
H A Dsortvisu.py561 def resize(self, newsize): member in SortDemo
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp777 bool Win32Window::resize(int width, int height) in resize() function in Win32Window
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueMap.h144 void resize(size_t Size) { Map.resize(Size); } in resize() function in llvm::ValueMap
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h505 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize() function in MaybeStackArray
676 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize() function in MaybeStackHeaderAndArray
/third_party/skia/include/private/
H A DSkTArray.h371 void resize(size_t count) { this->resize_back((int)count); } in resize() function in SkTArray
H A DSkTHash.h262 void resize(int capacity) { in resize() function in SkTHashTable
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatform.cpp234 void resize(const UVec2& newSize) in resize() function in tcu::Android::VulkanWindow

Completed in 23 milliseconds

12345