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

/external/chromium_org/third_party/skia/src/effects/
H A DSkMorphologyImageFilter.cpp217 SkIRect tmpBounds = SkIRect::MakeWH(bounds.width(), bounds.height()); local
218 erodeY(temp, dst, height, tmpBounds);
279 SkIRect tmpBounds = SkIRect::MakeWH(bounds.width(), bounds.height()); local
280 dilateY(temp, dst, height, tmpBounds);
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp217 SkIRect tmpBounds = SkIRect::MakeWH(bounds.width(), bounds.height()); local
218 erodeY(temp, dst, height, tmpBounds);
279 SkIRect tmpBounds = SkIRect::MakeWH(bounds.width(), bounds.height()); local
280 dilateY(temp, dst, height, tmpBounds);

Completed in 88 milliseconds