Lines Matching defs:that
5 * Use of this source code is governed by a BSD-style license that can be
261 // than a 1/4 of the size without artifacts. So the idea is that we pick the mipsize
595 SmallPathOp* that = t->cast<SmallPathOp>();
596 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
600 if (this->usesDistanceField() != that->usesDistanceField()) {
605 const SkMatrix& thatCtm = that->fShapes[0].fViewMatrix;
626 fShapes.push_back_n(that->fShapes.count(), that->fShapes.begin());
627 fWideColor |= that->fWideColor;
695 // The goal is to accelerate rendering of lots of small paths that may be scaling.