Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkImageFilter.cpp215 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
219 combinedBounds.join(input->computeFastBounds(src)); in computeFastBounds()
221 combinedBounds.join(src); in computeFastBounds()
224 return combinedBounds; in computeFastBounds()
/external/skia/src/core/
DSkImageFilter.cpp94 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local
98 combinedBounds.join(input->computeFastBounds(src)); in computeFastBounds()
100 combinedBounds.join(src); in computeFastBounds()
103 return combinedBounds; in computeFastBounds()