#include <PrecompileInternal.h>
|
enum class | Type {
kBlender
, kColorFilter
, kImageFilter
, kMaskFilter
,
kShader
} |
|
| 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 |
|
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 100 of file PrecompileInternal.h.
◆ PrecompileMaskFilter()
skgpu::graphite::PrecompileMaskFilter::PrecompileMaskFilter |
( |
| ) |
|
|
inline |
◆ createPipelines()
◆ PaintOptions
The documentation for this class was generated from the following file: