Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlurMF.cpp620 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2; in filterRectsToNine() local
626 center.set(smallW, smallH); in filterRectsToNine()
630 center.set(smallW + (innerIR.left() - srcM.fBounds.left()), in filterRectsToNine()
635 smallW += 1; in filterRectsToNine()
640 const SkScalar dx = SkIntToScalar(innerIR.width() - smallW); in filterRectsToNine()
/external/skqp/src/core/
DSkBlurMF.cpp620 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2; in filterRectsToNine() local
626 center.set(smallW, smallH); in filterRectsToNine()
630 center.set(smallW + (innerIR.left() - srcM.fBounds.left()), in filterRectsToNine()
635 smallW += 1; in filterRectsToNine()
640 const SkScalar dx = SkIntToScalar(innerIR.width() - smallW); in filterRectsToNine()