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

/external/skia/src/core/
H A DSk4px.h49 Sk4px addNarrowHi(const Sk16h&) const;
51 Sk4px div255TruncNarrow() const { return this->addNarrowHi(*this >> 8); }
H A DSkBlitRow_D32.cpp155 return src4.mulWiden(invA_16x).addNarrowHi(colorHighAndRound);
/external/skia/src/opts/
H A DSk4px_NEON.h46 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const { function in class:Sk4px::Wide
H A DSk4px_SSE2.h36 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const { function in class:Sk4px::Wide
H A DSk4px_none.h51 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const { function in class:Sk4px::Wide

Completed in 124 milliseconds