Home
last modified time | relevance | path

Searched refs:tmpHeight (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/
DSkBlurMask.cpp949 int tmpHeight = padWidth - 2*pad; in BlurGroundTruth() local
950 int tmpSize = tmpWidth * tmpHeight; in BlurGroundTruth()
971 for (int y = 0 ; y < tmpHeight ; ++y) { in BlurGroundTruth()