Home
last modified time | relevance | path

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

/external/skqp/include/effects/
DSkDisplacementMapEffect.h60 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput() function
/external/skia/include/effects/
DSkDisplacementMapEffect.h60 const SkImageFilter* getColorInput() const { return getInput(1); } in getColorInput() function
/external/skqp/src/effects/imagefilters/
DSkDisplacementMapEffect.cpp376 SkRect bounds = this->getColorInput() ? this->getColorInput()->computeFastBounds(src) : src; in computeFastBounds()
392 if (this->getColorInput()) { in onFilterBounds()
393 return this->getColorInput()->filterBounds(src, ctm, dir, inputRect); in onFilterBounds()
/external/skia/src/effects/imagefilters/
DSkDisplacementMapEffect.cpp378 SkRect bounds = this->getColorInput() ? this->getColorInput()->computeFastBounds(src) : src; in computeFastBounds()
394 if (this->getColorInput()) { in onFilterBounds()
395 return this->getColorInput()->filterBounds(src, ctm, dir, inputRect); in onFilterBounds()