Home | History | Annotate | Download | only in core

Lines Matching defs:Proxy

76     class Proxy {
78 virtual ~Proxy() {};
81 // returns true if the proxy can handle this filter natively
83 // returns true if the proxy handled the filter itself. if this returns
103 bool filterImage(Proxy*, const SkBitmap& src, const Context&,
131 virtual bool filterImageGPU(Proxy*, const SkBitmap& src, const Context&,
183 bool getInputResultGPU(SkImageFilter::Proxy* proxy, const SkBitmap& src, const Context&,
238 virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
266 bool applyCropRect(const Context&, Proxy* proxy, const SkBitmap& src, SkIPoint* srcOffset,