Lines Matching refs:tmpWidth
935 int tmpWidth = padHeight + 4*pad;937 int tmpSize = tmpWidth * tmpHeight;945 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output959 float *srcScanline = tmpImage + y*tmpWidth;960 for (int x = pad ; x < tmpWidth - pad ; ++x) {