Home
last modified time | relevance | path

Searched refs:readByteArray (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/src/core/
DSkVertices.cpp330 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()
DSkReadBuffer.cpp263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
303 if (!this->readByteArray(buffer.get(), numBytes)) { in readByteArrayAsData()
DSkTextBlob.cpp775 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()
DSkReadBuffer.h133 bool readByteArray(void* value, size_t size);
DSkPicture.cpp109 if (!buffer->readByteArray(&info.fMagic, sizeof(kMagic))) { in BufferIsSKP()
DSkPictureData.cpp453 if (!buffer.readByteArray(data->writable_data(), size) || in parseBufferTag()
/third_party/flutter/skia/src/effects/
DSkOverdrawColorFilter.cpp76 if (!buffer.readByteArray(colors, sizeof(colors))) { in CreateProc()
DSkEmbossMaskFilter.cpp129 if (buffer.readByteArray(&light, sizeof(Light))) { in CreateProc()
DSkTableMaskFilter.cpp100 if (!buffer.readByteArray(table, 256)) { in CreateProc()
DSkTableColorFilter.cpp172 if (!buffer.readByteArray(packedStorage, packedSize)) { in CreateProc()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java964 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/
DSkReadBuffer.h120 bool readByteArray(void* value, size_t size);
286 bool readByteArray (void*, size_t) { return false; } in readByteArray() function
DSkReadBuffer.cpp239 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
270 if (!this->readByteArray(buffer.get(), numBytes)) { in readByteArrayAsData()
DSkTextBlob.cpp754 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()
DSkPicture.cpp103 if (!buffer->readByteArray(&info.fMagic, sizeof(kMagic))) { in BufferIsSKP()
DSkPictureData.cpp456 if (!buffer.readByteArray(data->writable_data(), size) || in parseBufferTag()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js259 this.readByteArray = function (...args) { method
263 this.readByteArray = function () { method
/third_party/skia/src/effects/
DSkEmbossMaskFilter.cpp130 if (buffer.readByteArray(&light, sizeof(Light))) { in CreateProc()
DSkTableMaskFilter.cpp101 if (!buffer.readByteArray(table, 256)) { in CreateProc()
DSkTableColorFilter.cpp94 if (buffer.readByteArray(argb, sizeof(argb))) { in CreateProc()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java328 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/
DSerializationTest.cpp102 return reader.readByteArray(data, arraySize); in Read()
/third_party/skia/tests/
DSerializationTest.cpp101 return reader.readByteArray(data, arraySize); in Read()