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

/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp26 struct BlendFormula { struct
52 BlendFormula& operator =(const BlendFormula& other) {
57 bool operator ==(const BlendFormula& other) const {
70 * Deduce the properties of a compile-time constant BlendFormula.
121 GR_STATIC_ASSERT(4 == sizeof(BlendFormula));
123 GR_MAKE_BITFIELD_OPS(BlendFormula::Properties);
126 * Initialize a compile-time constant BlendFormula and automatically deduce fProps.
132 BlendFormula::get_properties<PRIMARY_OUT, SECONDARY_OUT, \
140 INIT_BLEND_FORMULA(BlendFormula
[all...]

Completed in 110 milliseconds