Flutter Engine
The Flutter Engine
|
#include <SkImageFilterTypes.h>
Public Member Functions | |
~Backend () override | |
virtual sk_sp< SkDevice > | makeDevice (SkISize size, sk_sp< SkColorSpace >, const SkSurfaceProps *props=nullptr) const =0 |
virtual sk_sp< SkSpecialImage > | makeImage (const SkIRect &subset, sk_sp< SkImage > image) const =0 |
virtual sk_sp< SkImage > | getCachedBitmap (const SkBitmap &data) const =0 |
virtual const SkBlurEngine * | getBlurEngine () const =0 |
virtual bool | useLegacyFilterResultBlur () const |
const SkSurfaceProps & | surfaceProps () const |
SkColorType | colorType () const |
SkImageFilterCache * | cache () const |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Protected Member Functions | |
Backend (sk_sp< SkImageFilterCache > cache, const SkSurfaceProps &surfaceProps, const SkColorType colorType) | |
Definition at line 1087 of file SkImageFilterTypes.h.
|
overridedefault |
|
protected |
Definition at line 209 of file SkImageFilterTypes.cpp.
|
inline |
Definition at line 1113 of file SkImageFilterTypes.h.
|
inline |
Definition at line 1111 of file SkImageFilterTypes.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inline |
Definition at line 1110 of file SkImageFilterTypes.h.
|
inlinevirtual |
Definition at line 1107 of file SkImageFilterTypes.h.