Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
262 auto that = t->cast<DrawAtlasOpImpl>();
264 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
269 if (!SkMatrixPriv::CheapEqual(this->viewMatrix(), that->viewMatrix())) {
273 if (this->hasColors() != that->hasColors()) {
277 if (!this->hasColors() && this->color() != that->color()) {
281 fGeoData.push_back_n(that->fGeoData.count(), that->fGeoData.begin());
282 fQuadCount += that->quadCount();