Home
last modified time | relevance | path

Searched refs:mapContext (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/core/
DSkNormalMapSource.cpp139 SkShaderBase::Context* mapContext) in Provider() argument
141 , fMapContext(mapContext) {} in Provider()
DSkNormalMapSource.h37 Provider(const SkNormalMapSourceImpl& source, SkShaderBase::Context* mapContext); in SK_FLATTENABLE_HOOKS()
DSkImageFilter_Base.h244 Context mapContext(const Context& ctx) const;
DSkImageFilter.cpp391 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/
DSkImageFilter_Base.h304 Context mapContext(const Context& ctx) const;
DSkImageFilter.cpp570 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/
DSkMatrixConvolutionImageFilter.cpp340 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
DSkBlurImageFilter.cpp912 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkMorphologyImageFilter.cpp626 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
/third_party/flutter/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp594 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkMatrixConvolutionImageFilter.cpp413 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
DSkMorphologyImageFilter.cpp744 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()