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

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp460 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; local
465 center.set(smallW, smallH);
470 smallH + (innerIR.top() - srcM.fBounds.top()));
475 smallH += 1;
480 const SkScalar dy = SkIntToScalar(innerIR.height() - smallH);
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp457 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; local
462 center.set(smallW, smallH);
467 smallH + (innerIR.top() - srcM.fBounds.top()));
472 smallH += 1;
477 const SkScalar dy = SkIntToScalar(innerIR.height() - smallH);

Completed in 96 milliseconds