Home | History | Annotate | Download | only in effects

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 output
959 float *srcScanline = tmpImage + y*tmpWidth;