Home | History | Annotate | Download | only in core

Lines Matching defs:bytesToCopy

1107             size_t bytesToCopy = tmpDst.width() * tmpDst.bytesPerPixel();
1109 memcpy(dstP, srcP, bytesToCopy);