Home
last modified time | relevance | path

Searched defs:value (Results 2101 - 2125 of 11558) sorted by relevance

1...<<81828384858687888990>>...463

/third_party/skia/src/utils/
H A DSkParseColor.cpp342 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { in FindColor() argument
H A DSkJSONWriter.cpp18 void SkJSONWriter::appendS64(int64_t value) { in appendS64() argument
23 void SkJSONWriter::appendU64(uint64_t value) { in appendU64() argument
28 void SkJSONWriter::appendHexU64(uint64_t value) { in appendHexU64() argument
/third_party/skia/tests/
H A DDequeTest.cpp38 int value = max; in assert_iter() local
[all...]
/third_party/skia/src/opts/
H A DSkUtils_opts.h17 static void memsetT(T buffer[], T value, int count) { in memsetT() argument
33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16() argument
36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32() argument
39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64() argument
44 static void rect_memsetT(T buffer[], T value, in argument
51 rect_memset16(uint16_t buffer[], uint16_t value, int count, size_t rowBytes, int height) rect_memset16() argument
55 rect_memset32(uint32_t buffer[], uint32_t value, int count, size_t rowBytes, int height) rect_memset32() argument
59 rect_memset64(uint64_t buffer[], uint64_t value, int count, size_t rowBytes, int height) rect_memset64() argument
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLCase.cpp16 DSLCase::DSLCase(DSLExpression value, SkSL::StatementArray statements, PositionInfo pos) in DSLCase() argument
21 DSLCase::DSLCase(DSLExpression value, SkTArray<DSLStatement> statements, PositionInfo pos) in DSLCase() argument
/third_party/skia/src/sksl/ir/
H A DSkSLSwitchStatement.h29 SwitchStatement(int line, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() argument
66 std::unique_ptr<Expression>& value() { in value() function in SkSL::final
70 const std::unique_ptr<Expression>& value() const { in value() function in SkSL::final
H A DSkSLSwitchCase.h24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument
29 std::unique_ptr<Expression>& value() { in value() function in SkSL::final
33 const std::unique_ptr<Expression>& value() const { in value() function in SkSL::final
/third_party/skia/src/sfnt/
H A DSkOTTableTypes.h43 static const SK_OT_ULONG value = SkTEndian_SwapBE32( member in SkOTTableTAG
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DHistogramWriter.h49 addSample(const std::string &measurement, const std::string &story, double value, const std::string &units) addSample() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefBase.h56 RefBase(T value) : mValue(value) { in RefBase() argument
60 RefBase<T, Traits>& operator=(const T& value) { in operator =() argument
143 Acquire(T value) Acquire() argument
159 Reference(T value) Reference() argument
164 Release(T value) Release() argument
170 Set(T value) Set() argument
[all...]
H A DHashUtils.h28 size_t Hash(const T& value) { in Hash() argument
34 size_t Hash(const TypedInteger<Tag, T>& value) { in Hash() argument
47 void HashCombine(size_t* hash, const T& value) { in HashCombine() argument
59 void HashCombine(size_t* hash, const T& value, const Args&... args) { in HashCombine() argument
77 size_t Hash(const std::bitset<N>& value) { in Hash() argument
[all...]
H A DLog.h69 LogMessage& operator<<(T&& value) { in operator <<() argument
70 mStream << value; in operator <<() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DConstantFoldingTest.h44 ConstantFinder(const T &value) in ConstantFinder() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUTexture.cpp60 void GPUTexture::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DEnumMaskIteratorTests.cpp29 static constexpr unsigned value = 3; member
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-04-generate-java-literals.py29 value = ord(b) variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectContentHasher.h31 void Record(const T& value, const Args&... args) { in Record() argument
H A DBindingInfo.cpp21 AbslFormatConvert( BindingInfoType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
H A DPersistentCache.cpp44 void PersistentCache::StoreData(const PersistentCacheKey& key, const void* value, size_t size) { in StoreData() argument
51 mCache->StoreData(ToAPI(mDevice), key.data(), key.size(), value, size); in StoreData() local
/third_party/openssl/crypto/asn1/
H A Dt_bitst.c33 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, in ASN1_BIT_STRING_set_asc() argument
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort4.c89 GXV_LookupValueDesc value; in gxv_mort_subtable_type4_lookupfmt4_transit() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h55 void set_format_version(int32_t value) { format_version_ = value; } in set_format_version() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() argument
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { in write() argument
38 inline void write<double>(raw_ostream &os, double value, in write() argument
H A DPointerLikeTypeTraits.h36 static const bool value = false; member
42 static const bool value = true; member
46 static const bool value = HasPointerLikeTypeTraits<T>::value; member
50 static const bool value = true; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadicDetails.h58 static bool const value = member in llvm::detail::has_FormatProvider

Completed in 11 milliseconds

1...<<81828384858687888990>>...463