Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkImageFilter.cpp267 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
271 combinedBounds.join(input->computeFastBounds(src)); in computeFastBounds()
273 combinedBounds.join(src); in computeFastBounds()
276 return combinedBounds; in computeFastBounds()