Home | History | Annotate | Download | only in effects

Lines Matching refs:tmpSize

921         int tmpSize = tmpWidth * tmpHeight;
923 SkAutoTMalloc<float> tmpImage(tmpSize);
924 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));