Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurImageFilter.cpp88 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in onFilterImageDeprecated()
213 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in filterImageGPUDeprecated()
DSkMorphologyImageFilter.cpp74 if (!this->applyCropRectDeprecated(this->mapContext(ctx), proxy, src, &srcOffset, in filterImageGeneric()
615 if (!this->applyCropRectDeprecated(this->mapContext(ctx), proxy, input, &srcOffset, in filterImageGPUGeneric()
DSkMatrixConvolutionImageFilter.cpp283 if (!this->applyCropRectDeprecated(this->mapContext(ctx), proxy, src, &srcOffset, in onFilterImageDeprecated()
/external/skia/src/core/
DSkImageFilter.cpp252 return input->filterImageDeprecated(proxy, src, this->mapContext(ctx), result, offset); in filterInputDeprecated()
455 SkImageFilter::Context SkImageFilter::mapContext(const Context& ctx) const { in mapContext() function in SkImageFilter
493 if (input->filterImageDeprecated(proxy, src, this->mapContext(ctx), result, offset)) { in filterInputGPUDeprecated()
/external/skia/include/core/
DSkImageFilter.h444 Context mapContext(const Context& ctx) const;