Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp932 int padHeight = srcHeight; in BlurGroundTruth() local
933 int padSize = padWidth * padHeight; in BlurGroundTruth()
948 int tmpWidth = padHeight + 4*pad; in BlurGroundTruth()
955 for (int y = 0 ; y < padHeight ; ++y) { in BlurGroundTruth()