Go to the documentation of this file.
11 this->pStart = (
byte *) pStart;
21 if (!srcArea.
isValid()) {
return 1;}
71 if (src.
bpp != dst.
bpp) {
return 1;}
73 if (err) {
return 100 + err;}
94 byte * dRowEnd = d + count;
97 memcpy(d, src, dst.
bpp);
107 memcpy(d, src, count);