Searched refs:mapContext (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/effects/ |
D | SkBlurImageFilter.cpp | 88 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in onFilterImageDeprecated() 213 if (!this->applyCropRect(this->mapContext(ctx), srcBounds, &dstBounds)) { in filterImageGPUDeprecated()
|
D | SkMorphologyImageFilter.cpp | 74 if (!this->applyCropRectDeprecated(this->mapContext(ctx), proxy, src, &srcOffset, in filterImageGeneric() 615 if (!this->applyCropRectDeprecated(this->mapContext(ctx), proxy, input, &srcOffset, in filterImageGPUGeneric()
|
D | SkMatrixConvolutionImageFilter.cpp | 283 if (!this->applyCropRectDeprecated(this->mapContext(ctx), proxy, src, &srcOffset, in onFilterImageDeprecated()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 252 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/ |
D | SkImageFilter.h | 444 Context mapContext(const Context& ctx) const;
|