HomeSort by relevance Sort by last modified time
    Searched full:widenlo (Results 1 - 6 of 6) sorted by null

  /external/skia/src/opts/
Sk4px_none.h 42 inline Sk4px::Wide Sk4px::widenLo() const {
49 inline Sk4px::Wide Sk4px::widenHi() const { return this->widenLo() << 8; }
51 inline Sk4px::Wide Sk4px::widenLoHi() const { return this->widenLo() + this->widenHi(); }
54 return this->widenLo() * Sk4px(other).widenLo();
Sk4px_SSE2.h 24 inline Sk4px::Wide Sk4px::widenLo() const {
40 return this->widenLo() * Sk4px(other).widenLo();
Sk4px_NEON.h 33 inline Sk4px::Wide Sk4px::widenLo() const {
  /external/skia/src/core/
Sk4px.h 76 Wide widenLo() const; // ARGB -> 0A 0R 0G 0B
95 return this->widenLo().addNarrowHi(*this * o);
  /external/skia/tests/
SkNxTest.cpp 203 auto wideLo = packed.widenLo(),
  /external/skia/site/dev/contrib/
simd.md 84 SkPx.widenLo() -> Wide // argb -> 0a0r0g0b

Completed in 1494 milliseconds