Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
59 /* create a triangle strip that strokes the specified rect. There are 8
61 could use an indices array, and then only send 8 verts, but not sure that
284 // Since the horizontal and vertical strokes share internal corners, the coverage value at that
377 // 0..1. We tell the gp in this case that coverage is an unclamped attribute so it will call
772 AAStrokeRectOp* that = t->cast<AAStrokeRectOp>();
774 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
779 if (this->miterStroke() != that->miterStroke()) {
786 !SkMatrixPriv::CheapEqual(this->viewMatrix(), that->viewMatrix()))
791 fRects.push_back_n(that->fRects.count(), that->fRects.begin());
792 fWideColor |= that->fWideColor;