Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
164 * An GrGeometryProcessor that renders a dashed line.
165 * This GrGeometryProcessor is meant for dashed lines that only have a single on/off interval pair.
445 // dashes that we want to draw. The only way they can be equal is if the on interval
543 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
548 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
630 auto that = t->cast<DashOpImpl>();
631 if (fProcessorSet != that->fProcessorSet) {
635 if (this->aaMode() != that->aaMode()) {
639 if (this->fullDash() != that->fullDash()) {
643 if (this->cap() != that->cap()) {
648 if (this->color() != that->color()) {
652 if (fUsesLocalCoords && !SkMatrixPriv::CheapEqual(this->viewMatrix(), that->viewMatrix())) {
656 fLines.push_back_n(that->fLines.count(), that->fLines.begin());
805 // transforms all points so that we can compare them to our test circle
1005 // transforms all points so that we can compare them to our test rect