Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
347 NonAALatticeOp* that = t->cast<NonAALatticeOp>();
348 if (fView != that->fView) {
351 if (fFilter != that->fFilter) {
354 if (GrColorSpaceXform::Equals(fColorSpaceXform.get(), that->fColorSpaceXform.get())) {
357 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
361 fPatches.move_back_n(that->fPatches.count(), that->fPatches.begin());
362 fWideColor |= that->fWideColor;