Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlurMask.cpp566 int padHeight = srcHeight; in BlurGroundTruth() local
567 int padSize = padWidth * padHeight; in BlurGroundTruth()
582 int tmpWidth = padHeight + 4*pad; in BlurGroundTruth()
589 for (int y = 0 ; y < padHeight ; ++y) { in BlurGroundTruth()
/external/skqp/src/core/
DSkBlurMask.cpp571 int padHeight = srcHeight; in BlurGroundTruth() local
572 int padSize = padWidth * padHeight; in BlurGroundTruth()
587 int tmpWidth = padHeight + 4*pad; in BlurGroundTruth()
594 for (int y = 0 ; y < padHeight ; ++y) { in BlurGroundTruth()