Searched defs:SkMatrixConvolutionImageFilter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h16 /*! \class SkMatrixConvolutionImageFilter
22 class SK_API SkMatrixConvolutionImageFilter : public SkImageFilter { class in inherits:SkImageFilter
52 SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha, SkImageFilter* input = NULL);
53 virtual ~SkMatrixConvolutionImageFilter();
55 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMatrixConvolutionImageFilter)
58 SkMatrixConvolutionImageFilter(SkFlattenableReadBuffer& buffer);
/external/skia/include/effects/
H A DSkMatrixConvolutionImageFilter.h16 /*! \class SkMatrixConvolutionImageFilter
22 class SK_API SkMatrixConvolutionImageFilter : public SkImageFilter { class in inherits:SkImageFilter
52 SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha, SkImageFilter* input = NULL);
53 virtual ~SkMatrixConvolutionImageFilter();
55 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMatrixConvolutionImageFilter)
58 SkMatrixConvolutionImageFilter(SkFlattenableReadBuffer& buffer);
/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp8 #include "SkMatrixConvolutionImageFilter.h"
25 SkMatrixConvolutionImageFilter::SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha, SkImageFilter* input) function in class:SkMatrixConvolutionImageFilter
41 SkMatrixConvolutionImageFilter::SkMatrixConvolutionImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) { function in class:SkMatrixConvolutionImageFilter
56 void SkMatrixConvolutionImageFilter::flatten(SkFlattenableWriteBuffer& buffer) const {
69 SkMatrixConvolutionImageFilter::~SkMatrixConvolutionImageFilter() {
116 void SkMatrixConvolutionImageFilter::filterPixels(const SkBitmap& src, SkBitmap* result, const SkIRect& rect) {
150 void SkMatrixConvolutionImageFilter
[all...]
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp8 #include "SkMatrixConvolutionImageFilter.h"
25 SkMatrixConvolutionImageFilter::SkMatrixConvolutionImageFilter(const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& target, TileMode tileMode, bool convolveAlpha, SkImageFilter* input) function in class:SkMatrixConvolutionImageFilter
41 SkMatrixConvolutionImageFilter::SkMatrixConvolutionImageFilter(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) { function in class:SkMatrixConvolutionImageFilter
56 void SkMatrixConvolutionImageFilter::flatten(SkFlattenableWriteBuffer& buffer) const {
69 SkMatrixConvolutionImageFilter::~SkMatrixConvolutionImageFilter() {
116 void SkMatrixConvolutionImageFilter::filterPixels(const SkBitmap& src, SkBitmap* result, const SkIRect& rect) {
150 void SkMatrixConvolutionImageFilter
[all...]

Completed in 50 milliseconds