Home
last modified time | relevance | path

Searched refs:applyCropRectDeprecated (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkImageFilter.h417 bool applyCropRectDeprecated(const Context&, Proxy* proxy, const SkBitmap& src,
/external/skia/src/core/
DSkImageFilter.cpp325 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/
DSkDisplacementMapEffect.cpp237 if (!this->applyCropRectDeprecated(ctx, proxy, displ, &displOffset, &displBounds, &displ)) { in onFilterImageDeprecated()
411 if (!this->applyCropRectDeprecated(ctx, proxy, displacementBM, 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/gm/
Dimagefiltersgraph.cpp51 if (!this->applyCropRectDeprecated(ctx, proxy, source, &srcOffset, &bounds, &source)) { in onFilterImageDeprecated()