Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDisplacementMapEffect.cpp416 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()
/external/skia/include/effects/
DSkDisplacementMapEffect.h58 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput() function