/third_party/skia/src/core/ |
D | SkVertices.cpp | 330 buffer.readByteArray(builder.positions(), sizes.fVSize); in Decode() 338 buffer.readByteArray(builder.texCoords(), sizes.fTSize); in Decode() 339 buffer.readByteArray(builder.colors(), sizes.fCSize); in Decode() 342 buffer.readByteArray(builder.indices(), isize); in Decode()
|
D | SkReadBuffer.cpp | 263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer 303 if (!this->readByteArray(buffer.get(), numBytes)) { in readByteArrayAsData()
|
D | SkTextBlob.cpp | 775 if (!reader.readByteArray(buf->glyphs, glyphSize) || in MakeFromBuffer() 776 !reader.readByteArray(buf->pos, posSize)) { in MakeFromBuffer() 781 if (!reader.readByteArray(buf->clusters, clusterSize) || in MakeFromBuffer() 782 !reader.readByteArray(buf->utf8text, textSize)) { in MakeFromBuffer()
|
D | SkReadBuffer.h | 133 bool readByteArray(void* value, size_t size);
|
D | SkPicture.cpp | 109 if (!buffer->readByteArray(&info.fMagic, sizeof(kMagic))) { in BufferIsSKP()
|
D | SkPictureData.cpp | 453 if (!buffer.readByteArray(data->writable_data(), size) || in parseBufferTag()
|
/third_party/flutter/skia/src/effects/ |
D | SkOverdrawColorFilter.cpp | 76 if (!buffer.readByteArray(colors, sizeof(colors))) { in CreateProc()
|
D | SkEmbossMaskFilter.cpp | 129 if (buffer.readByteArray(&light, sizeof(Light))) { in CreateProc()
|
D | SkTableMaskFilter.cpp | 100 if (!buffer.readByteArray(table, 256)) { in CreateProc()
|
D | SkTableColorFilter.cpp | 172 if (!buffer.readByteArray(packedStorage, packedSize)) { in CreateProc()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedInputStreamTest.java | 964 byte[] result = inputStream.readByteArray(); in testReadByteArray() 966 result = inputStream.readByteArray(); in testReadByteArray() 969 result = inputStream.readByteArray(); in testReadByteArray() 972 result = inputStream.readByteArray(); in testReadByteArray() 1023 byte[] result = input.readByteArray(); in testReadLargeByteArrayFromInputStream() 1238 byte[] byteArray = codedInputStream.readByteArray(); in testMaliciousInputStream()
|
/third_party/flutter/skia/src/core/ |
D | SkReadBuffer.h | 120 bool readByteArray(void* value, size_t size); 286 bool readByteArray (void*, size_t) { return false; } in readByteArray() function
|
D | SkReadBuffer.cpp | 239 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer 270 if (!this->readByteArray(buffer.get(), numBytes)) { in readByteArrayAsData()
|
D | SkTextBlob.cpp | 754 if (!reader.readByteArray(buf->glyphs, glyphSize) || in MakeFromBuffer() 755 !reader.readByteArray(buf->pos, posSize)) { in MakeFromBuffer() 760 if (!reader.readByteArray(buf->clusters, clusterSize) || in MakeFromBuffer() 761 !reader.readByteArray(buf->utf8text, textSize)) { in MakeFromBuffer()
|
D | SkPicture.cpp | 103 if (!buffer->readByteArray(&info.fMagic, sizeof(kMagic))) { in BufferIsSKP()
|
D | SkPictureData.cpp | 456 if (!buffer.readByteArray(data->writable_data(), size) || in parseBufferTag()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_rpc.js | 259 this.readByteArray = function (...args) { method 263 this.readByteArray = function () { method
|
/third_party/skia/src/effects/ |
D | SkEmbossMaskFilter.cpp | 130 if (buffer.readByteArray(&light, sizeof(Light))) { in CreateProc()
|
D | SkTableMaskFilter.cpp | 101 if (!buffer.readByteArray(table, 256)) { in CreateProc()
|
D | SkTableColorFilter.cpp | 94 if (buffer.readByteArray(argb, sizeof(argb))) { in CreateProc()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 328 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream 916 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder 1641 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder 2390 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder 3501 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
|
/third_party/flutter/skia/tests/ |
D | SerializationTest.cpp | 102 return reader.readByteArray(data, arraySize); in Read()
|
/third_party/skia/tests/ |
D | SerializationTest.cpp | 101 return reader.readByteArray(data, arraySize); in Read()
|