Searched refs:ApplyPremul (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/shaders/gradients/ |
D | Sk4fGradientPriv.h | 23 enum class ApplyPremul { True, False }; enum 25 template <ApplyPremul> 29 struct PremulTraits<ApplyPremul::False> { 34 struct PremulTraits<ApplyPremul::True> { 54 template <ApplyPremul premul>
|
D | Sk4fLinearGradient.h | 24 template<ApplyPremul, TileMode> 27 template <ApplyPremul premul> 30 template <ApplyPremul premul, SkShader::TileMode tileMode>
|
D | Sk4fLinearGradient.cpp | 15 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>
|