Lines Matching refs:premul
54 template <typename dst, ApplyPremul premul>
57 template <ApplyPremul premul>
58 struct DstTraits<SkPMColor, premul> {
59 using PM = PremulTraits<premul>;
63 return premul == ApplyPremul::False
69 if (premul == ApplyPremul::False) {
88 if (premul == ApplyPremul::False) {
101 return premul == ApplyPremul::False ? bias : 0;
105 template <ApplyPremul premul>
106 struct DstTraits<SkPM4f, premul> {
107 using PM = PremulTraits<premul>;