Home | History | Annotate | Download | only in core

Lines Matching full:bytestocopy

988             size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel();
990 memcpy(dstP, srcP, bytesToCopy);