Home
last modified time | relevance | path

Searched defs:length (Results 301 - 325 of 3468) sorted by relevance

1...<<11121314151617181920>>...139

/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp15 static SkUnichar next_unichar_UTF16BE(const uint8_t** srcPtr, size_t* length) { in next_unichar_UTF16BE() argument
51 static void SkString_from_UTF16BE(const uint8_t* utf16be, size_t length, SkStrin argument
85 SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) SkStringFromMacRoman() argument
[all...]
/third_party/skia/src/utils/
H A DSkTextUtils.cpp27 void SkTextUtils::GetPath(const void* text, size_t length, SkTextEncoding encoding, in GetPath() argument
H A DSkJSONWriter.cpp39 int length = _vsnprintf_s(buffer, kBufferSize, _TRUNCATE, fmt, argp); in appendf() local
41 int length = vsnprintf(buffer, kBufferSize, fmt, argp); in appendf() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dutf8_util.c68 BrotliIsMostlyUTF8( const uint8_t* data, const size_t pos, const size_t mask, const size_t length, const double min_fraction) BrotliIsMostlyUTF8() argument
/third_party/openssl/crypto/cast/
H A Dc_cfb64.c25 CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *schedule, unsigned char *ivec, int *num, int enc) CAST_cfb64_encrypt() argument
H A Dc_ofb64.c24 CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, const CAST_KEY *schedule, unsigned char *ivec, int *num) CAST_ofb64_encrypt() argument
/third_party/openssl/crypto/des/
H A Dncbc_enc.c19 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in DES_cbc_encrypt() argument
H A Dofb64ede.c23 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) DES_ede3_ofb64_encrypt() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-ltag-table.hh56 HBUINT16 length; /* String length (in bytes) */ member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() argument
64 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData() argument
[all...]
H A Dgrowable_memory_byte_array.cc34 CopyTo(OutputStream* os, int32_t offset, int32_t length) CopyTo() argument
49 InternalPut(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalPut() argument
66 InternalGet(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalGet() argument
[all...]
H A Dgrowable_memory_byte_array.h35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument
38 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
H A Dmemory_byte_array.cc23 MemoryByteArray::MemoryByteArray(int32_t length) in MemoryByteArray() argument
36 CopyTo(OutputStream* os, int32_t offset, int32_t length) CopyTo() argument
56 InternalPut(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalPut() argument
71 InternalGet(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalGet() argument
[all...]
H A Dmemory_byte_array.h47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() argument
50 CopyTo(int32_t dst_offset, ByteArray* array, int32_t src_offset, int32_t length) CopyTo() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) BitmapGlyphInfo() argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) BitmapGlyphInfo() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dfile_io_test.cc37 size_t length = ftell(file_handle); in TestFileInputStream() local
98 size_t length = ftell(file_handle); in TestFontInputStreamBasic() local
[all...]
H A Dopen_type_data_test.cc58 int32_t length = source->CopyTo(destination); in TestOTFCopy() local
/third_party/python/Lib/xml/dom/
H A Dminicompat.py64 length = property(_get_length, _set_length, variable in NodeList
97 length = property(_get_length, _set_length, variable in EmptyNodeList
/third_party/pulseaudio/src/pulsecore/
H A Dpacket.c38 size_t length; member
47 pa_packet* pa_packet_new(size_t length) { in pa_packet_new() argument
67 pa_packet* pa_packet_new_data(const void* data, size_t length) { in pa_packet_new_data() argument
78 pa_packet_new_dynamic(void* data, size_t length) pa_packet_new_dynamic() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h26 static size_t length(const codeview::CVSymbol &Item) { in length() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Doperand.cc46 uint32_t Operand::length() const { in length() function in tint::writer::spirv::Operand
/third_party/skia/third_party/externals/icu/source/common/
H A Dappendable.cpp35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() argument
H A Dbytesinkutil.h45 static UBool appendUnchanged(const uint8_t *s, int32_t length, in appendUnchanged() argument
H A Dchariter.cpp27 CharacterIterator::CharacterIterator(int32_t length) in CharacterIterator() argument
34 CharacterIterator::CharacterIterator(int32_t length, int32_t position) in CharacterIterator() argument
46 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) in CharacterIterator() argument
H A Dlocaleprioritylist.h81 const int32_t length; member in LocalePriorityList::Iterator

Completed in 7 milliseconds

1...<<11121314151617181920>>...139