Home
last modified time | relevance | path

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

/external/skia/src/shaders/gradients/
DSk4fGradientPriv.h23 enum class ApplyPremul { True, False }; enum
25 template <ApplyPremul>
29 struct PremulTraits<ApplyPremul::False> {
34 struct PremulTraits<ApplyPremul::True> {
54 template <ApplyPremul premul>
DSk4fLinearGradient.h24 template<ApplyPremul, TileMode>
27 template <ApplyPremul premul>
30 template <ApplyPremul premul, SkShader::TileMode tileMode>
DSk4fLinearGradient.cpp15 template<ApplyPremul premul>
148 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count); in shadeSpan4f()
150 this->shadePremulSpan<ApplyPremul::True>(x, y, dst, count); in shadeSpan4f()
154 template<ApplyPremul premul>
172 template<ApplyPremul premul, SkShader::TileMode tileMode>
213 template<ApplyPremul premul, SkShader::TileMode tileMode>