Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
49 // This path renderer only accepts simple fill paths or stroke paths that are either hairline
231 // Ensure that we always get enough verts for a worst-case quad/cubic, plus leftover points
232 // from previous mesh piece (up to two verts to continue fanning). If we can't get that
255 // No extra indices are needed for stitching, though. If we can't get that many, ask
333 // that is okay.
523 DefaultPathOp* that = t->cast<DefaultPathOp>();
524 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
528 if (this->color() != that->color()) {
532 if (this->coverage() != that->coverage()) {
536 if (!SkMatrixPriv::CheapEqual(this->viewMatrix(), that->viewMatrix())) {
540 if (this->isHairline() != that->isHairline()) {
544 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin());