Home
last modified time | relevance | path

Searched refs:filterBounds (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/effects/
DSkComposeImageFilter.cpp57 return inner->filterBounds(src, ctm, &tmp, direction) && in onFilterBounds()
58 outer->filterBounds(tmp, ctm, dst, direction); in onFilterBounds()
DSkDisplacementMapEffect.cpp290 return this->getColorInput()->filterBounds(src, ctm, dst, direction); in onFilterBounds()
/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp50 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), dst, direction); in onFilterBounds()
DSkImageFilter.cpp255 bool SkImageFilter::filterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst, in filterBounds() function in SkImageFilter
433 if (filter && !filter->filterBounds(src, ctm, &rect, direction)) { in onFilterBounds()
DSkCanvas.cpp1079 imageFilter->filterBounds(clipBounds, ctm, &clipBounds); in clipRectBounds()
/external/skia/include/core/
DSkImageFilter.h169 bool filterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst,
/external/skia/src/gpu/
DGrLayerHoister.cpp95 info.fPaint->getImageFilter()->filterBounds(clipBounds, totMat, &clipBounds); in compute_source_rect()
/external/skia/tests/
DImageFilterTest.cpp616 filter2->filterBounds(bounds, SkMatrix::I(), &bounds); in DEF_TEST()
627 filter2->filterBounds(bounds, SkMatrix::I(), &bounds); in DEF_TEST()
638 filter2->filterBounds(bounds, SkMatrix::I(), &bounds); in DEF_TEST()