Home
last modified time | relevance | path

Searched refs:readByteArray (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/core/
H A 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()
H A DSkReadBuffer.cpp263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
303 if (!this->readByteArray(buffer.get(), numBytes)) { in readByteArrayAsData()
H A DSkTextBlob.cpp760 if (!reader.readByteArray(buf->glyphs, glyphSize) || in MakeFromBuffer()
761 !reader.readByteArray(buf->pos, posSize)) { in MakeFromBuffer()
766 if (!reader.readByteArray(buf->clusters, clusterSize) || in MakeFromBuffer()
767 !reader.readByteArray(buf->utf8text, textSize)) { in MakeFromBuffer()
H A DSkReadBuffer.h133 bool readByteArray(void* value, size_t size);
H A DSkPicture.cpp109 if (!buffer->readByteArray(&info.fMagic, sizeof(kMagic))) { in BufferIsSKP()
H A DSkPictureData.cpp453 if (!buffer.readByteArray(data->writable_data(), size) || in parseBufferTag()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A 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/skia/src/effects/
H A DSkEmbossMaskFilter.cpp130 if (buffer.readByteArray(&light, sizeof(Light))) { in CreateProc()
H A DSkTableMaskFilter.cpp101 if (!buffer.readByteArray(table, 256)) { in CreateProc()
H A DSkTableColorFilter.cpp94 if (buffer.readByteArray(argb, sizeof(argb))) { in CreateProc()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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/skia/tests/
H A DSerializationTest.cpp101 return reader.readByteArray(data, arraySize); in Read()
594 // Test readByteArray in DEF_TEST()

Completed in 16 milliseconds