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 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);
/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);
/external/chromium_org/third_party/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

Completed in 175 milliseconds

12