Lines Matching refs:tmpImage
939 SkAutoTMalloc<float> tmpImage(tmpSize);940 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));945 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output959 float *srcScanline = tmpImage + y*tmpWidth;