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

12

/external/chromium_org/third_party/skia/src/effects/
H A DSkComposeImageFilter.cpp16 bool SkComposeImageFilter::onFilterImage(Proxy* proxy, function in class:SkComposeImageFilter
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 DSkBitmapSource.cpp59 bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx, function in class:SkBitmapSource
H A DSkDropShadowImageFilter.cpp65 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkDropShadowImageFilter
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 DSkTileImageFilter.cpp27 bool SkTileImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, function in class:SkTileImageFilter
H A DSkColorFilterImageFilter.cpp108 bool SkColorFilterImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkColorFilterImageFilter
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 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);
H A DSkBlurImageFilter.cpp160 bool SkBlurImageFilter::onFilterImage(Proxy* proxy, function in class:SkBlurImageFilter
/external/skia/src/effects/
H A DSkComposeImageFilter.cpp16 bool SkComposeImageFilter::onFilterImage(Proxy* proxy, function in class:SkComposeImageFilter
H A DSkBitmapSource.cpp47 bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx, function in class:SkBitmapSource
H A DSkPictureImageFilter.cpp61 bool SkPictureImageFilter::onFilterImage(Proxy* proxy, const SkBitmap&, const Context& ctx, function in class:SkPictureImageFilter
H A DSkRectShaderImageFilter.cpp53 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 DSkDropShadowImageFilter.cpp64 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkDropShadowImageFilter
H A DSkOffsetImageFilter.cpp17 bool SkOffsetImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkOffsetImageFilter
H A DSkTileImageFilter.cpp19 bool SkTileImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, function in class:SkTileImageFilter
H A DSkColorFilterImageFilter.cpp101 bool SkColorFilterImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, function in class:SkColorFilterImageFilter
H A DSkMatrixImageFilter.cpp47 bool SkMatrixImageFilter::onFilterImage(Proxy* proxy, function in class:SkMatrixImageFilter
H A DSkMergeImageFilter.cpp68 bool SkMergeImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, function in class:SkMergeImageFilter
H A DSkXfermodeImageFilter.cpp45 bool SkXfermodeImageFilter::onFilterImage(Proxy* proxy, function in class:SkXfermodeImageFilter
115 return onFilterImage(proxy, src, ctx, result, offset);
122 return onFilterImage(proxy, src, ctx, result, offset);

Completed in 354 milliseconds

12