Searched defs:onFilterBounds (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkLocalMatrixImageFilter.cpp53 SkIRect SkLocalMatrixImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& matrix, function in class:SkLocalMatrixImageFilter
H A DSkImageFilter.cpp240 return this->onFilterBounds(bounds, ctm, direction);
242 SkIRect bounds = this->onFilterBounds(src, ctm, direction);
441 SkIRect SkImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm, function in class:SkImageFilter
/external/skia/src/effects/
H A DSkComposeImageFilter.cpp64 SkIRect SkComposeImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm, function in class:SkComposeImageFilter
H A DSkTileImageFilter.cpp126 SkIRect SkTileImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix&, MapDirection) const { function in class:SkTileImageFilter
H A DSkDisplacementMapEffect.cpp429 SkIRect SkDisplacementMapEffect::onFilterBounds(const SkIRect& src, const SkMatrix& ctm, function in class:SkDisplacementMapEffect

Completed in 114 milliseconds