HomeSort by relevance Sort by last modified time
    Searched refs:smallW (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
SkBlurMaskFilter.cpp 660 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
666 center.set(smallW, smallH);
670 center.set(smallW + (innerIR.left() - srcM.fBounds.left()),
675 smallW += 1;
680 const SkScalar dx = SkIntToScalar(innerIR.width() - smallW);
    [all...]
  /external/skqp/src/effects/
SkBlurMaskFilter.cpp 659 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
665 center.set(smallW, smallH);
669 center.set(smallW + (innerIR.left() - srcM.fBounds.left()),
674 smallW += 1;
679 const SkScalar dx = SkIntToScalar(innerIR.width() - smallW);
    [all...]

Completed in 149 milliseconds