Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMaskFilter.cpp659 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2; in filterRectsToNine() local
665 center.set(smallW, smallH); in filterRectsToNine()
669 center.set(smallW + (innerIR.left() - srcM.fBounds.left()), in filterRectsToNine()
674 smallW += 1; in filterRectsToNine()
679 const SkScalar dx = SkIntToScalar(innerIR.width() - smallW); in filterRectsToNine()