Searched refs:combinedBounds (Results 1 – 2 of 2) sorted by relevance
215 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local219 combinedBounds.join(input->computeFastBounds(src)); in computeFastBounds()221 combinedBounds.join(src); in computeFastBounds()224 return combinedBounds; in computeFastBounds()
94 SkRect combinedBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() local98 combinedBounds.join(input->computeFastBounds(src)); in computeFastBounds()100 combinedBounds.join(src); in computeFastBounds()103 return combinedBounds; in computeFastBounds()