Searched refs:bufferDst (Results 1 – 1 of 1) sorted by relevance
479 unsigned char *bufferDst, *bufferSrc; in copy2Dto1D() local537 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()550 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()552 bufferDst += row; in copy2Dto1D()553 if ( ( bufferSrc > bufferSrcEnd ) || ( bufferDst > bufferDstEnd ) ) { in copy2Dto1D()679 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()685 for ( int i = 0 ; i < height ; i++, bufferSrc += alignedRow, bufferDst += row) { in copy2Dto1D()686 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()