Searched refs:getColorInput (Results 1 – 2 of 2) sorted by relevance
416 SkRect bounds = this->getColorInput() ? this->getColorInput()->computeFastBounds(src) : src; in computeFastBounds()432 if (this->getColorInput()) { in onFilterBounds()433 return this->getColorInput()->filterBounds(src, ctm, direction); in onFilterBounds()447 if (this->getColorInput()) { in toString()448 this->getColorInput()->toString(str); in toString()
58 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput() function