Home
last modified time | relevance | path

Searched defs:set (Results 251 - 275 of 3070) sorted by relevance

1...<<11121314151617181920>>...123

/third_party/skia/src/gpu/
H A DGrScissorState.h29 bool set(const SkIRect& rect) { in set() function in GrScissorState
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp50 uint8_t *set = nullptr; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_util.cpp66 uint32_t set = compiler.get_decoration(s.image_id, spv::DecorationDescriptorSet); in inherit_combined_sampler_bindings() local
H A Dspirv_parser.hpp54 T &set(uint32_t id, P &&... args) in set() function in SPIRV_CROSS_NAMESPACE::Parser
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsmatch.cpp29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, in set() function in CharsetMatch
/third_party/skia/src/pathops/
H A DSkPathOpsRect.h39 void set(const SkDPoint& pt) { in set() function
/third_party/skia/src/pdf/
H A DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set() function in SkPDFGlyphUse
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_bitset.h89 bitset& set(Index i, bool value = true) { in set() function in ityp::bitset
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cache.hh62 bool set (unsigned int key, unsigned int value) in set() function
H A Dhb-static.cc84 hb_user_data_array_t::set (hb_user_data_key_t *key, in set() function in hb_user_data_array_t
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-subset.c134 hb_set_t* set = hb_set_create (); in test_subset_sets() local
[all...]
/third_party/python/Lib/xml/dom/
H A Dminicompat.py103 def set(self, value, name=name): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreadLocal.h54 void set(T* d) { setInstance(d); } in set() function in llvm::sys::ThreadLocal
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringpiece.cpp46 void StringPiece::set(const char* str) { in set() function in StringPiece
H A Duset_imp.h50 USet *set; member
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Derrorcode.h104 void set(UErrorCode value) { errorCode=value; } in set() function in ErrorCode
H A Dnormalizer2.h762 const UnicodeSet &set; global() member in FilteredNormalizer2
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Donly_bitfields.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
/third_party/skia/modules/skottie/src/
H A DSkottieProperty.cpp63 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set() function in skottie::PropertyHandle
76 void PropertyHandle<OpacityPropertyValue, sksg::OpacityEffect>::set(const OpacityPropertyValue& o) { in set() function in skottie::PropertyHandle
89 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set() function in skottie::PropertyHandle
110 void PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::set( in set() function in skottie::PropertyHandle
/third_party/skia/include/core/
H A DSkRSXform.h54 void set(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in set() function
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs406 let mut set = unsafe { core::mem::zeroed() }; variables
/third_party/rust/crates/serde/test_suite/tests/macros/
H A Dmod.rs11 let mut set = BTreeSet::new(); variables
33 let mut set = HashSet::new(); variables
39 let mut set = HashSet::with_hasher(BuildHasherDefault::<$hasher>::default()); variables
/third_party/rust/crates/nix/src/sys/
H A Dtimer.rs128 pub fn set( in set() functions
[all...]
/third_party/rust/crates/rustix/src/process/
H A Dsched.rs45 pub fn set(&mut self, field: usize) { in set() functions

Completed in 9 milliseconds

1...<<11121314151617181920>>...123