Searched refs:widenLo (Results 1 – 6 of 6) sorted by relevance
42 inline Sk4px::Wide Sk4px::widenLo() const { in widenLo() function49 inline Sk4px::Wide Sk4px::widenHi() const { return this->widenLo() << 8; } in widenHi()51 inline Sk4px::Wide Sk4px::widenLoHi() const { return this->widenLo() + this->widenHi(); } in widenLoHi()54 return this->widenLo() * Sk4px(other).widenLo(); in mulWiden()
24 inline Sk4px::Wide Sk4px::widenLo() const { in widenLo() function40 return this->widenLo() * Sk4px(other).widenLo(); in mulWiden()
33 inline Sk4px::Wide Sk4px::widenLo() const { in widenLo() function
76 Wide widenLo() const; // ARGB -> 0A 0R 0G 0B95 return this->widenLo().addNarrowHi(*this * o); in approxMulDiv255()
203 auto wideLo = packed.widenLo(), in DEF_TEST()
84 SkPx.widenLo() -> Wide // argb -> 0a0r0g0b