Home
last modified time | relevance | path

Searched defs:bytesToCopy (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/
DSharedBuffer.cpp143 unsigned bytesToCopy = min(length, segmentFreeSpace); in append() local
205 unsigned bytesToCopy = min(bytesLeft, segmentSize); in buffer() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp148 int bytesToCopy = sourceRect.width() * 4; in getImageData() local
206 int bytesToCopy = destRect.width() * 4; in putImageData() local
/external/webkit/Source/WebCore/webaudio/
DJavaScriptAudioNode.cpp175 size_t bytesToCopy = sizeof(float) * framesToProcess; in process() local
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.cpp139 size_t bytesToCopy = min(bytesFromData - dstOffset, m_overlayLength - srcOffset); in read() local
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp48 unsigned bytesToCopy = min(bufferLength - bytesExtracted, moreDataLength); in copyFromSharedBuffer() local
/external/quake/quake/src/WinQuake/
Dsnd_android.cpp508 size_t bytesToCopy = buffer->size; in AndroidQuakeSoundCallback() local
/external/skia/src/core/
DSkBitmap.cpp937 size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel(); in copyTo() local