Home | History | Annotate | Download | only in batches

Lines Matching defs:that

5  * Use of this source code is governed by a BSD-style license that can be
279 AAFlatteningConvexPathBatch* that = t->cast<AAFlatteningConvexPathBatch>();
280 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
281 that->bounds(), caps)) {
285 SkASSERT(this->usesLocalCoords() == that->usesLocalCoords());
286 if (this->usesLocalCoords() && !this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
292 if (this->canTweakAlphaForCoverage() != that->canTweakAlphaForCoverage()) {
296 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
297 this->joinBounds(that->bounds());