Lines Matching refs:this
13 return Sk16h((*this)[ 0], (*this)[ 1], (*this)[ 2], (*this)[ 3], in widen()
14 (*this)[ 4], (*this)[ 5], (*this)[ 6], (*this)[ 7], in widen()
15 (*this)[ 8], (*this)[ 9], (*this)[10], (*this)[11], in widen()
16 (*this)[12], (*this)[13], (*this)[14], (*this)[15]); in widen()
20 return this->widen() * Sk4px(other).widen(); in mulWiden()
24 Sk4px::Wide r = (*this + other) >> 8; in addNarrowHi()
33 auto v = *this + Sk16h(128); in div255()
39 return Sk16b((*this)[ 3], (*this)[ 3], (*this)[ 3], (*this)[ 3], in alphas()
40 (*this)[ 7], (*this)[ 7], (*this)[ 7], (*this)[ 7], in alphas()
41 (*this)[11], (*this)[11], (*this)[11], (*this)[11], in alphas()
42 (*this)[15], (*this)[15], (*this)[15], (*this)[15]); in alphas()