Searched refs:filterBounds (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/effects/ |
D | SkComposeImageFilter.cpp | 57 return inner->filterBounds(src, ctm, &tmp, direction) && in onFilterBounds() 58 outer->filterBounds(tmp, ctm, dst, direction); in onFilterBounds()
|
D | SkDisplacementMapEffect.cpp | 290 return this->getColorInput()->filterBounds(src, ctm, dst, direction); in onFilterBounds()
|
/external/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 50 return this->getInput(0)->filterBounds(src, SkMatrix::Concat(matrix, fLocalM), dst, direction); in onFilterBounds()
|
D | SkImageFilter.cpp | 255 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()
|
D | SkCanvas.cpp | 1079 imageFilter->filterBounds(clipBounds, ctm, &clipBounds); in clipRectBounds()
|
/external/skia/include/core/ |
D | SkImageFilter.h | 169 bool filterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst,
|
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 95 info.fPaint->getImageFilter()->filterBounds(clipBounds, totMat, &clipBounds); in compute_source_rect()
|
/external/skia/tests/ |
D | ImageFilterTest.cpp | 616 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()
|