Home
last modified time | relevance | path

Searched refs:BlendFormula (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp27 struct BlendFormula { struct
53 BlendFormula& operator =(const BlendFormula& other) { in operator =() argument
58 bool operator ==(const BlendFormula& other) const { in operator ==() argument
122 GR_STATIC_ASSERT(4 == sizeof(BlendFormula)); argument
124 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties);
133 BlendFormula::get_properties<PRIMARY_OUT, SECONDARY_OUT, \
141 INIT_BLEND_FORMULA(BlendFormula::kModulate_OutputType, \
142 BlendFormula::kNone_OutputType, \
150 INIT_BLEND_FORMULA(BlendFormula::kSAModulate_OutputType, \
151 BlendFormula::kNone_OutputType, \
[all …]