Searched refs:applyCropRectAndPad (Results 1 – 10 of 10) sorted by relevance
/external/skqp/include/core/ |
D | SkImageFilter.h | 416 sk_sp<SkSpecialImage> applyCropRectAndPad(const Context&, SkSpecialImage* src,
|
/external/skia/src/core/ |
D | SkImageFilter_Base.h | 308 sk_sp<SkSpecialImage> applyCropRectAndPad(const Context&, SkSpecialImage* src,
|
D | SkImageFilter.cpp | 417 sk_sp<SkSpecialImage> SkImageFilter_Base::applyCropRectAndPad(const Context& ctx, in applyCropRectAndPad() function in SkImageFilter_Base
|
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 381 sk_sp<SkSpecialImage> SkImageFilter::applyCropRectAndPad(const Context& ctx, in applyCropRectAndPad() function in SkImageFilter
|
/external/skqp/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 318 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
|
D | SkDisplacementMapEffect.cpp | 252 displ = this->applyCropRectAndPad(ctx, displ.get(), &displOffset, &displBounds); in onFilterImage()
|
D | SkMorphologyImageFilter.cpp | 654 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
|
/external/skia/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 341 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
|
D | SkDisplacementMapImageFilter.cpp | 267 displ = this->applyCropRectAndPad(ctx, displ.get(), &displOffset, &displBounds); in onFilterImage()
|
D | SkMorphologyImageFilter.cpp | 636 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
|