Flutter Engine
The Flutter Engine
|
Classes | |
class | Backend |
class | Context |
class | DeviceSpace |
class | FilterResult |
struct | IVector |
class | LayerSpace |
class | LayerSpace< IVector > |
class | LayerSpace< SkIPoint > |
class | LayerSpace< SkIRect > |
class | LayerSpace< SkISize > |
class | LayerSpace< SkMatrix > |
class | LayerSpace< SkPoint > |
class | LayerSpace< SkRect > |
class | LayerSpace< SkSize > |
class | LayerSpace< Vector > |
class | LayerSpace< ZValue > |
class | Mapping |
class | ParameterSpace |
struct | Stats |
struct | Vector |
Enumerations | |
enum class | MatrixCapability { kTranslate , kScaleTranslate , kComplex } |
Functions | |
sk_sp< Backend > | MakeRasterBackend (const SkSurfaceProps &surfaceProps, SkColorType colorType) |
SkIRect | RoundOut (SkRect r) |
SkIRect | RoundIn (SkRect r) |
static bool | compatible_sampling (const SkSamplingOptions ¤tSampling, bool currentXformWontAffectNearest, SkSamplingOptions *nextSampling, bool nextXformWontAffectNearest) |
sk_sp< Backend > | MakeGaneshBackend (sk_sp< GrRecordingContext > context, GrSurfaceOrigin origin, const SkSurfaceProps &surfaceProps, SkColorType colorType) |
sk_sp< Backend > | MakeGraphiteBackend (skgpu::graphite::Recorder *recorder, const SkSurfaceProps &surfaceProps, SkColorType colorType) |
|
strong |
Most ImageFilters can natively handle scaling and translate components in the CTM. Only some of them can handle affine (or more complex) matrices. Some may only handle translation.
Enumerator | |
---|---|
kTranslate | |
kScaleTranslate | |
kComplex |
Definition at line 545 of file SkImageFilterTypes.h.
|
static |
Definition at line 986 of file SkImageFilterTypes.cpp.
sk_sp< Backend > skif::MakeGaneshBackend | ( | sk_sp< GrRecordingContext > | context, |
GrSurfaceOrigin | origin, | ||
const SkSurfaceProps & | surfaceProps, | ||
SkColorType | colorType | ||
) |
Definition at line 895 of file GrImageUtils.cpp.
sk_sp< Backend > skif::MakeGraphiteBackend | ( | skgpu::graphite::Recorder * | recorder, |
const SkSurfaceProps & | surfaceProps, | ||
SkColorType | colorType | ||
) |
Definition at line 980 of file TextureUtils.cpp.
sk_sp< Backend > skif::MakeRasterBackend | ( | const SkSurfaceProps & | surfaceProps, |
SkColorType | colorType | ||
) |
Definition at line 218 of file SkImageFilterTypes.cpp.
Definition at line 255 of file SkImageFilterTypes.cpp.
Definition at line 253 of file SkImageFilterTypes.cpp.