Searched refs:widthB (Results 1 – 1 of 1) sorted by relevance
450 unsigned int widthB = width * bytes; in copyBuffer() local451 unsigned int widthMaxB = widthB - 1; in copyBuffer()460 for(unsigned int x = 0; x < widthB; ++x) in copyBuffer()470 for(unsigned int x = 0; x < widthB; ++x) in copyBuffer()484 memcpy(destBuffer, sourceBuffer, widthB); in copyBuffer()491 memcpy(destBuffer, sourceBuffer, widthB); in copyBuffer()