Searched refs:hw_blend_equation (Results 1 – 2 of 2) sorted by relevance
32 static constexpr GrBlendEquation hw_blend_equation(SkBlendMode mode) { in hw_blend_equation() function214 : fMode(mode), fHWBlendEquation(hw_blend_equation(mode)) {} in CustomXPFactory()