Home | History | Annotate | Download | only in batches

Lines Matching defs:that

4  * Use of this source code is governed by a BSD-style license that can be
399 DefaultPathBatch* that = t->cast<DefaultPathBatch>();
400 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
401 that->bounds(), caps)) {
405 if (this->color() != that->color()) {
409 if (this->coverage() != that->coverage()) {
413 if (!this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
417 if (this->isHairline() != that->isHairline()) {
421 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
422 this->joinBounds(that->bounds());