Searched refs:dstRowByteCount (Results 1 – 1 of 1) sorted by relevance
2017 int dstRowByteCount = dstRowStride; in imageCopy() local2034 Math.min(srcRowByteCount, dstRowByteCount)); in imageCopy()2038 byte[] dstDataRow = new byte[dstRowByteCount]; in imageCopy()2049 if (dstRowByteCount > remainingBytes) { in imageCopy()2050 dstRowByteCount = remainingBytes; in imageCopy()2055 dstBuffer.get(dstDataRow, /*offset*/0, dstRowByteCount); in imageCopy()2060 dstBuffer.put(dstDataRow, /*offset*/0, dstRowByteCount); in imageCopy()