Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
SkTableColorFilter Class Referencefinal

#include <SkTableColorFilter.h>

Inheritance diagram for SkTableColorFilter:
SkColorFilterBase SkColorFilter SkFlattenable SkRefCnt SkRefCntBase

Public Member Functions

 SkTableColorFilter (sk_sp< SkColorTable > table)
 
SkColorFilterBase::Type type () const override
 
bool appendStages (const SkStageRec &rec, bool shaderIsOpaque) const override
 
void flatten (SkWriteBuffer &buffer) const override
 
const SkBitmapbitmap () const
 
- Public Member Functions inherited from SkColorFilterBase
virtual bool appendStages (const SkStageRec &rec, bool shaderIsOpaque) const =0
 
virtual bool onIsAlphaUnchanged () const
 
virtual Type type () const =0
 
bool affectsTransparentBlack () const
 
virtual SkRuntimeEffectasRuntimeEffect () const
 
SkFlattenable::Type getFlattenableType () const override
 
virtual SkPMColor4f onFilterColor4f (const SkPMColor4f &color, SkColorSpace *dstCS) const
 
- Public Member Functions inherited from SkColorFilter
bool asAColorMode (SkColor *color, SkBlendMode *mode) const
 
bool asAColorMatrix (float matrix[20]) const
 
bool isAlphaUnchanged () const
 
SkColor filterColor (SkColor) const
 
SkColor4f filterColor4f (const SkColor4f &srcColor, SkColorSpace *srcCS, SkColorSpace *dstCS) const
 
sk_sp< SkColorFiltermakeComposed (sk_sp< SkColorFilter > inner) const
 
sk_sp< SkColorFiltermakeWithWorkingColorSpace (sk_sp< SkColorSpace >) const
 
- Public Member Functions inherited from SkFlattenable
 SkFlattenable ()
 
virtual Factory getFactory () const =0
 
virtual const char * getTypeName () const =0
 
virtual void flatten (SkWriteBuffer &) const
 
virtual Type getFlattenableType () const =0
 
sk_sp< SkDataserialize (const SkSerialProcs *=nullptr) const
 
size_t serialize (void *memory, size_t memory_size, const SkSerialProcs *=nullptr) const
 
- Public Member Functions inherited from SkRefCntBase
 SkRefCntBase ()
 
virtual ~SkRefCntBase ()
 
bool unique () const
 
void ref () const
 
void unref () const
 

Additional Inherited Members

- Public Types inherited from SkColorFilterBase
enum class  Type { kNoop , M }
 
- Public Types inherited from SkFlattenable
enum  Type {
  kSkColorFilter_Type , kSkBlender_Type , kSkDrawable_Type , kSkDrawLooper_Type ,
  kSkImageFilter_Type , kSkMaskFilter_Type , kSkPathEffect_Type , kSkShader_Type
}
 
typedef sk_sp< SkFlattenable >(* Factory) (SkReadBuffer &)
 
- Static Public Member Functions inherited from SkColorFilterBase
static SkFlattenable::Type GetFlattenableType ()
 
static sk_sp< SkColorFilterDeserialize (const void *data, size_t size, const SkDeserialProcs *procs=nullptr)
 
- Static Public Member Functions inherited from SkColorFilter
static sk_sp< SkColorFilterDeserialize (const void *data, size_t size, const SkDeserialProcs *procs=nullptr)
 
- Static Public Member Functions inherited from SkFlattenable
static Factory NameToFactory (const char name[])
 
static const char * FactoryToName (Factory)
 
static void Register (const char name[], Factory)
 
static sk_sp< SkFlattenableDeserialize (Type, const void *data, size_t length, const SkDeserialProcs *procs=nullptr)
 
- Protected Member Functions inherited from SkColorFilterBase
 SkColorFilterBase ()
 
virtual bool onAsAColorMatrix (float[20]) const
 
virtual bool onAsAColorMode (SkColor *color, SkBlendMode *bmode) const
 

Detailed Description

Definition at line 22 of file SkTableColorFilter.h.

Constructor & Destructor Documentation

◆ SkTableColorFilter()

SkTableColorFilter::SkTableColorFilter ( sk_sp< SkColorTable table)
inline

Definition at line 24 of file SkTableColorFilter.h.

24 : fTable(table) {
25 SkASSERT(fTable);
26 }
#define SkASSERT(cond)
Definition: SkAssert.h:116
SI F table(const skcms_Curve *curve, F v)

Member Function Documentation

◆ appendStages()

bool SkTableColorFilter::appendStages ( const SkStageRec rec,
bool  shaderIsOpaque 
) const
overridevirtual

Implements SkColorFilterBase.

Definition at line 25 of file SkTableColorFilter.cpp.

25 {
27 if (!shaderIsOpaque) {
28 p->append(SkRasterPipelineOp::unpremul);
29 }
30
32 tables->a = fTable->alphaTable();
33 tables->r = fTable->redTable();
34 tables->g = fTable->greenTable();
35 tables->b = fTable->blueTable();
36 p->append(SkRasterPipelineOp::byte_tables, tables);
37
38 bool definitelyOpaque = shaderIsOpaque && tables->a[0xff] == 0xff;
39 if (!definitelyOpaque) {
41 }
42 return true;
43}
static uint32_t premul(uint32_t color)
auto make(Ctor &&ctor) -> decltype(ctor(nullptr))
Definition: SkArenaAlloc.h:120
const uint8_t * redTable() const
Definition: SkColorTable.h:42
const uint8_t * alphaTable() const
Definition: SkColorTable.h:41
const uint8_t * greenTable() const
Definition: SkColorTable.h:43
const uint8_t * blueTable() const
Definition: SkColorTable.h:44
SkRasterPipeline * fPipeline
Definition: SkEffectPriv.h:21
SkArenaAlloc * fAlloc
Definition: SkEffectPriv.h:22

◆ bitmap()

const SkBitmap & SkTableColorFilter::bitmap ( ) const
inline

Definition at line 34 of file SkTableColorFilter.h.

34{ return fTable->bitmap(); }

◆ flatten()

void SkTableColorFilter::flatten ( SkWriteBuffer ) const
overridevirtual

Override this if your subclass needs to record data that it will need to recreate itself from its CreateProc (returned by getFactory()).

DEPRECATED public : will move to protected ... use serialize() instead

Reimplemented from SkFlattenable.

Definition at line 45 of file SkTableColorFilter.cpp.

45 {
46 fTable->flatten(buffer);
47}
void flatten(SkWriteBuffer &buffer) const
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
Definition: switches.h:126

◆ type()

SkColorFilterBase::Type SkTableColorFilter::type ( ) const
inlineoverridevirtual

Implements SkColorFilterBase.

Definition at line 28 of file SkTableColorFilter.h.

28{ return SkColorFilterBase::Type::kTable; }

The documentation for this class was generated from the following files: