Searched defs:onFilterImage (Results 1 - 25 of 42) sorted by path

12

/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp186 this->onFilterImage(proxy, src, context, result, offset)) {
224 bool SkImageFilter::onFilterImage(Proxy*, const SkBitmap&, const Context&, function in class:SkImageFilter
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp27 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
328 bool SkAlphaThresholdFilterImpl::onFilterImage(Proxy*, const SkBitmap& src, function in class:SkAlphaThresholdFilterImpl
H A DSkBitmapSource.cpp59 bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx, function in class:SkBitmapSource
H A DSkBlurImageFilter.cpp160 bool SkBlurImageFilter::onFilterImage(Proxy* proxy, function in class:SkBlurImageFilter
H A DSkColorFilterImageFilter.cpp108 bool SkColorFilterImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkColorFilterImageFilter
H A DSkComposeImageFilter.cpp16 bool SkComposeImageFilter::onFilterImage(Proxy* proxy, function in class:SkComposeImageFilter
H A DSkDisplacementMapEffect.cpp222 bool SkDisplacementMapEffect::onFilterImage(Proxy* proxy, function in class:SkDisplacementMapEffect
H A DSkDropShadowImageFilter.cpp65 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkDropShadowImageFilter
H A DSkLightingImageFilter.cpp296 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
328 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
1006 bool SkDiffuseLightingImageFilter::onFilterImage(Proxy* proxy, function in class:SkDiffuseLightingImageFilter
1125 bool SkSpecularLightingImageFilter::onFilterImage(Proxy* proxy, function in class:SkSpecularLightingImageFilter
H A DSkMagnifierImageFilter.cpp306 bool SkMagnifierImageFilter::onFilterImage(Proxy*, const SkBitmap& src, function in class:SkMagnifierImageFilter
H A DSkMatrixConvolutionImageFilter.cpp307 bool SkMatrixConvolutionImageFilter::onFilterImage(Proxy* proxy, function in class:SkMatrixConvolutionImageFilter
H A DSkMatrixImageFilter.cpp59 bool SkMatrixImageFilter::onFilterImage(Proxy* proxy, function in class:SkMatrixImageFilter
H A DSkMergeImageFilter.cpp59 bool SkMergeImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, function in class:SkMergeImageFilter
H A DSkMorphologyImageFilter.cpp212 bool SkErodeImageFilter::onFilterImage(Proxy* proxy, function in class:SkErodeImageFilter
226 bool SkDilateImageFilter::onFilterImage(Proxy* proxy, function in class:SkDilateImageFilter
H A DSkOffsetImageFilter.cpp17 bool SkOffsetImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkOffsetImageFilter
H A DSkPictureImageFilter.cpp76 bool SkPictureImageFilter::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx, function in class:SkPictureImageFilter
H A DSkRectShaderImageFilter.cpp61 bool SkRectShaderImageFilter::onFilterImage(Proxy* proxy, function in class:SkRectShaderImageFilter
H A DSkTestImageFilters.cpp24 bool SkDownSampleImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, function in class:SkDownSampleImageFilter
H A DSkTileImageFilter.cpp27 bool SkTileImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, function in class:SkTileImageFilter
H A DSkXfermodeImageFilter.cpp53 bool SkXfermodeImageFilter::onFilterImage(Proxy* proxy, function in class:SkXfermodeImageFilter
123 return onFilterImage(proxy, src, ctx, result, offset);
130 return onFilterImage(proxy, src, ctx, result, offset);
/external/chromium_org/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp439 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&, function in class:__anon15396::DummyImageFilter
/external/skia/src/core/
H A DSkImageFilter.cpp114 this->onFilterImage(proxy, src, context, result, offset)) {
160 bool SkImageFilter::onFilterImage(Proxy*, const SkBitmap&, const Context&, function in class:SkImageFilter
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp24 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
306 bool SkAlphaThresholdFilterImpl::onFilterImage(Proxy*, const SkBitmap& src, function in class:SkAlphaThresholdFilterImpl
H A DSkBicubicImageFilter.cpp83 bool SkBicubicImageFilter::onFilterImage(Proxy* proxy, function in class:SkBicubicImageFilter
H A DSkBitmapSource.cpp47 bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx, function in class:SkBitmapSource

Completed in 383 milliseconds

12