Lines Matching refs:SkBlurDrawLooper
20 SkBlurDrawLooper::SkBlurDrawLooper(SkColor color, SkScalar sigma, in SkBlurDrawLooper() function in SkBlurDrawLooper
26 void SkBlurDrawLooper::initEffects() { in initEffects()
54 void SkBlurDrawLooper::init(SkScalar sigma, SkScalar dx, SkScalar dy, in init()
65 SkFlattenable* SkBlurDrawLooper::CreateProc(SkReadBuffer& buffer) { in CreateProc()
74 void SkBlurDrawLooper::flatten(SkWriteBuffer& buffer) const { in flatten()
82 SkBlurDrawLooper::~SkBlurDrawLooper() { in ~SkBlurDrawLooper()
87 bool SkBlurDrawLooper::asABlurShadow(BlurShadowRec* rec) const { in asABlurShadow()
105 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const { in createContext()
109 SkBlurDrawLooper::BlurDrawLooperContext::BlurDrawLooperContext( in BlurDrawLooperContext()
110 const SkBlurDrawLooper* looper) in BlurDrawLooperContext()
111 : fLooper(looper), fState(SkBlurDrawLooper::kBeforeEdge) {} in BlurDrawLooperContext()
113 bool SkBlurDrawLooper::BlurDrawLooperContext::next(SkCanvas* canvas, in next()
155 void SkBlurDrawLooper::toString(SkString* str) const { in toString()