Home | History | Annotate | Download | only in effects

Lines Matching refs:tmpWidth

930         int tmpWidth = padHeight + 4*pad;
932 int tmpSize = tmpWidth * tmpHeight;
940 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output
954 float *srcScanline = tmpImage + y*tmpWidth;
955 for (int x = pad ; x < tmpWidth - pad ; ++x) {