Searched refs:bytesToCopy (Results 1 – 2 of 2) sorted by relevance
117 int bytesToCopy = Math.min(len, mBytes.remaining()); in read() local118 if (bytesToCopy <= 0) { in read()122 return bytesToCopy; in read()
707 const size_t bytesToCopy = std::min(mRecycledBitmap->info().minRowBytes(), in copyIfNecessary() local712 memcpy(dst, mSkiaBitmap->getAddr(0, y), bytesToCopy); in copyIfNecessary()