Searched defs:bytesToCopy (Results 1 – 7 of 7) sorted by relevance
143 unsigned bytesToCopy = min(length, segmentFreeSpace); in append() local205 unsigned bytesToCopy = min(bytesLeft, segmentSize); in buffer() local
148 int bytesToCopy = sourceRect.width() * 4; in getImageData() local206 int bytesToCopy = destRect.width() * 4; in putImageData() local
175 size_t bytesToCopy = sizeof(float) * framesToProcess; in process() local
139 size_t bytesToCopy = min(bytesFromData - dstOffset, m_overlayLength - srcOffset); in read() local
48 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength); in copyFromSharedBuffer() local
508 size_t bytesToCopy = buffer->size; in AndroidQuakeSoundCallback() local
937 size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel(); in copyTo() local