Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
150 GrNonAANinePatchBatch* that = t->cast<GrNonAANinePatchBatch>();
151 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
152 that->bounds(), caps)) {
156 SkASSERT(this->fImageWidth == that->fImageWidth &&
157 this->fImageHeight == that->fImageHeight);
161 if (fOverrides.canTweakAlphaForCoverage() && !that->fOverrides.canTweakAlphaForCoverage()) {
162 fOverrides = that->fOverrides;
165 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
166 this->joinBounds(that->bounds());