Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkNormalMapSource.h37 Provider(const SkNormalMapSourceImpl& source, SkShaderBase::Context* mapContext); in SK_FLATTENABLE_HOOKS()
DSkNormalMapSource.cpp138 SkShaderBase::Context* mapContext) in Provider() argument
140 , fMapContext(mapContext) {} in Provider()
DSkImageFilter.cpp430 SkImageFilter::Context SkImageFilter::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter
460 sk_sp<SkSpecialImage> result(input->filterImage(src, this->mapContext(ctx), offset)); in filterInput()
/external/skqp/include/core/
DSkImageFilter.h425 Context mapContext(const Context& ctx) const;
/external/skia/src/core/
DSkImageFilter_Base.h320 Context mapContext(const Context& ctx) const;
DSkImageFilter.cpp562 skif::FilterResult<For::kOutput> result = as_IFB(input)->filterImage(this->mapContext(ctx)); in filterInput()
574 SkImageFilter_Base::Context SkImageFilter_Base::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter_Base
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp546 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkMatrixConvolutionImageFilter.cpp341 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
DSkMorphologyImageFilter.cpp636 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
/external/skqp/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp318 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &dstBounds); in onFilterImage()
DSkBlurImageFilter.cpp579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
DSkMorphologyImageFilter.cpp654 input = this->applyCropRectAndPad(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()