Searched refs:nByteWidth (Results 1 – 1 of 1) sorted by relevance
444 int nByteWidth = nSrcLinestep; in ImplCopyImage() local445 if( nByteWidth > rDstBuffer.mnScanlineSize ) in ImplCopyImage()446 nByteWidth = rDstBuffer.mnScanlineSize; in ImplCopyImage()450 memcpy( pRawDst, pRawSrc, nByteWidth ); in ImplCopyImage()
Completed in 22 milliseconds