Home | History | Annotate | Download | only in src

Lines Matching full:numbytes

3521     unsigned int numBytes = widthInBytes * height;
3536 memcpy(dst, src, numBytes);
3546 for(unsigned int i = 0; i < numBytes; i+=3)
3565 for(unsigned int i = 0; i < numBytes; i+=3)