Home
last modified time | relevance | path

Searched refs:mulWiden (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSk4px.h79 Wide mulWiden(const Sk16b&) const; // 8-bit x 8-bit -> 16-bit components.
82 Wide operator * (const Sk4px& o) const { return this->mulWiden(o); }
/external/skia/src/opts/
DSk4px_none.h53 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const { in mulWiden() function
DSk4px_SSE2.h39 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const { in mulWiden() function
DSk4px_NEON.h49 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const { in mulWiden() function