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

  /external/skia/src/effects/
SkBlurDrawLooper.cpp 8 #include "SkBlurDrawLooper.h"
20 SkBlurDrawLooper::SkBlurDrawLooper(SkColor color, SkScalar sigma,
26 void SkBlurDrawLooper::initEffects() {
54 void SkBlurDrawLooper::init(SkScalar sigma, SkScalar dx, SkScalar dy,
65 SkBlurDrawLooper::SkBlurDrawLooper(SkReadBuffer& buffer) : INHERITED(buffer) {
76 void SkBlurDrawLooper::flatten(SkWriteBuffer& buffer) const {
85 SkBlurDrawLooper::~SkBlurDrawLooper() {
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurDrawLooper.cpp 8 #include "SkBlurDrawLooper.h"
20 SkBlurDrawLooper::SkBlurDrawLooper(SkColor color, SkScalar sigma,
26 void SkBlurDrawLooper::initEffects() {
54 void SkBlurDrawLooper::init(SkScalar sigma, SkScalar dx, SkScalar dy,
66 SkBlurDrawLooper::SkBlurDrawLooper(SkReadBuffer& buffer) : INHERITED(buffer) {
78 SkFlattenable* SkBlurDrawLooper::CreateProc(SkReadBuffer& buffer) {
87 void SkBlurDrawLooper::flatten(SkWriteBuffer& buffer) const {
95 SkBlurDrawLooper::~SkBlurDrawLooper()
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkBlurDrawLooper.h 18 /** \class SkBlurDrawLooper
23 class SK_API SkBlurDrawLooper : public SkDrawLooper {
38 static SkBlurDrawLooper* Create(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy,
40 return SkNEW_ARGS(SkBlurDrawLooper, (color, sigma, dx, dy, flags));
43 virtual ~SkBlurDrawLooper();
50 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBlurDrawLooper)
53 SkBlurDrawLooper(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy,
57 SkBlurDrawLooper(SkReadBuffer&);
78 explicit BlurDrawLooperContext(const SkBlurDrawLooper* looper);
83 const SkBlurDrawLooper* fLooper
    [all...]
  /external/skia/include/effects/
SkBlurDrawLooper.h 18 /** \class SkBlurDrawLooper
23 class SK_API SkBlurDrawLooper : public SkDrawLooper {
38 static SkBlurDrawLooper* Create(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy,
40 return SkNEW_ARGS(SkBlurDrawLooper, (color, sigma, dx, dy, flags));
43 virtual ~SkBlurDrawLooper();
50 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBlurDrawLooper)
53 SkBlurDrawLooper(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy,
56 SkBlurDrawLooper(SkReadBuffer&);
76 explicit BlurDrawLooperContext(const SkBlurDrawLooper* looper);
81 const SkBlurDrawLooper* fLooper
    [all...]

Completed in 212 milliseconds