Searched refs:srcRowByteCount (Results 1 – 1 of 1) sorted by relevance
3223 int srcRowByteCount = srcRowStride; in imageCopy() local3234 srcRowByteCount = Math.min(srcRowByteCount, srcBuffer.remaining()); in imageCopy()3237 srcBuffer.get(srcDataRow, /*offset*/0, srcRowByteCount); in imageCopy()3249 if (srcRowByteCount > remainingBytes) { in imageCopy()3250 srcRowByteCount = remainingBytes; in imageCopy()3257 srcBuffer.get(srcDataRow, /*offset*/0, srcRowByteCount); in imageCopy()