Home
last modified time | relevance | path

Searched refs:BlurDrawLooperContext (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/effects/
DSkBlurDrawLooper.h47 size_t contextSize() const override { return sizeof(BlurDrawLooperContext); } in contextSize()
73 class BlurDrawLooperContext : public SkDrawLooper::Context {
75 explicit BlurDrawLooperContext(const SkBlurDrawLooper* looper);
/external/skia/src/effects/
DSkBlurDrawLooper.cpp106 return new (storage) BlurDrawLooperContext(this); in createContext()
109 SkBlurDrawLooper::BlurDrawLooperContext::BlurDrawLooperContext( in BlurDrawLooperContext() function in SkBlurDrawLooper::BlurDrawLooperContext
113 bool SkBlurDrawLooper::BlurDrawLooperContext::next(SkCanvas* canvas, in next()