Lines Matching full:const
30 const CropRect* cropRect = NULL);
35 const SkBitmap& src,
36 const Context& ctx,
38 SkIPoint* offset) const override;
39 void computeFastBounds(const SkRect& src, SkRect* dst) const override;
41 virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&,
42 SkIRect* dst, MapDirection) const override;
43 void onFilterNodeBounds(const SkIRect&, const SkMatrix&, SkIRect*, MapDirection) const override;
46 bool canFilterImageGPU() const override { return true; }
47 bool filterImageGPUDeprecated(Proxy* proxy, const SkBitmap& src, const Context& ctx,
48 SkBitmap* result, SkIPoint* offset) const override;
57 const CropRect* cropRect);
58 void flatten(SkWriteBuffer&) const override;
65 const SkImageFilter* getDisplacementInput() const { return getInput(0); }
66 const SkImageFilter* getColorInput() const { return getInput(1); }