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

/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp661 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; local
666 center.set(smallW, smallH);
671 smallH + (innerIR.top() - srcM.fBounds.top()));
676 smallH += 1;
681 const SkScalar dy = SkIntToScalar(innerIR.height() - smallH);
/external/skqp/src/effects/
H A DSkBlurMaskFilter.cpp660 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; local
665 center.set(smallW, smallH);
670 smallH + (innerIR.top() - srcM.fBounds.top()));
675 smallH += 1;
680 const SkScalar dy = SkIntToScalar(innerIR.height() - smallH);

Completed in 78 milliseconds