Searched refs:widenLo (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/opts/
H A DSk4px_none.h42 inline Sk4px::Wide Sk4px::widenLo() const { function in class:__anon17110::Sk4px
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();
H A DSk4px_SSE2.h24 inline Sk4px::Wide Sk4px::widenLo() const { function in class:__anon17109::Sk4px
40 return this->widenLo() * Sk4px(other).widenLo();
H A DSk4px_NEON.h33 inline Sk4px::Wide Sk4px::widenLo() const { function in class:__anon17108::Sk4px
/external/skia/src/core/
H A DSk4px.h76 Wide widenLo() const; // ARGB -> 0A 0R 0G 0B
95 return this->widenLo().addNarrowHi(*this * o);
/external/skia/tests/
H A DSkNxTest.cpp200 auto wideLo = packed.widenLo(),

Completed in 1420 milliseconds