Home
last modified time | relevance | path

Searched defs:length (Results 376 - 400 of 4702) sorted by relevance

1...<<11121314151617181920>>...189

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat2x3.hpp73 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
H A Dtype_mat2x4.hpp75 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
H A Dtype_mat3x2.hpp80 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_mat3x3.hpp79 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_mat3x4.hpp80 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
H A Dtype_mat4x2.hpp85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
H A Dtype_mat4x3.hpp85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
H A Dtype_mat4x4.hpp84 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
/third_party/skia/tests/
H A DDescriptorTest.cpp17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() argument
/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...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...189