Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkBlurMF.cpp621 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; in filterRectsToNine() local
626 center.set(smallW, smallH); in filterRectsToNine()
631 smallH + (innerIR.top() - srcM.fBounds.top())); in filterRectsToNine()
636 smallH += 1; in filterRectsToNine()
641 const SkScalar dy = SkIntToScalar(innerIR.height() - smallH); in filterRectsToNine()
/external/skia/src/core/
DSkBlurMF.cpp622 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; in filterRectsToNine() local
627 center.set(smallW, smallH); in filterRectsToNine()
632 smallH + (innerIR.top() - srcM.fBounds.top())); in filterRectsToNine()
637 smallH += 1; in filterRectsToNine()
642 const SkScalar dy = SkIntToScalar(innerIR.height() - smallH); in filterRectsToNine()