Flutter Engine
The Flutter Engine
|
#include <PrecompileBlender.h>
Public Member Functions | |
PrecompileBlenderPriv | priv () |
const PrecompileBlenderPriv | priv () const |
Public Member Functions inherited from skgpu::graphite::PrecompileBase | |
Type | type () const |
PrecompileBasePriv | priv () |
const PrecompileBasePriv | priv () const |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Protected Member Functions | |
virtual std::optional< SkBlendMode > | asBlendMode () const |
PrecompileBlender () | |
~PrecompileBlender () override | |
Protected Member Functions inherited from skgpu::graphite::PrecompileBase | |
PrecompileBase (Type type) | |
virtual int | numIntrinsicCombinations () const |
virtual int | numChildCombinations () const |
int | numCombinations () const |
virtual void | addToKey (const KeyContext &, PaintParamsKeyBuilder *, PipelineDataGatherer *, int desiredCombination) const =0 |
Friends | |
class | PrecompileBlenderPriv |
Additional Inherited Members | |
Public Types inherited from skgpu::graphite::PrecompileBase | |
enum class | Type { kBlender , kColorFilter , kImageFilter , kMaskFilter , kShader } |
Static Protected Member Functions inherited from skgpu::graphite::PrecompileBase | |
template<typename T > | |
static std::pair< sk_sp< T >, int > | SelectOption (SkSpan< const sk_sp< T > > options, int desiredOption) |
template<typename T > | |
static void | AddToKey (const KeyContext &, PaintParamsKeyBuilder *, PipelineDataGatherer *, SkSpan< const sk_sp< T > > options, int desiredOption) |
This class corresponds to the SkBlender class in the main API.
Definition at line 23 of file PrecompileBlender.h.
|
inlineprotected |
Definition at line 34 of file PrecompileBlender.h.
|
overrideprotecteddefault |
|
inlineprotectedvirtual |
Reimplemented in skgpu::graphite::PrecompileBlendModeBlender.
Definition at line 32 of file PrecompileBlender.h.
|
inline |
Definition at line 49 of file PrecompileBlenderPriv.h.
|
inline |
Definition at line 52 of file PrecompileBlenderPriv.h.
|
friend |
Definition at line 30 of file PrecompileBlender.h.