Home
last modified time | relevance | path

Searched defs: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
71 * Deduce the properties of a compile-time constant BlendFormula. argument
75 struct get_properties : std::integral_constant<Properties, static_cast<Properties>(
122 GR_STATIC_ASSERT(4 == sizeof(BlendFormula)); argument