Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
57 // the quadratic's bounding triangle but has been expanded so that the
60 // that is rendered would look like this:
277 // Adds a quad that has already been chopped to the list and checks for quads that are close to
278 // lines. Also does a bounding box check. It takes points that are in src space and device
337 // that appears near max curvature of very thin conics. Thin
880 AAHairlineOp* that = t->cast<AAHairlineOp>();
882 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
886 if (this->viewMatrix().hasPerspective() != that->viewMatrix().hasPerspective()) {
892 !SkMatrixPriv::CheapEqual(this->viewMatrix(), that->viewMatrix())) {
899 if (this->coverage() != that->coverage()) {
903 if (this->color() != that->color()) {
908 that->viewMatrix())) {
912 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin());