/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat2x3.hpp | 73 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
|
H A D | type_mat2x4.hpp | 75 GLM_FUNC_DECL static length_type length(){return 2;} in length() function
|
H A D | type_mat3x2.hpp | 80 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
|
H A D | type_mat3x3.hpp | 79 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
|
H A D | type_mat3x4.hpp | 80 GLM_FUNC_DECL static length_type length(){return 3;} in length() function
|
H A D | type_mat4x2.hpp | 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
|
H A D | type_mat4x3.hpp | 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
|
H A D | type_mat4x4.hpp | 84 GLM_FUNC_DECL static length_type length(){return 4;} in length() function
|
/third_party/skia/tests/ |
H A D | DescriptorTest.cpp | 17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() argument
|
/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...] |