Home
last modified time | relevance | path

Searched refs:data (Results 31201 - 31225 of 50196) sorted by relevance

1...<<1241124212431244124512461247124812491250>>...2008

/third_party/skia/src/core/
H A DSkPathEffect.cpp209 sk_sp<SkPathEffect> SkPathEffect::Deserialize(const void* data, size_t size, in Deserialize() argument
213 kSkPathEffect_Type, data, size, procs).release())); in Deserialize()
H A DSkGlyphBuffer.h70 return fSource.get<0>().data() == fRejectedGlyphIDs.data(); in sourceIsRejectBuffers()
H A DSkReadBuffer.h39 SkReadBuffer(const void* data, size_t size) { in SkReadBuffer() argument
40 this->setMemory(data, size); in SkReadBuffer()
96 // common data structures
132 // binary data and arrays
144 // helpers to get info about arrays and binary data
147 // If there is a real error (e.g. data is corrupted) this returns null. If the image cannot
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineState.cpp84 fDataManager.set4fv(fBuiltinUniformHandles.fRTAdjustmentUni, 1, v.data()); in setRenderTargetState()
88 fDataManager.set2fv(fBuiltinUniformHandles.fRTFlipUni, 1, d.data()); in setRenderTargetState()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.cpp94 this->setVertexAttributes(fAttribs.data(), fAttribs.count()); in GrStrokeTessellationShader()
97 this->setInstanceAttributes(fAttribs.data(), fAttribs.count()); in GrStrokeTessellationShader()
/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp83 void* data() override;
113 void* PoolDiscardableMemory::data() { in data() function in __anon18894::PoolDiscardableMemory
/third_party/skia/src/gpu/gl/
H A DGrGLProgram.cpp167 fProgramDataManager.set4fv(fBuiltinUniformHandles.fRTAdjustmentUni, 1, v.data()); in setRenderTargetState()
170 fProgramDataManager.set2fv(fBuiltinUniformHandles.fRTFlipUni, 1, d.data()); in setRenderTargetState()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp163 locText, size, data()); in checkGuardBlock()
166 locText, size, data()); in checkGuardBlock()
/third_party/openssl/crypto/rc5/
H A Drc5_enc.c100 s = key->data; in RC5_32_encrypt()
136 s = key->data; in RC5_32_decrypt()
/third_party/openssl/crypto/x509/
H A Dv3_akid.c47 tmp = OPENSSL_buf2hexstr(akeyid->keyid->data, akeyid->keyid->length); in STACK_OF()
69 tmp = OPENSSL_buf2hexstr(akeyid->serial->data, akeyid->serial->length); in STACK_OF()
/third_party/openssl/include/openssl/
H A Dobjects.h47 const char *data; member
57 int OBJ_NAME_add(const char *name, int type, const char *data);
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.c179 sz = GET_HW(ctx)->tls_init(&ctx->base, p->data, p->data_size); in rc4_hmac_md5_set_ctx_params()
192 GET_HW(ctx)->init_mackey(&ctx->base, p->data, p->data_size); in rc4_hmac_md5_set_ctx_params()
/third_party/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c142 int mac_digest_sign_update(void *vpmacctx, const unsigned char *data, in mac_digest_sign_update() argument
150 return EVP_MAC_update(pmacctx->macctx, data, datalen); in mac_digest_sign_update()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DGlyphStripper.java19 import com.google.typography.font.sfntly.data.ReadableFontData;
20 import com.google.typography.font.sfntly.data.WritableFontData;
62 // Note: padding up the size of the data blocks is quite an unpleasant hack. in stripSimpleGlyph()
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dsmall_vector.cpp50 auto *old_data = ints.data(); in propagate_stack_to_heap()
54 SPVC_ASSERT(old_data != ints.data()); in propagate_stack_to_heap()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp152 memcpy(&value, words.data(), sizeof(float)); in FloatingPointValueIsSuitable()
158 memcpy(&value, words.data(), sizeof(double)); in FloatingPointValueIsSuitable()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlog.h117 snprintf(longer_message.data(), longer_message.size(), format, in Logf()
119 Log(consumer, level, source, position, longer_message.data()); in Logf()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dadded_function_reducer.cpp129 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in InterestingnessFunctionForReducingAddedFunction()
240 BuildModule(target_env_, consumer_, binary_under_reduction.data(), in ReplayAdaptedTransformations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp152 memcpy(&value, words.data(), sizeof(float)); in FloatingPointValueIsSuitable()
158 memcpy(&value, words.data(), sizeof(double)); in FloatingPointValueIsSuitable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlog.h117 snprintf(longer_message.data(), longer_message.size(), format, in Logf()
119 Log(consumer, level, source, position, longer_message.data()); in Logf()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dlinker_fixture.h79 if (!tools_.Assemble(bodies[i], binaries.data() + i, assemble_options_)) in AssembleAndLink()
126 while (RE2::ConsumeN(&temp2, pattern, pargs.data(), cnt + 1)) { in ExpandAndLink()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_utils.cpp46 return ures_getStringByKeyWithFallback(res, key.data(), nullptr, &localStatus); in doGetPattern()
113 // Copy the data from the old DecNum to the new one. in DecNum()
124 _setTo(cstr.data(), str.length(), status); in setTo()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dalphaindex.h300 * data does not include index characters, a set of them will be
362 * Builds an immutable, thread-safe version of this instance, without data records.
484 * @param data An optional pointer to user data associated with this
486 * data pointer the name will be available for each Record.
491 virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status);
516 * of <name, data> pairs added.
520 * of (name, data) items added with addRecord().
584 * Get the number of <name, data> Records in the current Bucket.
629 * Return the data pointe
[all...]
H A Duspoof.h611 * The memory containing the serialized data must remain valid and unchanged
615 * serialized data.
617 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data
618 * @param length the number of bytes available at data;
620 * @param pActualLength receives the actual number of bytes at data taken up by the data;
630 uspoof_openFromSerialized(const void *data, int32_t length, int32_t *pActualLength,
634 * Open a Spoof Checker from the source form of the spoof data.
635 * The input corresponds to the Unicode data fil
[all...]

Completed in 35 milliseconds

1...<<1241124212431244124512461247124812491250>>...2008