Searched refs:srcRowByteCount (Results 1 – 1 of 1) sorted by relevance
2016 int srcRowByteCount = srcRowStride; in imageCopy() local2018 byte[] srcDataRow = new byte[srcRowByteCount]; in imageCopy()2028 if (srcRowByteCount > remainingBytes) { in imageCopy()2029 srcRowByteCount = remainingBytes; in imageCopy()2032 srcBuffer.get(srcDataRow, /*offset*/0, srcRowByteCount); in imageCopy()2034 Math.min(srcRowByteCount, dstRowByteCount)); in imageCopy()2045 if (srcRowByteCount > remainingBytes) { in imageCopy()2046 srcRowByteCount = remainingBytes; in imageCopy()2053 srcBuffer.get(srcDataRow, /*offset*/0, srcRowByteCount); in imageCopy()