Searched refs:BlurDrawLooperContext (Results 1 – 2 of 2) sorted by relevance
47 size_t contextSize() const override { return sizeof(BlurDrawLooperContext); } in contextSize()73 class BlurDrawLooperContext : public SkDrawLooper::Context {75 explicit BlurDrawLooperContext(const SkBlurDrawLooper* looper);
106 return new (storage) BlurDrawLooperContext(this); in createContext()109 SkBlurDrawLooper::BlurDrawLooperContext::BlurDrawLooperContext( in BlurDrawLooperContext() function in SkBlurDrawLooper::BlurDrawLooperContext113 bool SkBlurDrawLooper::BlurDrawLooperContext::next(SkCanvas* canvas, in next()