HomeSort by relevance Sort by last modified time
    Searched defs:SkImageFilter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 8 #include "SkImageFilter.h"
20 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect)
22 fInputs(new SkImageFilter*[inputCount]),
30 SkImageFilter::SkImageFilter(SkImageFilter* input, const CropRect* cropRect)
32 fInputs(new SkImageFilter*[1]),
38 SkImageFilter::SkImageFilter(SkImageFilter* input1, SkImageFilter* input2, const CropRect* cropRect
    [all...]
  /external/skia/src/core/
SkImageFilter.cpp 8 #include "SkImageFilter.h"
20 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect)
22 fInputs(new SkImageFilter*[inputCount]),
30 SkImageFilter::SkImageFilter(SkImageFilter* input, const CropRect* cropRect)
32 fInputs(new SkImageFilter*[1]),
38 SkImageFilter::SkImageFilter(SkImageFilter* input1, SkImageFilter* input2, const CropRect* cropRect
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageFilter.h 30 class SK_API SkImageFilter : public SkFlattenable {
32 SK_DECLARE_INST_COUNT(SkImageFilter)
58 virtual bool canHandleImageFilter(SkImageFilter*) = 0;
61 virtual bool filterImage(SkImageFilter*, const SkBitmap& src,
129 SkImageFilter* getInput(int i) const {
146 SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
149 SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL);
152 explicit SkImageFilter(SkImageFilter* input, const CropRect* cropRect = NULL)
    [all...]
  /external/skia/include/core/
SkImageFilter.h 30 class SK_API SkImageFilter : public SkFlattenable {
32 SK_DECLARE_INST_COUNT(SkImageFilter)
58 virtual bool canHandleImageFilter(SkImageFilter*) = 0;
61 virtual bool filterImage(SkImageFilter*, const SkBitmap& src,
129 SkImageFilter* getInput(int i) const {
146 SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
149 SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL);
152 explicit SkImageFilter(SkImageFilter* input, const CropRect* cropRect = NULL)
    [all...]

Completed in 90 milliseconds