Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp718 SkIRect tmpBounds = SkIRect::MakeWH(srcBounds.width(), srcBounds.height()); in onFilterImage() local
720 tmp.getAddr32(tmpBounds.left(), tmpBounds.top()), tmp.rowBytesAsPixels(), in onFilterImage()
721 &dst, height, tmpBounds); in onFilterImage()
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp736 SkIRect tmpBounds = SkIRect::MakeWH(srcBounds.width(), srcBounds.height()); in onFilterImage() local
738 tmp.getAddr32(tmpBounds.left(), tmpBounds.top()), tmp.rowBytesAsPixels(), in onFilterImage()
739 &dst, height, tmpBounds); in onFilterImage()