Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkMorphologyImageFilter.cpp119 SkIRect tmpBounds = SkIRect::MakeWH(srcBounds.width(), srcBounds.height()); in filterImageGeneric() local
120 callProcY(procY, temp, dst, height, tmpBounds); in filterImageGeneric()