| /third_party/skia/src/sfnt/ |
| H A D | SkOTTable_name.cpp | 15 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 D | SkTextUtils.cpp | 27 void SkTextUtils::GetPath(const void* text, size_t length, SkTextEncoding encoding, in GetPath() argument
|
| H A D | SkJSONWriter.cpp | 39 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 D | utf8_util.c | 68 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 D | c_cfb64.c | 25 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 D | c_ofb64.c | 24 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 D | ncbc_enc.c | 19 void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in DES_cbc_encrypt() argument
|
| H A D | ofb64ede.c | 23 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 D | hb-aat-ltag-table.hh | 56 HBUINT16 length; /* String length (in bytes) */ member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | font_data.cc | 31 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 D | growable_memory_byte_array.cc | 34 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 D | growable_memory_byte_array.h | 35 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 D | memory_byte_array.cc | 23 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 D | memory_byte_array.h | 47 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 D | bitmap_glyph_info.cc | 21 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 D | file_io_test.cc | 37 size_t length = ftell(file_handle); in TestFileInputStream() local 98 size_t length = ftell(file_handle); in TestFontInputStreamBasic() local [all...] |
| H A D | open_type_data_test.cc | 58 int32_t length = source->CopyTo(destination); in TestOTFCopy() local
|
| /third_party/python/Lib/xml/dom/ |
| H A D | minicompat.py | 64 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 D | packet.c | 38 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 D | GSIStreamBuilder.h | 26 static size_t length(const codeview::CVSymbol &Item) { in length() function
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | operand.cc | 46 uint32_t Operand::length() const { in length() function in tint::writer::spirv::Operand
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | appendable.cpp | 35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() argument
|
| H A D | bytesinkutil.h | 45 static UBool appendUnchanged(const uint8_t *s, int32_t length, in appendUnchanged() argument
|
| H A D | chariter.cpp | 27 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 D | localeprioritylist.h | 81 const int32_t length; member in LocalePriorityList::Iterator
|