Searched refs:mapContext (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkNormalMapSource.cpp | 139 SkShaderBase::Context* mapContext) in Provider() argument 141 , fMapContext(mapContext) {} in Provider()
|
D | SkNormalMapSource.h | 37 Provider(const SkNormalMapSourceImpl& source, SkShaderBase::Context* mapContext); in SK_FLATTENABLE_HOOKS()
|
D | SkImageFilter_Base.h | 244 Context mapContext(const Context& ctx) const;
|
D | SkImageFilter.cpp | 391 sk_sp<SkSpecialImage> result(as_IFB(input)->filterImage(this->mapContext(ctx), offset)); in filterInput() 398 SkImageFilter_Base::Context SkImageFilter_Base::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter_Base
|
/third_party/skia/src/core/ |
D | SkImageFilter_Base.h | 304 Context mapContext(const Context& ctx) const;
|
D | SkImageFilter.cpp | 570 skif::FilterResult result = as_IFB(input)->filterImage(this->mapContext(ctx)); in filterInput() 576 SkImageFilter_Base::Context SkImageFilter_Base::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter_Base
|
/third_party/skia/src/effects/imagefilters/ |
D | SkMatrixConvolutionImageFilter.cpp | 340 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
|
D | SkBlurImageFilter.cpp | 912 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
|
D | SkMorphologyImageFilter.cpp | 626 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 594 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
|
D | SkMatrixConvolutionImageFilter.cpp | 413 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
|
D | SkMorphologyImageFilter.cpp | 744 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
|