/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | ByteArray.java | 201 public int copyTo(ByteArray<? extends ByteArray<?>> array) { in copyTo() method in ByteArray 202 return copyTo(array, 0, this.length()); in copyTo() 214 copyTo(ByteArray<? extends ByteArray<?>> array, int offset, int length) { in copyTo() method in ByteArray 215 return this.copyTo(0, array, offset, length); in copyTo() 227 public int copyTo( in copyTo() method in ByteArray 248 public int copyTo(OutputStream os) throws IOException { in copyTo() method in ByteArray 249 return this.copyTo(os, 0, this.length()); in copyTo() 261 public int copyTo(OutputStream os, int offset, int length) throws IOException { in copyTo() method in ByteArray
|
D | ReadableFontData.java | 550 public int copyTo(OutputStream os) throws IOException { in copyTo() method in ReadableFontData 551 return this.array.copyTo(os, this.boundOffset(0), this.length()); in copyTo() 560 public int copyTo(WritableFontData wfd) { in copyTo() method in ReadableFontData 561 return this.array.copyTo(wfd.boundOffset(0), wfd.array, this.boundOffset(0), this.length()); in copyTo()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | ByteArray.java | 201 public int copyTo(ByteArray<? extends ByteArray<?>> array) { in copyTo() method in ByteArray 202 return copyTo(array, 0, this.length()); in copyTo() 214 copyTo(ByteArray<? extends ByteArray<?>> array, int offset, int length) { in copyTo() method in ByteArray 215 return this.copyTo(0, array, offset, length); in copyTo() 227 public int copyTo( in copyTo() method in ByteArray 248 public int copyTo(OutputStream os) throws IOException { in copyTo() method in ByteArray 249 return this.copyTo(os, 0, this.length()); in copyTo() 261 public int copyTo(OutputStream os, int offset, int length) throws IOException { in copyTo() method in ByteArray
|
D | ReadableFontData.java | 550 public int copyTo(OutputStream os) throws IOException { in copyTo() method in ReadableFontData 551 return this.array.copyTo(os, this.boundOffset(0), this.length()); in copyTo() 560 public int copyTo(WritableFontData wfd) { in copyTo() method in ReadableFontData 561 return this.array.copyTo(wfd.boundOffset(0), wfd.array, this.boundOffset(0), this.length()); in copyTo()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | sharpness_op.cc | 59 input_img.row(0).copyTo(result.row(0)); in Compute() 60 input_img.row(height - 1).copyTo(result.row(height - 1)); in Compute() 61 input_img.col(0).copyTo(result.col(0)); in Compute() 62 input_img.col(width - 1).copyTo(result.col(width - 1)); in Compute()
|
D | solarize_op.cc | 59 input_cv->mat().copyTo(output_cv_tensor->mat(), mask_mat_tensor->mat() == 0); in Compute() 60 input_cv->mat().copyTo(output_cv_tensor->mat(), input_cv->mat() < threshold_min_); in Compute()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | LiteralByteStringTest.java | 121 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 136 stringUnderTest.copyTo(destination, stringUnderTest.size() + 1 - length, in testCopyTo_ByteArrayOffsetLengthErrors() 146 stringUnderTest.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 155 stringUnderTest.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors() 164 stringUnderTest.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors() 173 stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors() 182 stringUnderTest.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors() 192 stringUnderTest.copyTo(myBuffer); in testCopyTo_ByteBuffer()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | NioByteStringTest.java | 125 testString.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 140 testString.copyTo(destination, testString.size() + 1 - length, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 148 testString.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 156 testString.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors() 166 testString.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors() 174 testString.copyTo(destination, 2 * testString.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors() 184 testString.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors() 196 testString.copyTo(myBuffer); in testCopyTo_ByteBuffer() 203 testString.copyTo(myBuffer); in testCopyTo_ByteBuffer() 210 testString.copyTo(myBuffer); in testCopyTo_ByteBuffer() [all …]
|
D | LiteralByteStringTest.java | 138 stringUnderTest.copyTo(destination, sourceOffset, destinationOffset, length); in testCopyTo_ByteArrayOffsetLength() 153 stringUnderTest.copyTo( in testCopyTo_ByteArrayOffsetLengthErrors() 162 stringUnderTest.copyTo(destination, -1, destinationOffset, length); in testCopyTo_ByteArrayOffsetLengthErrors() 172 stringUnderTest.copyTo(destination, 0, -1, length); in testCopyTo_ByteArrayOffsetLengthErrors() 182 stringUnderTest.copyTo(destination, 0, 0, -1); in testCopyTo_ByteArrayOffsetLengthErrors() 190 stringUnderTest.copyTo(destination, 2 * stringUnderTest.size(), 0, length); in testCopyTo_ByteArrayOffsetLengthErrors() 200 stringUnderTest.copyTo(destination, 0, 2 * destination.length, length); in testCopyTo_ByteArrayOffsetLengthErrors() 211 stringUnderTest.copyTo(myBuffer); in testCopyTo_ByteBuffer()
|
D | DiscardUnknownFieldsTest.java | 79 payload.copyTo(copied, 0); in assertReuseCodedInputStreamPreserve() 80 payload.copyTo(copied, messageSize); in assertReuseCodedInputStreamPreserve()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | FontDataTable.java | 69 return this.data.copyTo(os); in serialize() 73 return this.data.copyTo(data); in serialize() 131 data.copyTo(newData); in data() 207 this.rData.copyTo(newData); in internalWriteData()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | FontDataTable.java | 69 return this.data.copyTo(os); in serialize() 73 return this.data.copyTo(data); in serialize() 131 data.copyTo(newData); in data() 207 this.rData.copyTo(newData); in internalWriteData()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkBuffer.cpp | 112 void Buffer::copyTo(void *dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo() function in vk::Buffer 119 void Buffer::copyTo(Buffer *dstBuffer, const VkBufferCopy2KHR &pRegion) const in copyTo() function in vk::Buffer 121 copyTo(dstBuffer->getOffsetPointer(pRegion.dstOffset), pRegion.size, pRegion.srcOffset); in copyTo()
|
D | VkBuffer.hpp | 35 void copyTo(void *dstMemory, VkDeviceSize size, VkDeviceSize offset) const; 36 void copyTo(Buffer *dstBuffer, const VkBufferCopy2KHR &pRegion) const;
|
D | VkImage.hpp | 62 void copyTo(Image *dstImage, const VkImageCopy2KHR ®ion) const; 63 void copyTo(Buffer *dstBuffer, const VkBufferImageCopy2KHR ®ion); 67 void copyTo(uint8_t *dst, unsigned int dstPitch) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCShuffler.cpp | 79 void HexagonMCShuffler::copyTo(MCInst &MCB) { in copyTo() function in HexagonMCShuffler 97 copyTo(MCB); in reshuffleTo() 162 MCS.copyTo(MCB); in HexagonMCShuffle()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphStripper.java | 90 originalGlyfData.slice(glyphOffset, headerAndNumberOfContoursSize).copyTo(newGlyfSlice); in writeHeaderAndContoursSize() 104 originalGlyfSlice.copyTo(newGlyfSlice); in writeEndSimpleGlyph() 114 originalGlyphSlice.copyTo(newGlyf); in stripCompositeGlyph()
|
D | PostScriptTableBuilder.java | 362 src.readFontData().slice(0, V1_TABLE_SIZE).copyTo(v1Data); in initV1From() 402 v1Data.copyTo(data); in build()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphStripper.java | 90 originalGlyfData.slice(glyphOffset, headerAndNumberOfContoursSize).copyTo(newGlyfSlice); in writeHeaderAndContoursSize() 104 originalGlyfSlice.copyTo(newGlyfSlice); in writeEndSimpleGlyph() 114 originalGlyphSlice.copyTo(newGlyf); in stripCompositeGlyph()
|
D | PostScriptTableBuilder.java | 362 src.readFontData().slice(0, V1_TABLE_SIZE).copyTo(v1Data); in initV1From() 402 v1Data.copyTo(data); in build()
|
/third_party/skia/src/android/ |
D | SkAnimatedImage.cpp | 141 bool SkAnimatedImage::Frame::copyTo(Frame* dst) const { in copyTo() function in SkAnimatedImage::Frame 274 fDecodingFrame.copyTo(&fRestoreFrame); in decodeNextFrame() 278 if (!fDisplayFrame.copyTo(&fDecodingFrame)) { in decodeNextFrame() 287 } else if (!fRestoreFrame.copyTo(&fDecodingFrame)) { in decodeNextFrame()
|
/third_party/flutter/skia/src/android/ |
D | SkAnimatedImage.cpp | 139 bool SkAnimatedImage::Frame::copyTo(Frame* dst) const { in copyTo() function in SkAnimatedImage::Frame 271 fDecodingFrame.copyTo(&fRestoreFrame); in decodeNextFrame() 275 if (!fDisplayFrame.copyTo(&fDecodingFrame)) { in decodeNextFrame() 284 } else if (!fRestoreFrame.copyTo(&fDecodingFrame)) { in decodeNextFrame()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 234 left.copyTo(bytes, 0, 0, leftSize); in concatenateBytes() 235 right.copyTo(bytes, 0, leftSize, rightSize); in concatenateBytes() 415 public void copyTo(ByteBuffer target) { in copyTo() method 416 left.copyTo(target); in copyTo() 417 right.copyTo(target); in copyTo() 885 currentPiece.copyTo(b, currentPieceIndex, offset, count); in readSkipInternal()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | ByteArrayTests.java | 57 ba.copyTo(fixedCopy); in copyTest() 62 ba.copyTo(growableCopy); in copyTest()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
D | ByteArrayTests.java | 57 ba.copyTo(fixedCopy); in copyTest() 62 ba.copyTo(growableCopy); in copyTest()
|