/external/skia/src/effects/ |
D | SkComposeImageFilter.cpp | 33 if (!this->filterInputDeprecated(1, proxy, src, ctx, &tmp, &innerOffset)) in onFilterImageDeprecated() 41 if (!this->filterInputDeprecated(0, proxy, tmp, outerContext, result, &outerOffset)) { in onFilterImageDeprecated()
|
D | SkOffsetImageFilter.cpp | 24 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated() 35 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated()
|
D | SkXfermodeImageFilter.cpp | 51 if (!this->filterInputDeprecated(0, proxy, src, ctx, &background, &backgroundOffset)) { in onFilterImageDeprecated() 55 if (!this->filterInputDeprecated(1, proxy, src, ctx, &foreground, &foregroundOffset)) { in onFilterImageDeprecated()
|
D | SkColorFilterImageFilter.cpp | 64 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated()
|
D | SkMergeImageFilter.cpp | 76 if (!this->filterInputDeprecated(i, proxy, src, ctx, &inputs[i], &offsets[i])) { in onFilterImageDeprecated()
|
D | SkTileImageFilter.cpp | 43 if (!this->filterInputDeprecated(0, proxy, src, ctx, &source, &srcOffset)) { in onFilterImageDeprecated()
|
D | SkDropShadowImageFilter.cpp | 61 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) in onFilterImageDeprecated()
|
D | SkDisplacementMapEffect.cpp | 220 if (!this->filterInputDeprecated(1, proxy, src, ctx, &color, &colorOffset) || in onFilterImageDeprecated() 221 !this->filterInputDeprecated(0, proxy, src, ctx, &displ, &displOffset)) { in onFilterImageDeprecated()
|
D | SkBlurImageFilter.cpp | 77 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated()
|
D | SkMatrixConvolutionImageFilter.cpp | 274 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated()
|
D | SkMorphologyImageFilter.cpp | 65 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in filterImageGeneric()
|
D | SkLightingImageFilter.cpp | 1233 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated() 1377 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated()
|
/external/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 45 return this->filterInputDeprecated(0, proxy, src, localCtx, result, offset); in onFilterImageDeprecated()
|
D | SkMatrixImageFilter.cpp | 56 if (!this->filterInputDeprecated(0, proxy, source, ctx, &src, &srcOffset)) { in onFilterImageDeprecated()
|
D | SkImageFilter.cpp | 245 bool SkImageFilter::filterInputDeprecated(int index, Proxy* proxy, const SkBitmap& src, in filterInputDeprecated() function in SkImageFilter
|
/external/skia/include/core/ |
D | SkImageFilter.h | 386 bool filterInputDeprecated(int index, Proxy*, const SkBitmap& src, const Context&,
|
/external/skia/gm/ |
D | imagefiltersgraph.cpp | 46 if (!this->filterInputDeprecated(0, proxy, src, ctx, &source, &srcOffset)) { in onFilterImageDeprecated()
|