Searched refs:alignedWidth (Results 1 – 1 of 1) sorted by relevance
38 const int alignedWidth = (img_width/packetSize)*packetSize; in render() local59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize) in render()105 for(int x = alignedWidth; x < img_width; x++, pix++) in render()