Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
238 * An GrGeometryProcessor that renders a dashed line.
239 * This GrGeometryProcessor is meant for dashed lines that only have a single on/off interval pair.
546 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
636 DashBatch* that = t->cast<DashBatch>();
637 if (!GrPipeline::CanCombine(*this->pipeline(), this->bounds(), *that->pipeline(),
638 that->bounds(), caps)) {
642 if (this->aaMode() != that->aaMode()) {
646 if (this->fullDash() != that->fullDash()) {
650 if (this->cap() != that->cap()) {
655 if (this->color() != that->color()) {
659 SkASSERT(this->usesLocalCoords() == that->usesLocalCoords());
660 if (this->usesLocalCoords() && !this->viewMatrix().cheapEqualTo(that->viewMatrix())) {
664 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
665 this->joinBounds(that->bounds());
901 // transforms all points so that we can compare them to our test circle
1115 // transforms all points so that we can compare them to our test rect