Searched refs:applyCropRectDeprecated (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/core/ |
D | SkImageFilter.h | 417 bool applyCropRectDeprecated(const Context&, Proxy* proxy, const SkBitmap& src,
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 325 if (!this->applyCropRectDeprecated(ctx, proxy, input, &srcOffset, &bounds, &input)) { in filterImageGPUDeprecated() 392 bool SkImageFilter::applyCropRectDeprecated(const Context& ctx, Proxy* proxy, const SkBitmap& src, in applyCropRectDeprecated() function in SkImageFilter
|
/external/skia/src/effects/ |
D | SkDisplacementMapEffect.cpp | 237 if (!this->applyCropRectDeprecated(ctx, proxy, displ, &displOffset, &displBounds, &displ)) { in onFilterImageDeprecated() 411 if (!this->applyCropRectDeprecated(ctx, proxy, displacementBM, 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/gm/ |
D | imagefiltersgraph.cpp | 51 if (!this->applyCropRectDeprecated(ctx, proxy, source, &srcOffset, &bounds, &source)) { in onFilterImageDeprecated()
|