Searched defs:bytesToCopy (Results 1 – 8 of 8) sorted by relevance
133 const size_t bytesToCopy = std::min(size, fBufferedSoFar - fOffset); in readFromBuffer() local
90 const size_t bytesToCopy = width << fSource.shiftPerPixel(); in blitRect() local
337 const size_t bytesToCopy = rowIter - rowBegin; in doLZW() local
530 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel; in haveDecodedRow() local
1820 size_t bytesToCopy = std::min(initializeBufferMemorySize, newSize); in GetBitstreamBuffer() local
389 const ptrdiff_t bytesToCopy = fromLim - *fromP; in utf8_toUtf8() local
392 const ptrdiff_t bytesToCopy = fromLim - *fromP; in utf8_toUtf8() local
3835 int bytesToCopy = Math.min(l, (int) currentRemaining()); in readRawBytesTo() local