Home | History | Annotate | Download | only in private

Lines Matching full:that

4  * Use of this source code is governed by a BSD-style license that can be
16 assignment operator. That could be relaxed. */
47 GrSwizzle(const GrSwizzle& that) { *this = that; }
49 GrSwizzle& operator=(const GrSwizzle& that) {
50 memcpy(this, &that, sizeof(GrSwizzle));
64 bool operator==(const GrSwizzle& that) const { return this->asUInt() == that.asUInt(); }
66 bool operator!=(const GrSwizzle& that) const { return !(*this == that); }
78 // Index of the input color that should be mapped to output r.
97 // Index of the input color that should be mapped to output r.