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
56 GrDrawPathRangeBatch* that = t->cast<GrDrawPathRangeBatch>();
57 if (this->fPathRange.get() != that->fPathRange.get() ||
58 this->transformType() != that->transformType() ||
59 this->fScale != that->fScale ||
60 this->color() != that->color() ||
61 !this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
64 if (!GrPipeline::AreEqual(*this->pipeline(), *that->pipeline(), false)) {
69 if (this->fDraws.head()->fX != that->fDraws.head()->fX ||
70 this->fDraws.head()->fY != that->fDraws.head()->fY) {
75 if (this->fDraws.head()->fY != that->fDraws.head()->fY) {
80 if (this->fDraws.head()->fX != that->fDraws.head()->fX) {
90 // work). Note that it's also possible for overlapping paths to cancel each other's winding
94 this->stencilSettings() != that->stencilSettings() ||
98 SkASSERT(!that->overrides().willColorBlendWithDst());
99 fTotalPathCount += that->fTotalPathCount;
100 while (Draw* head = that->fDraws.head()) {
105 that->fDraws.popHead();