Searched refs:readByteArray (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/src/core/ |
H A 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()
|
H A 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()
|
H A D | SkTextBlob.cpp | 760 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 D | SkReadBuffer.h | 133 bool readByteArray(void* value, size_t size);
|
H A D | SkPicture.cpp | 109 if (!buffer->readByteArray(&info.fMagic, sizeof(kMagic))) { in BufferIsSKP()
|
H A D | SkPictureData.cpp | 453 if (!buffer.readByteArray(data->writable_data(), size) || in parseBufferTag()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A 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/skia/src/effects/ |
H A D | SkEmbossMaskFilter.cpp | 130 if (buffer.readByteArray(&light, sizeof(Light))) { in CreateProc()
|
H A D | SkTableMaskFilter.cpp | 101 if (!buffer.readByteArray(table, 256)) { in CreateProc()
|
H A D | SkTableColorFilter.cpp | 94 if (buffer.readByteArray(argb, sizeof(argb))) { in CreateProc()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A 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/skia/tests/ |
H A D | SerializationTest.cpp | 101 return reader.readByteArray(data, arraySize); in Read() 594 // Test readByteArray in DEF_TEST()
|
Completed in 16 milliseconds