Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
13 return Sk16h((*this)[ 0], (*this)[ 1], (*this)[ 2], (*this)[ 3],
14 (*this)[ 4], (*this)[ 5], (*this)[ 6], (*this)[ 7],
15 (*this)[ 8], (*this)[ 9], (*this)[10], (*this)[11],
16 (*this)[12], (*this)[13], (*this)[14], (*this)[15]);
20 return this->widen() * Sk4px(other).widen();
24 Sk4px::Wide r = (*this + other) >> 8;
33 auto v = *this + Sk16h(128);
39 return Sk16b((*this)[ 3], (*this)[ 3], (*this)[ 3], (*this)[ 3],
40 (*this)[ 7], (*this)[ 7], (*this)[ 7], (*this)[ 7],
41 (*this)[11], (*this)[11], (*this)[11], (*this)[11],
42 (*this)[15], (*this)[15], (*this)[15], (*this)[15]);