Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkNormalMapSource.h37 Provider(const SkNormalMapSourceImpl& source, SkShaderBase::Context* mapContext);
DSkNormalMapSource.cpp139 SkShaderBase::Context* mapContext) in Provider() argument
141 , fMapContext(mapContext) {} in Provider()
DSkImageFilter.cpp479 SkImageFilter::Context SkImageFilter::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter
508 sk_sp<SkSpecialImage> result(input->filterImage(src, this->mapContext(ctx), offset)); in filterInput()
DSkBlurImageFilter.cpp159 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
/external/skia/include/core/
DSkImageFilter.h390 Context mapContext(const Context& ctx) const;
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp295 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()
DSkMorphologyImageFilter.cpp543 input = this->applyCropRect(this->mapContext(ctx), input.get(), &inputOffset, &bounds); in onFilterImage()