Home
last modified time | relevance | path

Searched refs:tmpWidth (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkBlurMask.cpp582 int tmpWidth = padHeight + 4*pad; in BlurGroundTruth() local
584 int tmpSize = tmpWidth * tmpHeight; in BlurGroundTruth()
592 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output in BlurGroundTruth()
606 float *srcScanline = tmpImage + y*tmpWidth; in BlurGroundTruth()
607 for (int x = pad ; x < tmpWidth - pad ; ++x) { in BlurGroundTruth()

Completed in 2 milliseconds