Home | History | Annotate | Download | only in core

Lines Matching defs:bytesToCopy

937             size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel();
939 memcpy(dstP, srcP, bytesToCopy);