Flutter Engine
The Flutter Engine
|
#include <PrecompileInternal.h>
Public Member Functions | |
virtual sk_sp< PrecompileColorFilter > | isColorFilterNode () const |
int | countInputs () const |
const PrecompileImageFilter * | getInput (int index) 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 | |
PrecompileImageFilter (SkSpan< sk_sp< PrecompileImageFilter > > inputs) | |
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 |
Private Member Functions | |
virtual void | onCreatePipelines (const KeyContext &, PipelineDataGatherer *, const PaintOptionsPriv::ProcessCombination &) const =0 |
Friends | |
class | PaintOptions |
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) |
Definition at line 43 of file PrecompileInternal.h.
|
inlineprotected |
Definition at line 55 of file PrecompileInternal.h.
|
inline |
Definition at line 47 of file PrecompileInternal.h.
|
inline |
Definition at line 49 of file PrecompileInternal.h.
|
inlinevirtual |
Definition at line 45 of file PrecompileInternal.h.
|
privatepure virtual |
|
friend |
Definition at line 64 of file PrecompileInternal.h.